From 79ddb75dcb416859b0fd0372da71b946cfc5876e Mon Sep 17 00:00:00 2001 From: bymyself Date: Tue, 2 Dec 2025 22:54:49 -0800 Subject: [PATCH 1/2] rename isSubscribed and dont import cloud on local --- .../ComfyRunButton/CloudRunButtonWrapper.vue | 6 +++--- .../dialog/content/setting/CreditsPanel.vue | 9 +++++++-- src/components/topbar/CurrentUserPopover.test.ts | 2 +- src/components/topbar/CurrentUserPopover.vue | 9 ++++++--- src/composables/auth/useFirebaseAuthActions.ts | 6 ++++-- src/composables/useCoreCommands.ts | 8 ++++---- .../subscription/components/SubscribeButton.vue | 4 ++-- .../subscription/components/SubscriptionPanel.vue | 10 +++++----- .../subscription/composables/useSubscription.ts | 4 ++-- .../useSubscriptionCancellationWatcher.ts | 6 +++--- src/scripts/app.ts | 10 ++++++++-- src/services/dialogService.ts | 6 ++++-- tests-ui/tests/composables/useCoreCommands.test.ts | 2 +- .../components/SubscriptionPanel.test.ts | 10 +++++----- .../cloud/subscription/useSubscription.test.ts | 12 ++++++------ .../useSubscriptionCancellationWatcher.test.ts | 10 +++++----- 16 files changed, 66 insertions(+), 48 deletions(-) diff --git a/src/components/actionbar/ComfyRunButton/CloudRunButtonWrapper.vue b/src/components/actionbar/ComfyRunButton/CloudRunButtonWrapper.vue index c0cda19bff..7cca31fc55 100644 --- a/src/components/actionbar/ComfyRunButton/CloudRunButtonWrapper.vue +++ b/src/components/actionbar/ComfyRunButton/CloudRunButtonWrapper.vue @@ -1,7 +1,7 @@ diff --git a/src/components/dialog/content/setting/CreditsPanel.vue b/src/components/dialog/content/setting/CreditsPanel.vue index a7e0febcba..4412568b18 100644 --- a/src/components/dialog/content/setting/CreditsPanel.vue +++ b/src/components/dialog/content/setting/CreditsPanel.vue @@ -15,7 +15,7 @@