From af9dda07cbdff4b6ec2b775fe7bde955ae5d7bf8 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 4 Nov 2025 00:01:17 +0000 Subject: [PATCH 1/4] Initial plan From 93550daa4c60ffc95101909da685ccbf1927f38a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 4 Nov 2025 00:14:31 +0000 Subject: [PATCH 2/4] Clarify behavior for archived projects based on plan tier - Check if plan order is less than Pro (order < 1 = FREE plan) - Update text description: FREE plan shows "are archived", Pro+ shows "will be archived" - Make project cards non-clickable for FREE plan - Remove "Read only" tag from all archived projects - Update action menu for FREE plan: Replace "Unarchive/Migrate" with "Restore access" link to billing - Keep "Unarchive/Migrate" options for Pro+ plans - Fix CardContainer and PaginationWithLimit to use activeProjects.length instead of data.projects.total Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com> --- src/lib/components/archiveProject.svelte | 87 ++++++++----------- .../organization-[organization]/+page.svelte | 4 +- 2 files changed, 40 insertions(+), 51 deletions(-) diff --git a/src/lib/components/archiveProject.svelte b/src/lib/components/archiveProject.svelte index c7896c9912..8d26e4c20c 100644 --- a/src/lib/components/archiveProject.svelte +++ b/src/lib/components/archiveProject.svelte @@ -1,12 +1,11 @@