From 3e97225ff6666ea9c40c1c1fba81f7d366fcfe00 Mon Sep 17 00:00:00 2001 From: Alexander Brown Date: Fri, 12 Dec 2025 14:40:07 -0800 Subject: [PATCH] Feat: Separate Subscription management and Upgrade options (#7419) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Manage Subscription vs Upgrade Plan ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-7419-Feat-Separate-Subscription-management-and-Upgrade-options-2c76d73d36508191a16dd3a25817826f) by [Unito](https://www.unito.io) --- src/locales/en/main.json | 1 + .../components/SubscriptionPanel.vue | 26 +++++++++++++++++-- .../components/SubscriptionPanel.test.ts | 8 ++++++ 3 files changed, 33 insertions(+), 2 deletions(-) diff --git a/src/locales/en/main.json b/src/locales/en/main.json index 58107e929..8e7041fa5 100644 --- a/src/locales/en/main.json +++ b/src/locales/en/main.json @@ -2012,6 +2012,7 @@ "videoEstimateHelp": "What is this?", "videoEstimateExplanation": "These estimates are based on the Wan Fun Control template for 5-second videos.", "videoEstimateTryTemplate": "Try the Wan Fun Control template →", + "upgradePlan": "Upgrade Plan", "upgradeTo": "Upgrade to {plan}", "changeTo": "Change to {plan}", "credits": { diff --git a/src/platform/cloud/subscription/components/SubscriptionPanel.vue b/src/platform/cloud/subscription/components/SubscriptionPanel.vue index c09029fca..49fbb103c 100644 --- a/src/platform/cloud/subscription/components/SubscriptionPanel.vue +++ b/src/platform/cloud/subscription/components/SubscriptionPanel.vue @@ -18,7 +18,7 @@
-
+
{{ subscriptionTierName }} @@ -49,11 +49,30 @@
+