From 8d907166621548637eecb2a4935c4cfca19d3318 Mon Sep 17 00:00:00 2001 From: Luke Mino-Altherr Date: Thu, 4 Dec 2025 18:01:10 -0800 Subject: [PATCH] [demo] Add feature flag support to CloudRunButtonWrapper - Wrap SubscribeToRunButton with FeatureFlaggedRunButton for cloud users - Enable experimental button variants for cloud subscription flow - Maintains existing behavior: ComfyQueueButton (with subscription) or SubscribeToRunButton (without) --- .../ComfyRunButton/CloudRunButtonWrapper.vue | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 frontend/posthog-feature-flag-demo/src/components/actionbar/ComfyRunButton/CloudRunButtonWrapper.vue diff --git a/frontend/posthog-feature-flag-demo/src/components/actionbar/ComfyRunButton/CloudRunButtonWrapper.vue b/frontend/posthog-feature-flag-demo/src/components/actionbar/ComfyRunButton/CloudRunButtonWrapper.vue new file mode 100644 index 000000000..4f231bb10 --- /dev/null +++ b/frontend/posthog-feature-flag-demo/src/components/actionbar/ComfyRunButton/CloudRunButtonWrapper.vue @@ -0,0 +1,56 @@ + + + +