From 946429f2ff728c69be88c06877554ffb4f2c1147 Mon Sep 17 00:00:00 2001 From: Christian Byrne Date: Wed, 14 Jan 2026 16:13:05 -0800 Subject: [PATCH] fix: use staging platform URL for usage history link (#8056) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Summary Uses `getComfyPlatformBaseUrl()` for the usage history link so it correctly points to `stagingplatform.comfy.org` on staging builds instead of being hardcoded to `platform.comfy.org`. ## Changes - Added `usageHistoryUrl` computed that uses `getComfyPlatformBaseUrl()` - Updated template to use dynamic `:href` binding ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-8056-fix-use-staging-platform-URL-for-usage-history-link-2e86d73d36508186a845ffd84e5caaf2) by [Unito](https://www.unito.io) --------- Co-authored-by: GitHub Action --- .../cloud/subscription/components/SubscriptionPanel.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/platform/cloud/subscription/components/SubscriptionPanel.vue b/src/platform/cloud/subscription/components/SubscriptionPanel.vue index 9017dee39..7a521b504 100644 --- a/src/platform/cloud/subscription/components/SubscriptionPanel.vue +++ b/src/platform/cloud/subscription/components/SubscriptionPanel.vue @@ -156,7 +156,7 @@