Skip to content

fix(workspace): show subscribe prompt for ended subscriptions - #14504

Merged
wei-hai merged 2 commits into
mainfrom
agent/fix-ended-team-subscription-main
Jul 31, 2026
Merged

fix(workspace): show subscribe prompt for ended subscriptions#14504
wei-hai merged 2 commits into
mainfrom
agent/fix-ended-team-subscription-main

Conversation

@wei-hai

@wei-hai wei-hai commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Treat subscription_status: ended as terminal even when is_active and paid-plan metadata lag behind.
  • Show the subscribe prompt instead of a stale Standard plan.
  • Keep cloud billing mocks internally consistent and add component and end-to-end regression coverage.

Root cause

The subscription panel required ended and is_active=false. When the terminal status arrived first, stale active/plan data suppressed the subscribe prompt.

flowchart LR
  subgraph BEFORE[Before]
    direction TB
    B1[Billing state loads] --> B2{"ended AND is_active=false?"}
    B2 -- Yes --> B3[Show subscribe prompt]
    B2 -- "No: ended + stale active" --> B4[Show stale Standard plan]
  end

  subgraph AFTER[After]
    direction TB
    A1[Billing state loads] --> A2{"subscription_status = ended?"}
    A2 -- Yes --> A3[Show subscribe prompt]
    A2 -- No --> A4{"Active paid plan?"}
    A4 -- Yes --> A5[Show current plan]
    A4 -- No --> A3
  end
Loading

Review focus

  • SubscriptionPanelContentWorkspace.vue: ended status now takes precedence over stale paid-plan guards.
  • CloudWorkspaceMockHelper.ts: current_plan_slug always has a matching plan.
  • Tests retain stale active/paid/team-plan state so the regression specifically verifies ended-status precedence.

Validation

  • Component tests: 42 passed
  • Cloud Playwright regression: 1 passed
  • App and browser typechecks
  • Formatting, lint, commit hooks, and knip

@wei-hai wei-hai added the backport Backporting a PR onto a release candidate label Jul 31, 2026 — with ChatGPT Codex Connector
@github-actions

github-actions Bot commented Jul 31, 2026

Copy link
Copy Markdown

🎭 Playwright: ✅ 1778 passed, 0 failed · 2 flaky

📊 Browser Reports
  • chromium: View Report (✅ 1759 / ❌ 0 / ⚠️ 1 / ⏭️ 5)
  • chromium-2x: View Report (✅ 2 / ❌ 0 / ⚠️ 0 / ⏭️ 0)
  • chromium-0.5x: View Report (✅ 1 / ❌ 0 / ⚠️ 0 / ⏭️ 0)
  • mobile-chrome: View Report (✅ 16 / ❌ 0 / ⚠️ 1 / ⏭️ 0)

🎨 Storybook: ✅ Built — View Storybook

Details

⏰ Completed at: 07/31/2026, 09:15:52 PM UTC

Links

📦 Bundle: 8.19 MB gzip 🔴 +168 B

Details

Summary

  • Raw size: 34.4 MB baseline 34.4 MB — 🟢 -31 B
  • Gzip: 8.19 MB baseline 8.19 MB — 🔴 +168 B
  • Brotli: 5.67 MB baseline 5.67 MB — 🔴 +371 B
  • Bundles: 426 current • 426 baseline • 144 added / 144 removed

Category Glance
Other 🟢 -31 B (12.7 MB) · Vendor & Third-Party ⚪ 0 B (15.7 MB) · Data & Services ⚪ 0 B (3.44 MB) · Graph Workspace ⚪ 0 B (1.29 MB) · Panels & Settings ⚪ 0 B (551 kB) · Utilities & Hooks ⚪ 0 B (386 kB) · + 5 more

App Entry Points — 3.62 kB (baseline 3.62 kB) • ⚪ 0 B

Main entry bundles and manifests

File Before After Δ Raw Δ Gzip Δ Brotli
assets/index-BppHuFbl.js (new) 3.62 kB 🔴 +3.62 kB 🔴 +1.8 kB 🔴 +1.57 kB
assets/index-BrETp0Pb.js (removed) 3.62 kB 🟢 -3.62 kB 🟢 -1.8 kB 🟢 -1.57 kB

Status: 1 added / 1 removed

Graph Workspace — 1.29 MB (baseline 1.29 MB) • ⚪ 0 B

Graph editor runtime, canvas, workflow orchestration

File Before After Δ Raw Δ Gzip Δ Brotli
assets/GraphView-C6_B9RV8.js (new) 1.29 MB 🔴 +1.29 MB 🔴 +276 kB 🔴 +208 kB
assets/GraphView-Dif-p3mH.js (removed) 1.29 MB 🟢 -1.29 MB 🟢 -276 kB 🟢 -208 kB

Status: 1 added / 1 removed / 1 unchanged

Views & Navigation — 111 kB (baseline 111 kB) • ⚪ 0 B

Top-level views, pages, and routed surfaces

File Before After Δ Raw Δ Gzip Δ Brotli
assets/CloudSurveyView-BcIFTSDf.js (new) 24.9 kB 🔴 +24.9 kB 🔴 +6.22 kB 🔴 +5.51 kB
assets/CloudSurveyView-Curd74NH.js (removed) 24.9 kB 🟢 -24.9 kB 🟢 -6.22 kB 🟢 -5.5 kB
assets/CloudLoginView-84FC6Tpt.js (removed) 11.6 kB 🟢 -11.6 kB 🟢 -3.1 kB 🟢 -2.73 kB
assets/CloudLoginView-C_VfAXmz.js (new) 11.6 kB 🔴 +11.6 kB 🔴 +3.11 kB 🔴 +2.73 kB
assets/CloudSignupView-C5TIDBP_.js (new) 9.9 kB 🔴 +9.9 kB 🔴 +2.77 kB 🔴 +2.42 kB
assets/CloudSignupView-CjhHSXHX.js (removed) 9.9 kB 🟢 -9.9 kB 🟢 -2.77 kB 🟢 -2.43 kB
assets/CloudLayoutView-0j54j_-e.js (removed) 9.48 kB 🟢 -9.48 kB 🟢 -2.31 kB 🟢 -1.99 kB
assets/CloudLayoutView-B92WiRBp.js (new) 9.48 kB 🔴 +9.48 kB 🔴 +2.31 kB 🔴 +1.99 kB
assets/UserCheckView-CHtxgPit.js (removed) 8.75 kB 🟢 -8.75 kB 🟢 -2.19 kB 🟢 -1.9 kB
assets/UserCheckView-rNDphoOQ.js (new) 8.75 kB 🔴 +8.75 kB 🔴 +2.19 kB 🔴 +1.89 kB
assets/WidgetTextPreview-DU8HiDft.js (new) 6.07 kB 🔴 +6.07 kB 🔴 +2.13 kB 🔴 +1.89 kB
assets/WidgetTextPreview-nZJSSD0Z.js (removed) 6.07 kB 🟢 -6.07 kB 🟢 -2.13 kB 🟢 -1.89 kB
assets/CloudSubscriptionRedirectView-9wWfLE_j.js (removed) 5.99 kB 🟢 -5.99 kB 🟢 -2.23 kB 🟢 -1.94 kB
assets/CloudSubscriptionRedirectView-B2uE4Ons.js (new) 5.99 kB 🔴 +5.99 kB 🔴 +2.23 kB 🔴 +1.94 kB
assets/UserSelectView-1j0hrwPs.js (new) 5.49 kB 🔴 +5.49 kB 🔴 +1.96 kB 🔴 +1.72 kB
assets/UserSelectView-C-0M3Xe0.js (removed) 5.49 kB 🟢 -5.49 kB 🟢 -1.95 kB 🟢 -1.72 kB
assets/CloudForgotPasswordView-DsGuQYZh.js (new) 5.09 kB 🔴 +5.09 kB 🔴 +1.72 kB 🔴 +1.51 kB
assets/CloudForgotPasswordView-o6c6865G.js (removed) 5.09 kB 🟢 -5.09 kB 🟢 -1.72 kB 🟢 -1.51 kB
assets/CloudAuthTimeoutView-BzJIF9oH.js (new) 4.43 kB 🔴 +4.43 kB 🔴 +1.54 kB 🔴 +1.34 kB
assets/CloudAuthTimeoutView-CkEJmaFl.js (removed) 4.43 kB 🟢 -4.43 kB 🟢 -1.53 kB 🟢 -1.33 kB
assets/OAuthLayoutView-BiJKGzhI.js (new) 1.31 kB 🔴 +1.31 kB 🔴 +701 B 🔴 +594 B
assets/OAuthLayoutView-C73itt4p.js (removed) 1.31 kB 🟢 -1.31 kB 🟢 -699 B 🟢 -595 B
assets/WidgetTextPreview-BuMRd3t-.js (new) 131 B 🔴 +131 B 🔴 +100 B 🔴 +90 B
assets/WidgetTextPreview-OER-X-5e.js (removed) 131 B 🟢 -131 B 🟢 -100 B 🟢 -91 B

Status: 12 added / 12 removed / 4 unchanged

Panels & Settings — 551 kB (baseline 551 kB) • ⚪ 0 B

Configuration panels, inspectors, and settings screens

File Before After Δ Raw Δ Gzip Δ Brotli
assets/KeybindingPanel-DhQFMpmT.js (new) 49.4 kB 🔴 +49.4 kB 🔴 +9.95 kB 🔴 +8.81 kB
assets/KeybindingPanel-DY4cwJlD.js (removed) 49.4 kB 🟢 -49.4 kB 🟢 -9.95 kB 🟢 -8.8 kB
assets/SecretsPanel-BjlauODB.js (removed) 33.7 kB 🟢 -33.7 kB 🟢 -7.86 kB 🟢 -6.89 kB
assets/SecretsPanel-D1U3lIbj.js (new) 33.7 kB 🔴 +33.7 kB 🔴 +7.86 kB 🔴 +6.9 kB
assets/CreditsPanel-BWW1OMzw.js (removed) 15.9 kB 🟢 -15.9 kB 🟢 -4.63 kB 🟢 -4.06 kB
assets/CreditsPanel-CZ6wmm3W.js (new) 15.9 kB 🔴 +15.9 kB 🔴 +4.62 kB 🔴 +4.06 kB
assets/SubscriptionPanel-Dgoexi89.js (removed) 11.4 kB 🟢 -11.4 kB 🟢 -3.63 kB 🟢 -3.17 kB
assets/SubscriptionPanel-Ds9ZcKUZ.js (new) 11.4 kB 🔴 +11.4 kB 🔴 +3.63 kB 🔴 +3.19 kB
assets/AboutPanel-CGTx9Mp8.js (new) 11.2 kB 🔴 +11.2 kB 🔴 +3.02 kB 🔴 +2.71 kB
assets/AboutPanel-CPJswhx-.js (removed) 11.2 kB 🟢 -11.2 kB 🟢 -3.03 kB 🟢 -2.71 kB
assets/ExtensionPanel-B9aXbAUh.js (new) 9.19 kB 🔴 +9.19 kB 🔴 +2.51 kB 🔴 +2.23 kB
assets/ExtensionPanel-BwEMAHRx.js (removed) 9.19 kB 🟢 -9.19 kB 🟢 -2.51 kB 🟢 -2.22 kB
assets/ServerConfigPanel-DbhL7axQ.js (new) 6.09 kB 🔴 +6.09 kB 🔴 +1.94 kB 🔴 +1.73 kB
assets/ServerConfigPanel-DwipCpIE.js (removed) 6.09 kB 🟢 -6.09 kB 🟢 -1.94 kB 🟢 -1.73 kB
assets/UserPanel-BNeCXCoD.js (removed) 5.73 kB 🟢 -5.73 kB 🟢 -1.78 kB 🟢 -1.54 kB
assets/UserPanel-DAHsyyaq.js (new) 5.73 kB 🔴 +5.73 kB 🔴 +1.78 kB 🔴 +1.55 kB
assets/refreshRemoteConfig-CHLMPVaC.js (new) 2.91 kB 🔴 +2.91 kB 🔴 +1.24 kB 🔴 +1.09 kB
assets/refreshRemoteConfig-DOMcfCZ6.js (removed) 2.91 kB 🟢 -2.91 kB 🟢 -1.24 kB 🟢 -1.09 kB
assets/cloudRemoteConfig-C2drZAKa.js (removed) 933 B 🟢 -933 B 🟢 -503 B 🟢 -416 B
assets/cloudRemoteConfig-CBZAGrhs.js (new) 933 B 🔴 +933 B 🔴 +505 B 🔴 +417 B
assets/refreshRemoteConfig-DYq1cKNZ.js (new) 110 B 🔴 +110 B 🔴 +89 B 🔴 +82 B
assets/refreshRemoteConfig-ejO-nVJO.js (removed) 110 B 🟢 -110 B 🟢 -89 B 🟢 -82 B

Status: 11 added / 11 removed / 15 unchanged

User & Accounts — 28.7 kB (baseline 28.7 kB) • ⚪ 0 B

Authentication, profile, and account management bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/SignUpForm-CBxei8OE.js (removed) 12.2 kB 🟢 -12.2 kB 🟢 -4.15 kB 🟢 -3.62 kB
assets/SignUpForm-D1PNtCuY.js (new) 12.2 kB 🔴 +12.2 kB 🔴 +4.15 kB 🔴 +3.62 kB
assets/auth-B8bfrhqn.js (new) 3.65 kB 🔴 +3.65 kB 🔴 +1.27 kB 🔴 +1.09 kB
assets/auth-DWUMZxlS.js (removed) 3.65 kB 🟢 -3.65 kB 🟢 -1.27 kB 🟢 -1.09 kB
assets/usePostAuthRedirect-DpIUE3Ko.js (removed) 3.28 kB 🟢 -3.28 kB 🟢 -1.24 kB 🟢 -1.08 kB
assets/usePostAuthRedirect-vizHkPG8.js (new) 3.28 kB 🔴 +3.28 kB 🔴 +1.24 kB 🔴 +1.08 kB
assets/UpdatePasswordContent-BlpMBUnO.js (removed) 1.85 kB 🟢 -1.85 kB 🟢 -837 B 🟢 -731 B
assets/UpdatePasswordContent-D6aeh0Gy.js (new) 1.85 kB 🔴 +1.85 kB 🔴 +839 B 🔴 +728 B
assets/authStore-B35syd7x.js (new) 128 B 🔴 +128 B 🔴 +104 B 🔴 +105 B
assets/authStore-CTCu0wjH.js (removed) 128 B 🟢 -128 B 🟢 -104 B 🟢 -101 B
assets/workspaceAuthStore-B6fWdKON.js (removed) 108 B 🟢 -108 B 🟢 -99 B 🟢 -104 B
assets/workspaceAuthStore-BxHxQh0Z.js (new) 108 B 🔴 +108 B 🔴 +99 B 🔴 +112 B
assets/auth-BKQZ0JVh.js (removed) 105 B 🟢 -105 B 🟢 -96 B 🟢 -84 B
assets/auth-Vhi2gUfV.js (new) 105 B 🔴 +105 B 🔴 +96 B 🔴 +82 B

Status: 7 added / 7 removed / 3 unchanged

Editors & Dialogs — 124 kB (baseline 124 kB) • ⚪ 0 B

Modals, dialogs, drawers, and in-app editors

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyHubPublishDialog-DqfmDv5i.js (new) 90 kB 🔴 +90 kB 🔴 +19.2 kB 🔴 +16.5 kB
assets/ComfyHubPublishDialog-ql8xGToU.js (removed) 90 kB 🟢 -90 kB 🟢 -19.2 kB 🟢 -16.5 kB
assets/useShareDialog-5HYcyT6K.js (new) 23.9 kB 🔴 +23.9 kB 🔴 +5.69 kB 🔴 +5.04 kB
assets/useShareDialog-CfoFlimX.js (removed) 23.9 kB 🟢 -23.9 kB 🟢 -5.69 kB 🟢 -5.04 kB
assets/feedbackDialog-DTQ9UeEi.js (new) 4.45 kB 🔴 +4.45 kB 🔴 +1.87 kB 🔴 +1.59 kB
assets/feedbackDialog-DYuGqJz5.js (removed) 4.45 kB 🟢 -4.45 kB 🟢 -1.86 kB 🟢 -1.59 kB
assets/useRangeEditor-BmqQ8Lic.js (new) 3.23 kB 🔴 +3.23 kB 🔴 +1.13 kB 🔴 +1.04 kB
assets/useRangeEditor-DHIl-MQM.js (removed) 3.23 kB 🟢 -3.23 kB 🟢 -1.12 kB 🟢 -1.02 kB
assets/ComfyHubPublishDialog-C3QhZPIE.js (removed) 143 B 🟢 -143 B 🟢 -105 B 🟢 -88 B
assets/ComfyHubPublishDialog-CdXuQP4l.js (new) 143 B 🔴 +143 B 🔴 +105 B 🔴 +88 B
assets/useSubscriptionDialog-8ZqyhmAD.js (removed) 108 B 🟢 -108 B 🟢 -102 B 🟢 -88 B
assets/useSubscriptionDialog-d7J_H95j.js (new) 108 B 🔴 +108 B 🔴 +102 B 🔴 +86 B

Status: 6 added / 6 removed / 1 unchanged

UI Components — 70 kB (baseline 70 kB) • ⚪ 0 B

Reusable component library chunks

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyQueueButton-FZPzQ5YJ.js (new) 13.5 kB 🔴 +13.5 kB 🔴 +3.73 kB 🔴 +3.31 kB
assets/ComfyQueueButton-wtVpKXiQ.js (removed) 13.5 kB 🟢 -13.5 kB 🟢 -3.73 kB 🟢 -3.31 kB
assets/useTerminalTabs-C2YxMgaA.js (new) 11.8 kB 🔴 +11.8 kB 🔴 +3.69 kB 🔴 +3.26 kB
assets/useTerminalTabs-CBjIIiuo.js (removed) 11.8 kB 🟢 -11.8 kB 🟢 -3.69 kB 🟢 -3.26 kB
assets/InviteMembersForm-SQI_kku0.js (new) 7.96 kB 🔴 +7.96 kB 🔴 +2.65 kB 🔴 +2.35 kB
assets/InviteMembersForm-zAgZPg_N.js (removed) 7.96 kB 🟢 -7.96 kB 🟢 -2.65 kB 🟢 -2.36 kB
assets/SubscribeButton-0HkT6OzW.js (removed) 2.13 kB 🟢 -2.13 kB 🟢 -952 B 🟢 -835 B
assets/SubscribeButton-Dkbew2YI.js (new) 2.13 kB 🔴 +2.13 kB 🔴 +955 B 🔴 +835 B
assets/cloudFeedbackTopbarButton-Ba-AxxbK.js (removed) 705 B 🟢 -705 B 🟢 -419 B 🟢 -360 B
assets/cloudFeedbackTopbarButton-SbmtoGxr.js (new) 705 B 🔴 +705 B 🔴 +418 B 🔴 +362 B
assets/ComfyQueueButton-BHLLlLZ3.js (removed) 128 B 🟢 -128 B 🟢 -99 B 🟢 -92 B
assets/ComfyQueueButton-CHE1bi0Y.js (new) 128 B 🔴 +128 B 🔴 +99 B 🔴 +90 B

Status: 6 added / 6 removed / 9 unchanged

Data & Services — 3.44 MB (baseline 3.44 MB) • ⚪ 0 B

Stores, services, APIs, and repositories

File Before After Δ Raw Δ Gzip Δ Brotli
assets/settingStore-Ci96wxDE.js (new) 3.17 MB 🔴 +3.17 MB 🔴 +734 kB 🔴 +553 kB
assets/settingStore-Desswf-R.js (removed) 3.17 MB 🟢 -3.17 MB 🟢 -734 kB 🟢 -553 kB
assets/load3dService-CDeUVE1n.js (new) 132 kB 🔴 +132 kB 🔴 +29.2 kB 🔴 +24.6 kB
assets/load3dService-lxeLFe6E.js (removed) 132 kB 🟢 -132 kB 🟢 -29.2 kB 🟢 -24.6 kB
assets/api-CFh1altt.js (removed) 92 kB 🟢 -92 kB 🟢 -25.4 kB 🟢 -21.8 kB
assets/api-D6n4hgzd.js (new) 92 kB 🔴 +92 kB 🔴 +25.4 kB 🔴 +21.8 kB
assets/workflowShareService-B_00GnTr.js (removed) 16.4 kB 🟢 -16.4 kB 🟢 -4.89 kB 🟢 -4.33 kB
assets/workflowShareService-CTKOjj2T.js (new) 16.4 kB 🔴 +16.4 kB 🔴 +4.89 kB 🔴 +4.33 kB
assets/keybindingService-GgF8tXO1.js (removed) 7.08 kB 🟢 -7.08 kB 🟢 -1.82 kB 🟢 -1.57 kB
assets/keybindingService-ZB_xm6DR.js (new) 7.08 kB 🔴 +7.08 kB 🔴 +1.82 kB 🔴 +1.58 kB
assets/releaseStore-B82CpeA9.js (removed) 6.72 kB 🟢 -6.72 kB 🟢 -2.03 kB 🟢 -1.77 kB
assets/releaseStore-CrcPmXIB.js (new) 6.72 kB 🔴 +6.72 kB 🔴 +2.03 kB 🔴 +1.78 kB
assets/systemStatsStore-BciQSgJM.js (new) 4.93 kB 🔴 +4.93 kB 🔴 +1.74 kB 🔴 +1.47 kB
assets/systemStatsStore-YJj_mr79.js (removed) 4.93 kB 🟢 -4.93 kB 🟢 -1.74 kB 🟢 -1.47 kB
assets/userStore-BiRJYuB4.js (new) 2.38 kB 🔴 +2.38 kB 🔴 +898 B 🔴 +795 B
assets/userStore-Dm5crYYC.js (removed) 2.38 kB 🟢 -2.38 kB 🟢 -896 B 🟢 -792 B
assets/audioService-D4pF1SGl.js (new) 1.71 kB 🔴 +1.71 kB 🔴 +828 B 🔴 +729 B
assets/audioService-XvwLTGvP.js (removed) 1.71 kB 🟢 -1.71 kB 🟢 -827 B 🟢 -724 B
assets/dialogService-aIHXvNsb.js (removed) 98 B 🟢 -98 B 🟢 -97 B 🟢 -84 B
assets/dialogService-B_mEqFqo.js (new) 98 B 🔴 +98 B 🔴 +97 B 🔴 +81 B
assets/releaseStore--H4DQwSI.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -81 B
assets/releaseStore-0DN7yyvI.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +86 B
assets/settingStore-DaEDYYiK.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -80 B
assets/settingStore-DZfG6Iif.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +81 B
assets/assetsStore-CWFdrSh3.js (new) 94 B 🔴 +94 B 🔴 +92 B 🔴 +86 B
assets/assetsStore-DtA1fZxa.js (removed) 94 B 🟢 -94 B 🟢 -92 B 🟢 -85 B
assets/api-BRtuoa6x.js (new) 62 B 🔴 +62 B 🔴 +74 B 🔴 +66 B
assets/api-CZLYFI-v.js (removed) 62 B 🟢 -62 B 🟢 -74 B 🟢 -66 B

Status: 14 added / 14 removed / 3 unchanged

Utilities & Hooks — 386 kB (baseline 386 kB) • ⚪ 0 B

Helpers, composables, and utility bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/useConflictDetection-D6ucObEk.js (removed) 235 kB 🟢 -235 kB 🟢 -52.5 kB 🟢 -42.7 kB
assets/useConflictDetection-DfbGGqJ_.js (new) 235 kB 🔴 +235 kB 🔴 +52.5 kB 🔴 +42.7 kB
assets/useLoad3d-CIUMQZq7.js (new) 25.7 kB 🔴 +25.7 kB 🔴 +5.79 kB 🔴 +5.14 kB
assets/useLoad3d-d4-RfB9K.js (removed) 25.7 kB 🟢 -25.7 kB 🟢 -5.79 kB 🟢 -5.12 kB
assets/useLoad3dViewer-CYB4tJ1m.js (new) 21.2 kB 🔴 +21.2 kB 🔴 +4.98 kB 🔴 +4.36 kB
assets/useLoad3dViewer-dcMYGvbA.js (removed) 21.2 kB 🟢 -21.2 kB 🟢 -4.97 kB 🟢 -4.35 kB
assets/useImageCrop-_h2DQ9xM.js (new) 15 kB 🔴 +15 kB 🔴 +3.42 kB 🔴 +2.98 kB
assets/useImageCrop-BO5hXut2.js (removed) 15 kB 🟢 -15 kB 🟢 -3.42 kB 🟢 -2.98 kB
assets/useDowngradeToPersonal-B5xz6GKI.js (new) 8.85 kB 🔴 +8.85 kB 🔴 +2.53 kB 🔴 +2.17 kB
assets/useDowngradeToPersonal-Dzh4NZrA.js (removed) 8.85 kB 🟢 -8.85 kB 🟢 -2.53 kB 🟢 -2.17 kB
assets/useFeatureFlags-B-_L6jSb.js (new) 7.31 kB 🔴 +7.31 kB 🔴 +2.18 kB 🔴 +1.83 kB
assets/useFeatureFlags-C3P7y_pV.js (removed) 7.31 kB 🟢 -7.31 kB 🟢 -2.18 kB 🟢 -1.83 kB
assets/assetPreviewUtil-DQU4Jtf0.js (removed) 2.35 kB 🟢 -2.35 kB 🟢 -966 B 🟢 -845 B
assets/assetPreviewUtil-MuBq5ltd.js (new) 2.35 kB 🔴 +2.35 kB 🔴 +968 B 🔴 +849 B
assets/useUpstreamValue-Dy9GTihn.js (new) 1.99 kB 🔴 +1.99 kB 🔴 +758 B 🔴 +678 B
assets/useUpstreamValue-LLR3N-OS.js (removed) 1.99 kB 🟢 -1.99 kB 🟢 -756 B 🟢 -674 B
assets/useWorkspaceTierLabel-BeVJ7bzo.js (new) 1.93 kB 🔴 +1.93 kB 🔴 +813 B 🔴 +694 B
assets/useWorkspaceTierLabel-D2ajqvJd.js (removed) 1.93 kB 🟢 -1.93 kB 🟢 -812 B 🟢 -698 B
assets/subscriptionCheckoutUtil-B1lCGJ2Q.js (new) 841 B 🔴 +841 B 🔴 +502 B 🔴 +428 B
assets/subscriptionCheckoutUtil-BRtB5uOy.js (removed) 841 B 🟢 -841 B 🟢 -499 B 🟢 -425 B
assets/useSessionCookie-C_bswo0V.js (removed) 692 B 🟢 -692 B 🟢 -353 B 🟢 -307 B
assets/useSessionCookie-DQtYYU1d.js (new) 692 B 🔴 +692 B 🔴 +356 B 🔴 +309 B
assets/useLoad3d-6H2sZ4Up.js (new) 311 B 🔴 +311 B 🔴 +166 B 🔴 +149 B
assets/useLoad3d-Bf38tvJw.js (removed) 311 B 🟢 -311 B 🟢 -164 B 🟢 -150 B
assets/useSessionCookie-C1G6GctP.js (new) 101 B 🔴 +101 B 🔴 +86 B 🔴 +80 B
assets/useSessionCookie-CxoPK_kS.js (removed) 101 B 🟢 -101 B 🟢 -86 B 🟢 -81 B
assets/useFeatureFlags-C3LqOXB1.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +81 B
assets/useFeatureFlags-CeVP4Ay6.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -82 B
assets/useLoad3dViewer-ejDnKywT.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +83 B
assets/useLoad3dViewer-hi9fFGw-.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -84 B
assets/useCurrentUser-BCP3tCio.js (new) 94 B 🔴 +94 B 🔴 +95 B 🔴 +84 B
assets/useCurrentUser-q0a_TQAI.js (removed) 94 B 🟢 -94 B 🟢 -95 B 🟢 -85 B

Status: 16 added / 16 removed / 20 unchanged

Vendor & Third-Party — 15.7 MB (baseline 15.7 MB) • ⚪ 0 B

External libraries and shared vendor chunks

Status: 16 unchanged

Other — 12.7 MB (baseline 12.7 MB) • 🟢 -31 B

Bundles that do not match a named category

File Before After Δ Raw Δ Gzip Δ Brotli
assets/core-BigJRI52.js (removed) 111 kB 🟢 -111 kB 🟢 -28.6 kB 🟢 -24.3 kB
assets/core-DEg-mnq0.js (new) 111 kB 🔴 +111 kB 🔴 +28.6 kB 🔴 +24.3 kB
assets/WidgetSelect-BgsUP9Yi.js (removed) 88 kB 🟢 -88 kB 🟢 -19.9 kB 🟢 -17 kB
assets/WidgetSelect-DErmOvVc.js (new) 88 kB 🔴 +88 kB 🔴 +19.9 kB 🔴 +17.1 kB
assets/Load3D-Cx2XbaWf.js (removed) 71.3 kB 🟢 -71.3 kB 🟢 -11.7 kB 🟢 -9.98 kB
assets/Load3D-CzYLt1nq.js (new) 71.3 kB 🔴 +71.3 kB 🔴 +11.7 kB 🔴 +9.97 kB
assets/WidgetVideoEdit-BpS25deW.js (new) 63.4 kB 🔴 +63.4 kB 🔴 +14.6 kB 🔴 +12.8 kB
assets/WidgetVideoEdit-BXFxbbm-.js (removed) 63.4 kB 🟢 -63.4 kB 🟢 -14.6 kB 🟢 -12.8 kB
assets/WorkspaceSettingsPanelContent-Bql4voPA.js (removed) 61.6 kB 🟢 -61.6 kB 🟢 -13.2 kB 🟢 -11.5 kB
assets/WorkspaceSettingsPanelContent-L2zZbDsx.js (new) 61.6 kB 🔴 +61.6 kB 🔴 +13.1 kB 🔴 +11.4 kB
assets/SubscriptionTransitionPreviewWorkspace-DlaCZugU.js (removed) 61.3 kB 🟢 -61.3 kB 🟢 -12.5 kB 🟢 -10.9 kB
assets/SubscriptionTransitionPreviewWorkspace-ONPsLIwi.js (new) 61.3 kB 🔴 +61.3 kB 🔴 +12.5 kB 🔴 +10.9 kB
assets/Preview3d-CkRJnOW0.js (removed) 50.9 kB 🟢 -50.9 kB 🟢 -8.3 kB 🟢 -7.24 kB
assets/Preview3d-lyY9q-qT.js (new) 50.9 kB 🔴 +50.9 kB 🔴 +8.3 kB 🔴 +7.25 kB
assets/main-D0a2RANR.js (removed) 46.9 kB 🟢 -46.9 kB 🟢 -13.8 kB 🟢 -12 kB
assets/main-OTZ2W1bZ.js (new) 46.9 kB 🔴 +46.9 kB 🔴 +13.8 kB 🔴 +12 kB
assets/SubscriptionRequiredDialogContentUnified-BPxp9QSS.js (new) 42.7 kB 🔴 +42.7 kB 🔴 +9.42 kB 🔴 +8.21 kB
assets/SubscriptionRequiredDialogContentUnified-CGqp5EmD.js (removed) 42.7 kB 🟢 -42.7 kB 🟢 -9.42 kB 🟢 -8.2 kB
assets/MembersPanelContent-BKlXcG6w.js (new) 41.8 kB 🔴 +41.8 kB 🔴 +8.79 kB 🔴 +7.82 kB
assets/MembersPanelContent-DgQXZtd9.js (removed) 41.8 kB 🟢 -41.8 kB 🟢 -8.79 kB 🟢 -7.83 kB
assets/WidgetBoundingBoxes-B_PVlIZB.js (new) 33.7 kB 🔴 +33.7 kB 🔴 +9.16 kB 🔴 +8.13 kB
assets/WidgetBoundingBoxes-LUVg1E1l.js (removed) 33.7 kB 🟢 -33.7 kB 🟢 -9.15 kB 🟢 -8.13 kB
assets/WidgetPainter-BtjobcMt.js (new) 32.6 kB 🔴 +32.6 kB 🔴 +7.86 kB 🔴 +6.97 kB
assets/WidgetPainter-C90N8x2J.js (removed) 32.6 kB 🟢 -32.6 kB 🟢 -7.86 kB 🟢 -6.97 kB
assets/Load3dViewerContent-BIQwT4d4.js (removed) 30.8 kB 🟢 -30.8 kB 🟢 -6.26 kB 🟢 -5.43 kB
assets/Load3dViewerContent-CphHyPNf.js (new) 30.8 kB 🔴 +30.8 kB 🔴 +6.26 kB 🔴 +5.43 kB
assets/SubscriptionPanelContentWorkspace-CZ2FCQXQ.js (removed) 29.5 kB 🟢 -29.5 kB 🟢 -6.83 kB 🟢 -6 kB
assets/SubscriptionPanelContentWorkspace-BeC-DDgF.js (new) 29.5 kB 🔴 +29.5 kB 🔴 +6.82 kB 🔴 +6 kB
assets/SubscriptionRequiredDialogContent-M8FK39ja.js (new) 26.1 kB 🔴 +26.1 kB 🔴 +6.14 kB 🔴 +5.4 kB
assets/SubscriptionRequiredDialogContent-zU9P945X.js (removed) 26.1 kB 🟢 -26.1 kB 🟢 -6.14 kB 🟢 -5.4 kB
assets/SubscriptionRequiredDialogContentWorkspace-B-ber5Qg.js (removed) 25.1 kB 🟢 -25.1 kB 🟢 -5.8 kB 🟢 -5.1 kB
assets/SubscriptionRequiredDialogContentWorkspace-BFzPLAdT.js (new) 25.1 kB 🔴 +25.1 kB 🔴 +5.8 kB 🔴 +5.11 kB
assets/load3d-C_p5koSq.js (new) 22.2 kB 🔴 +22.2 kB 🔴 +5.4 kB 🔴 +4.67 kB
assets/load3d-CR9w9GN6.js (removed) 22.2 kB 🟢 -22.2 kB 🟢 -5.4 kB 🟢 -4.67 kB
assets/CurrentUserPopoverWorkspace-C34Ue8nJ.js (new) 20.5 kB 🔴 +20.5 kB 🔴 +4.69 kB 🔴 +4.18 kB
assets/CurrentUserPopoverWorkspace-s0hdwkLB.js (removed) 20.5 kB 🟢 -20.5 kB 🟢 -4.69 kB 🟢 -4.18 kB
assets/SignInContent-3nkMJNzV.js (new) 20.2 kB 🔴 +20.2 kB 🔴 +5.1 kB 🔴 +4.45 kB
assets/SignInContent-TV5TeGmz.js (removed) 20.2 kB 🟢 -20.2 kB 🟢 -5.09 kB 🟢 -4.45 kB
assets/CreditsTile-BTx9jW4R.js (removed) 17.2 kB 🟢 -17.2 kB 🟢 -4.55 kB 🟢 -4.01 kB
assets/CreditsTile-nr_EalHa.js (new) 17.2 kB 🔴 +17.2 kB 🔴 +4.55 kB 🔴 +4.02 kB
assets/WidgetRecordAudio-BRfn0hre.js (new) 16.6 kB 🔴 +16.6 kB 🔴 +4.59 kB 🔴 +4.1 kB
assets/WidgetRecordAudio-DTUsLY5b.js (removed) 16.6 kB 🟢 -16.6 kB 🟢 -4.59 kB 🟢 -4.1 kB
assets/WidgetInputNumber-B9nP7lYE.js (removed) 13.9 kB 🟢 -13.9 kB 🟢 -3.63 kB 🟢 -3.21 kB
assets/WidgetInputNumber-eAwZQLSM.js (new) 13.9 kB 🔴 +13.9 kB 🔴 +3.63 kB 🔴 +3.21 kB
assets/WidgetRange-B7-OoY9c.js (new) 13.7 kB 🔴 +13.7 kB 🔴 +3.53 kB 🔴 +3.12 kB
assets/WidgetRange-CQKnsRg8.js (removed) 13.7 kB 🟢 -13.7 kB 🟢 -3.54 kB 🟢 -3.11 kB
assets/WaveAudioPlayer-CQbf6sc6.js (removed) 12.8 kB 🟢 -12.8 kB 🟢 -3.46 kB 🟢 -3.05 kB
assets/WaveAudioPlayer-CwVcgFyd.js (new) 12.8 kB 🔴 +12.8 kB 🔴 +3.46 kB 🔴 +3.04 kB
assets/WidgetCurve-_iG54o0M.js (new) 11.2 kB 🔴 +11.2 kB 🔴 +3.47 kB 🔴 +3.15 kB
assets/WidgetCurve-Dh8NmKO-.js (removed) 11.2 kB 🟢 -11.2 kB 🟢 -3.47 kB 🟢 -3.15 kB
assets/TeamWorkspacesDialogContent-D1ntkPIO.js (new) 10.3 kB 🔴 +10.3 kB 🔴 +2.97 kB 🔴 +2.63 kB
assets/TeamWorkspacesDialogContent-rL1vb5kG.js (removed) 10.3 kB 🟢 -10.3 kB 🟢 -2.97 kB 🟢 -2.63 kB
assets/onboardingCloudRoutes-D-v5pmuk.js (new) 9.07 kB 🔴 +9.07 kB 🔴 +2.77 kB 🔴 +2.38 kB
assets/onboardingCloudRoutes-VHdpQc7e.js (removed) 9.07 kB 🟢 -9.07 kB 🟢 -2.78 kB 🟢 -2.39 kB
assets/Load3DConfiguration-CYY0-awa.js (removed) 8.91 kB 🟢 -8.91 kB 🟢 -2.6 kB 🟢 -2.3 kB
assets/Load3DConfiguration-INRV6kPV.js (new) 8.91 kB 🔴 +8.91 kB 🔴 +2.61 kB 🔴 +2.29 kB
assets/WidgetImageCrop-DWWy4WQz.js (new) 8.49 kB 🔴 +8.49 kB 🔴 +2.65 kB 🔴 +2.34 kB
assets/WidgetImageCrop-rpqRvbgt.js (removed) 8.49 kB 🟢 -8.49 kB 🟢 -2.65 kB 🟢 -2.34 kB
assets/SetMemberCreditLimitDialogContent-BRtm0p8Z.js (new) 8.47 kB 🔴 +8.47 kB 🔴 +2.34 kB 🔴 +2.04 kB
assets/SetMemberCreditLimitDialogContent-i2DE_rjO.js (removed) 8.47 kB 🟢 -8.47 kB 🟢 -2.34 kB 🟢 -2.04 kB
assets/nodeTemplates-CTi9kKq1.js (new) 8.28 kB 🔴 +8.28 kB 🔴 +2.84 kB 🔴 +2.5 kB
assets/nodeTemplates-K_ICHeNT.js (removed) 8.28 kB 🟢 -8.28 kB 🟢 -2.84 kB 🟢 -2.5 kB
assets/NightlySurveyController-BB5Rnlai.js (new) 7.5 kB 🔴 +7.5 kB 🔴 +2.55 kB 🔴 +2.24 kB
assets/NightlySurveyController-DDo00UIx.js (removed) 7.5 kB 🟢 -7.5 kB 🟢 -2.55 kB 🟢 -2.24 kB
assets/WidgetWithControl-Ct_63UJe.js (new) 6.35 kB 🔴 +6.35 kB 🔴 +2.57 kB 🔴 +2.26 kB
assets/WidgetWithControl-H14hPB_s.js (removed) 6.35 kB 🟢 -6.35 kB 🟢 -2.57 kB 🟢 -2.27 kB
assets/tierBenefits-DOjtySFe.js (removed) 6.2 kB 🟢 -6.2 kB 🟢 -1.96 kB 🟢 -1.72 kB
assets/tierBenefits-TpdF1DJL.js (new) 6.2 kB 🔴 +6.2 kB 🔴 +1.97 kB 🔴 +1.72 kB
assets/CancelSubscriptionDialogContent-BaDeGN53.js (removed) 5.97 kB 🟢 -5.97 kB 🟢 -1.98 kB 🟢 -1.74 kB
assets/CancelSubscriptionDialogContent-Bjnm4MDf.js (new) 5.97 kB 🔴 +5.97 kB 🔴 +1.98 kB 🔴 +1.74 kB
assets/load3dPreviewExtensions-8a9fXT-Z.js (removed) 5.88 kB 🟢 -5.88 kB 🟢 -1.81 kB 🟢 -1.59 kB
assets/load3dPreviewExtensions-CUOxO3sF.js (new) 5.88 kB 🔴 +5.88 kB 🔴 +1.81 kB 🔴 +1.6 kB
assets/missingModelDownload-BXjfX9Om.js (new) 5.88 kB 🔴 +5.88 kB 🔴 +2.07 kB 🔴 +1.81 kB
assets/missingModelDownload-DiDJFVCS.js (removed) 5.88 kB 🟢 -5.88 kB 🟢 -2.07 kB 🟢 -1.81 kB
assets/launchCancellationFlow-CyPP54--.js (new) 5.18 kB 🔴 +5.18 kB 🔴 +1.77 kB 🔴 +1.56 kB
assets/launchCancellationFlow-D4ElJKRB.js (removed) 5.18 kB 🟢 -5.18 kB 🟢 -1.77 kB 🟢 -1.56 kB
assets/CreateWorkspaceDialogContent-CgSqjUGR.js (new) 5.12 kB 🔴 +5.12 kB 🔴 +1.79 kB 🔴 +1.55 kB
assets/CreateWorkspaceDialogContent-D6IMuH03.js (removed) 5.12 kB 🟢 -5.12 kB 🟢 -1.79 kB 🟢 -1.55 kB
assets/ChangeMemberRoleDialogContent-DbCt4r1t.js (removed) 4.97 kB 🟢 -4.97 kB 🟢 -1.63 kB 🟢 -1.42 kB
assets/ChangeMemberRoleDialogContent-Vus-5kAo.js (new) 4.97 kB 🔴 +4.97 kB 🔴 +1.63 kB 🔴 +1.43 kB
assets/EditWorkspaceDialogContent-Dpds201A.js (removed) 4.93 kB 🟢 -4.93 kB 🟢 -1.76 kB 🟢 -1.52 kB
assets/EditWorkspaceDialogContent-J4FewXFv.js (new) 4.93 kB 🔴 +4.93 kB 🔴 +1.76 kB 🔴 +1.52 kB
assets/WidgetTextarea-C8-g0Ncw.js (removed) 4.81 kB 🟢 -4.81 kB 🟢 -1.87 kB 🟢 -1.62 kB
assets/WidgetTextarea-vN6qAmr7.js (new) 4.81 kB 🔴 +4.81 kB 🔴 +1.87 kB 🔴 +1.63 kB
assets/saveMesh-BYnsJNX5.js (removed) 4.76 kB 🟢 -4.76 kB 🟢 -1.52 kB 🟢 -1.34 kB
assets/saveMesh-CpI-8iR4.js (new) 4.76 kB 🔴 +4.76 kB 🔴 +1.52 kB 🔴 +1.34 kB
assets/WorkspacePanelContent-CT05lhrC.js (new) 4.72 kB 🔴 +4.72 kB 🔴 +1.6 kB 🔴 +1.4 kB
assets/WorkspacePanelContent-XseblHRV.js (removed) 4.72 kB 🟢 -4.72 kB 🟢 -1.6 kB 🟢 -1.4 kB
assets/InviteMemberDialogContent-B3JKAn5M.js (removed) 4.68 kB 🟢 -4.68 kB 🟢 -1.58 kB 🟢 -1.37 kB
assets/InviteMemberDialogContent-i1PAUUP9.js (new) 4.68 kB 🔴 +4.68 kB 🔴 +1.58 kB 🔴 +1.38 kB
assets/ValueControlPopover-BTiNW3R0.js (new) 4.49 kB 🔴 +4.49 kB 🔴 +1.55 kB 🔴 +1.38 kB
assets/ValueControlPopover-Wc_PcWmV.js (removed) 4.49 kB 🟢 -4.49 kB 🟢 -1.54 kB 🟢 -1.38 kB
assets/DeleteWorkspaceDialogContent-3raKnKKy.js (new) 3.84 kB 🔴 +3.84 kB 🔴 +1.44 kB 🔴 +1.23 kB
assets/DeleteWorkspaceDialogContent-BBcIr2pq.js (removed) 3.84 kB 🟢 -3.84 kB 🟢 -1.44 kB 🟢 -1.23 kB
assets/LeaveWorkspaceDialogContent-BTWbDynf.js (new) 3.67 kB 🔴 +3.67 kB 🔴 +1.38 kB 🔴 +1.19 kB
assets/LeaveWorkspaceDialogContent-DYPU5F7p.js (removed) 3.67 kB 🟢 -3.67 kB 🟢 -1.38 kB 🟢 -1.18 kB
assets/RemoveMemberDialogContent-Bvv5hue3.js (new) 3.65 kB 🔴 +3.65 kB 🔴 +1.33 kB 🔴 +1.15 kB
assets/RemoveMemberDialogContent-qAgBJJtR.js (removed) 3.65 kB 🟢 -3.65 kB 🟢 -1.33 kB 🟢 -1.15 kB
assets/RevokeInviteDialogContent-BIAB7BL1.js (removed) 3.56 kB 🟢 -3.56 kB 🟢 -1.34 kB 🟢 -1.16 kB
assets/RevokeInviteDialogContent-CMrVxnw4.js (new) 3.56 kB 🔴 +3.56 kB 🔴 +1.34 kB 🔴 +1.17 kB
assets/InviteMemberUpsellDialogContent-DmfkP9Ww.js (new) 3.44 kB 🔴 +3.44 kB 🔴 +1.23 kB 🔴 +1.09 kB
assets/InviteMemberUpsellDialogContent-lGtVgo6y.js (removed) 3.44 kB 🟢 -3.44 kB 🟢 -1.22 kB 🟢 -1.08 kB
assets/workspaceCheckoutTelemetry-DPItX_Ui.js (removed) 3.4 kB 🟢 -3.4 kB 🟢 -1.52 kB 🟢 -1.32 kB
assets/workspaceCheckoutTelemetry-QrXogI6S.js (new) 3.4 kB 🔴 +3.4 kB 🔴 +1.52 kB 🔴 +1.33 kB
assets/Media3DTop-C6RYCjW-.js (new) 3.21 kB 🔴 +3.21 kB 🔴 +1.26 kB 🔴 +1.1 kB
assets/Media3DTop-CuVj1VmA.js (removed) 3.21 kB 🟢 -3.21 kB 🟢 -1.26 kB 🟢 -1.1 kB
assets/GlobalToast-CKEtOL0h.js (new) 3 kB 🔴 +3 kB 🔴 +1.22 kB 🔴 +1.05 kB
assets/GlobalToast-igvInHEu.js (removed) 3 kB 🟢 -3 kB 🟢 -1.22 kB 🟢 -1.04 kB
assets/load3dAdvanced-C6tvVD_h.js (new) 2.82 kB 🔴 +2.82 kB 🔴 +1.09 kB 🔴 +956 B
assets/load3dAdvanced-tisJXkkm.js (removed) 2.82 kB 🟢 -2.82 kB 🟢 -1.09 kB 🟢 -949 B
assets/SubscribeToRun-D0J4GRXM.js (new) 2.39 kB 🔴 +2.39 kB 🔴 +1.03 kB 🔴 +904 B
assets/SubscribeToRun-KENeM3OP.js (removed) 2.39 kB 🟢 -2.39 kB 🟢 -1.03 kB 🟢 -934 B
assets/MediaAudioTop-CJAhsH_T.js (new) 1.62 kB 🔴 +1.62 kB 🔴 +805 B 🔴 +665 B
assets/MediaAudioTop-CLuqft6v.js (removed) 1.62 kB 🟢 -1.62 kB 🟢 -805 B 🟢 -664 B
assets/CloudRunButtonWrapper-DFqavs5Y.js (new) 1.05 kB 🔴 +1.05 kB 🔴 +519 B 🔴 +457 B
assets/CloudRunButtonWrapper-DpPnQH3j.js (removed) 1.05 kB 🟢 -1.05 kB 🟢 -513 B 🟢 -473 B
assets/cloudSessionCookie-BQ7ly0uQ.js (new) 933 B 🔴 +933 B 🔴 +433 B 🔴 +379 B
assets/cloudSessionCookie-Br2t9iWr.js (removed) 933 B 🟢 -933 B 🟢 -429 B 🟢 -377 B
assets/cloudBadges-C5TJPM8A.js (new) 922 B 🔴 +922 B 🔴 +513 B 🔴 +438 B
assets/cloudBadges-DE4HeqZF.js (removed) 922 B 🟢 -922 B 🟢 -511 B 🟢 -436 B
assets/Load3DAdvanced-CnuIi4aC.js (new) 761 B 🔴 +761 B 🔴 +423 B 🔴 +358 B
assets/Load3DAdvanced-DrPodR9J.js (removed) 761 B 🟢 -761 B 🟢 -423 B 🟢 -356 B
assets/nightlyBadges-C3BVmgq8.js (new) 411 B 🔴 +411 B 🔴 +270 B 🔴 +229 B
assets/nightlyBadges-CquKSntA.js (removed) 411 B 🟢 -411 B 🟢 -269 B 🟢 -229 B
assets/missingModelDownload-CKhYLjpF.js (new) 371 B 🔴 +371 B 🔴 +203 B 🔴 +174 B
assets/missingModelDownload-D3b_F7jE.js (removed) 371 B 🟢 -371 B 🟢 -203 B 🟢 -173 B
assets/SubscriptionPanelContentWorkspace-4wKe0irS.js (new) 179 B 🔴 +179 B 🔴 +117 B 🔴 +102 B
assets/SubscriptionPanelContentWorkspace-CL70F4uV.js (removed) 179 B 🟢 -179 B 🟢 -117 B 🟢 -93 B
assets/Load3dViewerContent-BHyXuagf.js (removed) 137 B 🟢 -137 B 🟢 -103 B 🟢 -103 B
assets/Load3dViewerContent-CslW4Uk_.js (new) 137 B 🔴 +137 B 🔴 +103 B 🔴 +92 B
assets/Load3DAdvanced-B0YJZ7ol.js (new) 122 B 🔴 +122 B 🔴 +97 B 🔴 +89 B
assets/Load3DAdvanced-TAis4cWQ.js (removed) 122 B 🟢 -122 B 🟢 -97 B 🟢 -90 B
assets/WidgetLegacy-DWDI2LYu.js (new) 117 B 🔴 +117 B 🔴 +106 B 🔴 +105 B
assets/WidgetLegacy-DX5cEmOB.js (removed) 117 B 🟢 -117 B 🟢 -106 B 🟢 -94 B
assets/workflowDraftStoreV2-ButH3WMU.js (removed) 112 B 🟢 -112 B 🟢 -101 B 🟢 -116 B
assets/workflowDraftStoreV2-CV8BLVD1.js (new) 112 B 🔴 +112 B 🔴 +101 B 🔴 +106 B
assets/Load3D-sUOuQU56.js (new) 98 B 🔴 +98 B 🔴 +89 B 🔴 +88 B
assets/Load3D-T4XvHFEt.js (removed) 98 B 🟢 -98 B 🟢 -89 B 🟢 -81 B
assets/changeTracker-Cme5kmZm.js (removed) 91 B 🟢 -91 B 🟢 -93 B 🟢 -77 B
assets/changeTracker-DNNp7c5G.js (new) 91 B 🔴 +91 B 🔴 +93 B 🔴 +87 B

Status: 70 added / 70 removed / 210 unchanged

⚡ Performance Report

canvas-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 69.3 MB heap
canvas-mouse-sweep: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 49.5 MB heap
canvas-zoom-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 72.4 MB heap
dom-widget-clipping: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 53.0 MB heap
large-graph-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 64.2 MB heap
large-graph-pan: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 72.9 MB heap
large-graph-zoom: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 66.3 MB heap
minimap-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 65.3 MB heap
subgraph-dom-widget-clipping: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 53.5 MB heap
subgraph-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 69.0 MB heap
subgraph-mouse-sweep: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 45.1 MB heap
subgraph-transition-enter: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 104ms TBT · 92.6 MB heap
viewport-pan-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 65.7 MB heap
vue-large-graph-idle: · 58.1 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 164.9 MB heap
vue-large-graph-pan: · 58.1 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 164.3 MB heap
workflow-execution: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 48.7 MB heap

✅ No regressions detected.

All metrics
Metric Baseline PR (median) Δ Sig
canvas-idle: avg frame time 17ms 17ms +0% z=-0.1
canvas-idle: p95 frame time 17ms 17ms -0%
canvas-idle: layout duration 0ms 0ms +0%
canvas-idle: style recalc duration 8ms 6ms -31% z=-6.0
canvas-idle: layout count 0 0 +0%
canvas-idle: style recalc count 10 10 +0% z=-2.1
canvas-idle: task duration 472ms 396ms -16% z=0.0
canvas-idle: script duration 17ms 15ms -9% z=-4.6
canvas-idle: TBT 0ms 0ms +0%
canvas-idle: heap used 69.6 MB 69.3 MB -0%
canvas-idle: DOM nodes 20 20 +0% z=-2.0
canvas-idle: event listeners 4 6 +50% z=-1.2
canvas-mouse-sweep: avg frame time 17ms 17ms -0% z=-1.5
canvas-mouse-sweep: p95 frame time 17ms 17ms +0%
canvas-mouse-sweep: layout duration 3ms 3ms -26% z=-5.2
canvas-mouse-sweep: style recalc duration 36ms 27ms -26% z=-5.0
canvas-mouse-sweep: layout count 12 12 +0%
canvas-mouse-sweep: style recalc count 73 73 +0% z=-2.4
canvas-mouse-sweep: task duration 875ms 725ms -17% z=-2.4
canvas-mouse-sweep: script duration 115ms 86ms -25% z=-7.7
canvas-mouse-sweep: TBT 0ms 0ms +0%
canvas-mouse-sweep: heap used 49.3 MB 49.5 MB +0%
canvas-mouse-sweep: DOM nodes -281 -279 -1% z=-132.0
canvas-mouse-sweep: event listeners -148 -146 -1% z=-37.1
canvas-zoom-sweep: avg frame time 17ms 17ms +0% z=1.4
canvas-zoom-sweep: p95 frame time 17ms 17ms -0%
canvas-zoom-sweep: layout duration 1ms 0ms -24% z=-3.7
canvas-zoom-sweep: style recalc duration 15ms 12ms -16% z=-4.4
canvas-zoom-sweep: layout count 6 6 +0%
canvas-zoom-sweep: style recalc count 31 31 +0% z=-0.6
canvas-zoom-sweep: task duration 371ms 312ms -16% z=-0.6
canvas-zoom-sweep: script duration 18ms 15ms -17% z=-4.1
canvas-zoom-sweep: TBT 0ms 0ms +0%
canvas-zoom-sweep: heap used 72.4 MB 72.4 MB +0%
canvas-zoom-sweep: DOM nodes 76 80 +5% z=0.3
canvas-zoom-sweep: event listeners 19 19 +0% z=-0.9
dom-widget-clipping: avg frame time 17ms 17ms +0% z=0.1
dom-widget-clipping: p95 frame time 17ms 17ms -0%
dom-widget-clipping: layout duration 0ms 0ms +0%
dom-widget-clipping: style recalc duration 8ms 6ms -28% z=-5.5
dom-widget-clipping: layout count 0 0 +0%
dom-widget-clipping: style recalc count 11 13 +14% z=-1.2
dom-widget-clipping: task duration 379ms 283ms -25% z=-5.0
dom-widget-clipping: script duration 55ms 38ms -31% z=-9.1
dom-widget-clipping: TBT 0ms 0ms +0%
dom-widget-clipping: heap used 53.3 MB 53.0 MB -1%
dom-widget-clipping: DOM nodes 18 21 +17% z=-0.8
dom-widget-clipping: event listeners 0 2 variance too high
large-graph-idle: avg frame time 17ms 17ms +0% z=-0.2
large-graph-idle: p95 frame time 17ms 17ms -0%
large-graph-idle: layout duration 0ms 0ms +0%
large-graph-idle: style recalc duration 7ms 6ms -15% z=-5.7
large-graph-idle: layout count 0 0 +0%
large-graph-idle: style recalc count 9 11 +17% z=-3.5
large-graph-idle: task duration 660ms 552ms -16% z=0.2
large-graph-idle: script duration 91ms 66ms -27% z=-3.4
large-graph-idle: TBT 0ms 0ms +0%
large-graph-idle: heap used 63.8 MB 64.2 MB +1%
large-graph-idle: DOM nodes -280 -279 -0% z=-336.0
large-graph-idle: event listeners -142 -144 +1% z=-27.9
large-graph-pan: avg frame time 17ms 17ms -0% z=-0.2
large-graph-pan: p95 frame time 17ms 17ms +0%
large-graph-pan: layout duration 0ms 0ms +0%
large-graph-pan: style recalc duration 15ms 9ms -37% z=-9.9
large-graph-pan: layout count 0 0 +0%
large-graph-pan: style recalc count 68 69 +1% z=-1.7
large-graph-pan: task duration 1232ms 949ms -23% z=-3.1
large-graph-pan: script duration 413ms 299ms -28% z=-5.5
large-graph-pan: TBT 0ms 0ms +0%
large-graph-pan: heap used 62.5 MB 72.9 MB +17%
large-graph-pan: DOM nodes -286 -282 -1% z=-182.4
large-graph-pan: event listeners -144 -144 +0% z=-179.9
large-graph-zoom: avg frame time 17ms 17ms +0%
large-graph-zoom: p95 frame time 17ms 17ms -0%
large-graph-zoom: layout duration 8ms 5ms -31%
large-graph-zoom: style recalc duration 15ms 11ms -22%
large-graph-zoom: layout count 60 60 +0%
large-graph-zoom: style recalc count 65 67 +3%
large-graph-zoom: task duration 1479ms 1106ms -25%
large-graph-zoom: script duration 521ms 348ms -33%
large-graph-zoom: TBT 0ms 0ms +0%
large-graph-zoom: heap used 57.4 MB 66.3 MB +16%
large-graph-zoom: DOM nodes -287 -132 -54%
large-graph-zoom: event listeners -148 -70 -53%
minimap-idle: avg frame time 17ms 17ms -0% z=-0.4
minimap-idle: p95 frame time 17ms 17ms -0%
minimap-idle: layout duration 0ms 0ms +0%
minimap-idle: style recalc duration 7ms 6ms -7% z=-4.0
minimap-idle: layout count 0 0 +0%
minimap-idle: style recalc count 8 10 +25% z=0.6
minimap-idle: task duration 665ms 555ms -17% z=0.6
minimap-idle: script duration 92ms 70ms -23% z=-2.8
minimap-idle: TBT 0ms 0ms +0%
minimap-idle: heap used 64.7 MB 65.3 MB +1%
minimap-idle: DOM nodes -283 -281 -1% z=-219.4
minimap-idle: event listeners -144 -144 +0% z=-225.0
subgraph-dom-widget-clipping: avg frame time 17ms 17ms -0% z=-0.4
subgraph-dom-widget-clipping: p95 frame time 17ms 17ms -0%
subgraph-dom-widget-clipping: layout duration 0ms 0ms +0%
subgraph-dom-widget-clipping: style recalc duration 9ms 7ms -18% z=-5.6
subgraph-dom-widget-clipping: layout count 0 0 +0%
subgraph-dom-widget-clipping: style recalc count 45 47 +4% z=-1.6
subgraph-dom-widget-clipping: task duration 389ms 306ms -21% z=-3.9
subgraph-dom-widget-clipping: script duration 120ms 85ms -29% z=-6.8
subgraph-dom-widget-clipping: TBT 0ms 0ms +0%
subgraph-dom-widget-clipping: heap used 53.4 MB 53.5 MB +0%
subgraph-dom-widget-clipping: DOM nodes 16 20 +25% z=-1.9
subgraph-dom-widget-clipping: event listeners 6 8 +33% z=-1.4
subgraph-idle: avg frame time 17ms 17ms +0% z=-0.2
subgraph-idle: p95 frame time 17ms 17ms -1%
subgraph-idle: layout duration 0ms 0ms +0%
subgraph-idle: style recalc duration 7ms 5ms -26% z=-6.4
subgraph-idle: layout count 0 0 +0%
subgraph-idle: style recalc count 10 10 +0% z=-1.4
subgraph-idle: task duration 498ms 381ms -24% z=0.3
subgraph-idle: script duration 13ms 12ms -12% z=-3.2
subgraph-idle: TBT 0ms 0ms +0%
subgraph-idle: heap used 44.8 MB 69.0 MB +54%
subgraph-idle: DOM nodes -279 20 -107% z=-1.2
subgraph-idle: event listeners -148 6 -104% variance too high
subgraph-mouse-sweep: avg frame time 17ms 17ms +0% z=0.4
subgraph-mouse-sweep: p95 frame time 17ms 17ms +0%
subgraph-mouse-sweep: layout duration 4ms 3ms -34% z=-5.9
subgraph-mouse-sweep: style recalc duration 35ms 25ms -28% z=-5.2
subgraph-mouse-sweep: layout count 16 16 +0%
subgraph-mouse-sweep: style recalc count 75 77 +2% z=-1.9
subgraph-mouse-sweep: task duration 769ms 617ms -20% z=-2.2
subgraph-mouse-sweep: script duration 85ms 59ms -30% z=-6.4
subgraph-mouse-sweep: TBT 0ms 0ms +0%
subgraph-mouse-sweep: heap used 47.8 MB 45.1 MB -6%
subgraph-mouse-sweep: DOM nodes -278 -278 +0% z=-154.4
subgraph-mouse-sweep: event listeners -148 -146 -1% variance too high
subgraph-transition-enter: avg frame time 17ms 17ms +0%
subgraph-transition-enter: p95 frame time 17ms 17ms +0%
subgraph-transition-enter: layout duration 13ms 8ms -35%
subgraph-transition-enter: style recalc duration 30ms 22ms -26%
subgraph-transition-enter: layout count 14 15 +7%
subgraph-transition-enter: style recalc count 18 19 +6%
subgraph-transition-enter: task duration 895ms 693ms -23%
subgraph-transition-enter: script duration 30ms 20ms -31%
subgraph-transition-enter: TBT 122ms 104ms -15%
subgraph-transition-enter: heap used 81.8 MB 92.6 MB +13%
subgraph-transition-enter: DOM nodes 13673 13673 +0%
subgraph-transition-enter: event listeners 2371 2369 -0%
viewport-pan-sweep: avg frame time 17ms 17ms -0%
viewport-pan-sweep: p95 frame time 17ms 17ms -0%
viewport-pan-sweep: layout duration 0ms 0ms +0%
viewport-pan-sweep: style recalc duration 40ms 23ms -42%
viewport-pan-sweep: layout count 0 0 +0%
viewport-pan-sweep: style recalc count 249 249 -0%
viewport-pan-sweep: task duration 4220ms 3279ms -22%
viewport-pan-sweep: script duration 1287ms 926ms -28%
viewport-pan-sweep: TBT 0ms 0ms +0%
viewport-pan-sweep: heap used 66.4 MB 65.7 MB -1%
viewport-pan-sweep: DOM nodes -281 -282 +0%
viewport-pan-sweep: event listeners -128 -128 +0%
vue-large-graph-idle: avg frame time 18ms 17ms -3%
vue-large-graph-idle: p95 frame time 17ms 17ms -0%
vue-large-graph-idle: layout duration 0ms 0ms +0%
vue-large-graph-idle: style recalc duration 0ms 0ms +0%
vue-large-graph-idle: layout count 0 0 +0%
vue-large-graph-idle: style recalc count 0 0 +0%
vue-large-graph-idle: task duration 17286ms 11172ms -35%
vue-large-graph-idle: script duration 536ms 409ms -24%
vue-large-graph-idle: TBT 0ms 0ms +0%
vue-large-graph-idle: heap used 158.8 MB 164.9 MB +4%
vue-large-graph-idle: DOM nodes -8312 -8314 +0%
vue-large-graph-idle: event listeners -16385 -16390 +0%
vue-large-graph-pan: avg frame time 18ms 17ms -3%
vue-large-graph-pan: p95 frame time 17ms 17ms +0%
vue-large-graph-pan: layout duration 0ms 0ms +0%
vue-large-graph-pan: style recalc duration 19ms 12ms -40%
vue-large-graph-pan: layout count 0 0 +0%
vue-large-graph-pan: style recalc count 148 67 -55%
vue-large-graph-pan: task duration 21300ms 13778ms -35%
vue-large-graph-pan: script duration 900ms 684ms -24%
vue-large-graph-pan: TBT 277ms 0ms -100%
vue-large-graph-pan: heap used 159.0 MB 164.3 MB +3%
vue-large-graph-pan: DOM nodes -8312 -8314 +0%
vue-large-graph-pan: event listeners -16381 -16389 +0%
workflow-execution: avg frame time 17ms 17ms +0% z=0.6
workflow-execution: p95 frame time 17ms 17ms -1%
workflow-execution: layout duration 1ms 1ms -57% z=-6.3
workflow-execution: style recalc duration 23ms 13ms -42% z=-5.0
workflow-execution: layout count 4 3 -25% z=-3.6
workflow-execution: style recalc count 13 17 +27% z=-0.6
workflow-execution: task duration 121ms 88ms -27% z=-3.2
workflow-execution: script duration 9ms 8ms -18% z=-7.2
workflow-execution: TBT 0ms 0ms +0%
workflow-execution: heap used 48.7 MB 48.7 MB +0%
workflow-execution: DOM nodes 119 138 +16% z=-3.3
workflow-execution: event listeners 65 66 +2% z=3.2
Historical variance (last 15 runs)
Metric μ σ CV
canvas-idle: avg frame time 17ms 0ms 0.0%
canvas-idle: layout duration 0ms 0ms 0.0%
canvas-idle: style recalc duration 11ms 1ms 8.2%
canvas-idle: layout count 0 0 0.0%
canvas-idle: style recalc count 11 1 5.0%
canvas-idle: task duration 395ms 31ms 7.9%
canvas-idle: script duration 25ms 2ms 8.8%
canvas-idle: TBT 0ms 0ms 0.0%
canvas-idle: DOM nodes 23 1 5.6%
canvas-idle: event listeners 12 5 40.9%
canvas-mouse-sweep: avg frame time 17ms 0ms 0.0%
canvas-mouse-sweep: layout duration 4ms 0ms 5.4%
canvas-mouse-sweep: style recalc duration 43ms 3ms 7.4%
canvas-mouse-sweep: layout count 12 0 0.0%
canvas-mouse-sweep: style recalc count 79 2 3.0%
canvas-mouse-sweep: task duration 865ms 58ms 6.7%
canvas-mouse-sweep: script duration 136ms 6ms 4.8%
canvas-mouse-sweep: TBT 0ms 0ms 0.0%
canvas-mouse-sweep: DOM nodes 62 3 4.2%
canvas-mouse-sweep: event listeners 8 4 49.4%
canvas-zoom-sweep: avg frame time 17ms 0ms 0.0%
canvas-zoom-sweep: layout duration 1ms 0ms 7.0%
canvas-zoom-sweep: style recalc duration 19ms 2ms 8.0%
canvas-zoom-sweep: layout count 6 0 0.0%
canvas-zoom-sweep: style recalc count 31 0 1.5%
canvas-zoom-sweep: task duration 327ms 23ms 7.1%
canvas-zoom-sweep: script duration 27ms 3ms 11.1%
canvas-zoom-sweep: TBT 0ms 0ms 0.0%
canvas-zoom-sweep: DOM nodes 79 1 1.0%
canvas-zoom-sweep: event listeners 24 5 21.8%
dom-widget-clipping: avg frame time 17ms 0ms 0.0%
dom-widget-clipping: layout duration 0ms 0ms 0.0%
dom-widget-clipping: style recalc duration 10ms 1ms 8.0%
dom-widget-clipping: layout count 0 0 0.0%
dom-widget-clipping: style recalc count 13 0 3.8%
dom-widget-clipping: task duration 365ms 16ms 4.5%
dom-widget-clipping: script duration 68ms 3ms 4.8%
dom-widget-clipping: TBT 0ms 0ms 0.0%
dom-widget-clipping: DOM nodes 22 1 6.4%
dom-widget-clipping: event listeners 8 6 81.2%
large-graph-idle: avg frame time 17ms 0ms 0.0%
large-graph-idle: layout duration 0ms 0ms 0.0%
large-graph-idle: style recalc duration 12ms 1ms 8.6%
large-graph-idle: layout count 0 0 0.0%
large-graph-idle: style recalc count 12 0 2.7%
large-graph-idle: task duration 542ms 54ms 10.0%
large-graph-idle: script duration 102ms 11ms 10.3%
large-graph-idle: TBT 0ms 0ms 0.0%
large-graph-idle: DOM nodes 25 1 3.7%
large-graph-idle: event listeners 26 6 23.2%
large-graph-pan: avg frame time 17ms 0ms 0.0%
large-graph-pan: layout duration 0ms 0ms 0.0%
large-graph-pan: style recalc duration 17ms 1ms 4.6%
large-graph-pan: layout count 0 0 0.0%
large-graph-pan: style recalc count 70 1 0.9%
large-graph-pan: task duration 1082ms 43ms 4.0%
large-graph-pan: script duration 408ms 20ms 4.8%
large-graph-pan: TBT 0ms 0ms 0.0%
large-graph-pan: DOM nodes 19 2 8.7%
large-graph-pan: event listeners 5 1 16.8%
minimap-idle: avg frame time 17ms 0ms 0.0%
minimap-idle: layout duration 0ms 0ms 0.0%
minimap-idle: style recalc duration 10ms 1ms 8.6%
minimap-idle: layout count 0 0 0.0%
minimap-idle: style recalc count 10 1 7.1%
minimap-idle: task duration 527ms 47ms 9.0%
minimap-idle: script duration 98ms 10ms 10.1%
minimap-idle: TBT 0ms 0ms 0.0%
minimap-idle: DOM nodes 19 1 7.1%
minimap-idle: event listeners 5 1 14.4%
subgraph-dom-widget-clipping: avg frame time 17ms 0ms 0.0%
subgraph-dom-widget-clipping: layout duration 0ms 0ms 0.0%
subgraph-dom-widget-clipping: style recalc duration 13ms 1ms 7.4%
subgraph-dom-widget-clipping: layout count 0 0 0.0%
subgraph-dom-widget-clipping: style recalc count 48 1 1.2%
subgraph-dom-widget-clipping: task duration 378ms 18ms 4.9%
subgraph-dom-widget-clipping: script duration 128ms 6ms 4.9%
subgraph-dom-widget-clipping: TBT 0ms 0ms 0.0%
subgraph-dom-widget-clipping: DOM nodes 22 1 5.0%
subgraph-dom-widget-clipping: event listeners 16 6 36.0%
subgraph-idle: avg frame time 17ms 0ms 0.0%
subgraph-idle: layout duration 0ms 0ms 0.0%
subgraph-idle: style recalc duration 10ms 1ms 7.5%
subgraph-idle: layout count 0 0 0.0%
subgraph-idle: style recalc count 11 1 6.0%
subgraph-idle: task duration 370ms 31ms 8.5%
subgraph-idle: script duration 20ms 3ms 13.2%
subgraph-idle: TBT 0ms 0ms 0.0%
subgraph-idle: DOM nodes 22 1 6.9%
subgraph-idle: event listeners 10 7 64.5%
subgraph-mouse-sweep: avg frame time 17ms 0ms 0.0%
subgraph-mouse-sweep: layout duration 5ms 0ms 6.8%
subgraph-mouse-sweep: style recalc duration 42ms 3ms 7.8%
subgraph-mouse-sweep: layout count 16 0 0.0%
subgraph-mouse-sweep: style recalc count 80 2 2.4%
subgraph-mouse-sweep: task duration 766ms 69ms 9.0%
subgraph-mouse-sweep: script duration 101ms 7ms 6.5%
subgraph-mouse-sweep: TBT 0ms 0ms 0.0%
subgraph-mouse-sweep: DOM nodes 67 2 3.3%
subgraph-mouse-sweep: event listeners 8 4 52.6%
workflow-execution: avg frame time 17ms 0ms 0.0%
workflow-execution: layout duration 2ms 0ms 9.4%
workflow-execution: style recalc duration 24ms 2ms 9.1%
workflow-execution: layout count 5 1 11.0%
workflow-execution: style recalc count 18 2 11.5%
workflow-execution: task duration 123ms 11ms 8.8%
workflow-execution: script duration 29ms 3ms 10.2%
workflow-execution: TBT 0ms 0ms 0.0%
workflow-execution: DOM nodes 161 7 4.4%
workflow-execution: event listeners 52 4 8.4%
Trend (last 15 commits on main)
Metric Trend Dir Latest
canvas-idle: avg frame time ▆▃▆▁▆▃▆█▆▆▄▃▃▄▃ ➡️ 17ms
canvas-idle: p95 frame time ➡️ NaNms
canvas-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-idle: style recalc duration ▇▇▆▆▃█▄▃▄▃▇▄▁▆▇ ➡️ 11ms
canvas-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
canvas-idle: style recalc count █▃▅▂▅▆▃▁▂▁▂▅▆▅▆ ➡️ 12
canvas-idle: task duration ▃▃▃▆▂▃▃▅▆▂█▃▁▃▃ ➡️ 391ms
canvas-idle: script duration ▄▃▅▇▂▅▃▆▇▅█▄▁▅▆ ➡️ 27ms
canvas-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-idle: heap used ➡️ NaN MB
canvas-idle: DOM nodes █▇▆▅▃▇▃▁▂▂▅▆▆▆▇ ➡️ 24
canvas-idle: event listeners ▅█▅▄▁▅▁▁▁▄▅▅▁▅▄ 📉 11
canvas-mouse-sweep: avg frame time ▆█▆▃▁▃▁▆▆▁▃▆▆▃▃ ➡️ 17ms
canvas-mouse-sweep: p95 frame time ➡️ NaNms
canvas-mouse-sweep: layout duration ▁▃▂▄▁▂▁▃▆▂█▇▆▄▃ ➡️ 4ms
canvas-mouse-sweep: style recalc duration ▄▄▂▄▁▂▃▃▅▄█▆▂▄▄ ➡️ 43ms
canvas-mouse-sweep: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 12
canvas-mouse-sweep: style recalc count █▅▄▃▂▂▁▄▄▅▆▅▂▇▄ ➡️ 79
canvas-mouse-sweep: task duration █▆▄▂▂▃▂▄▄▅█▆▁▆▄ ➡️ 868ms
canvas-mouse-sweep: script duration ▄▅▄▆▄▆▆▆▅▅█▆▁▅▆ ➡️ 139ms
canvas-mouse-sweep: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-mouse-sweep: heap used ➡️ NaN MB
canvas-mouse-sweep: DOM nodes █▅▃▃▁▂▂▃▂▄▆▅▃▅▅ ➡️ 64
canvas-mouse-sweep: event listeners █▁▁▁▁▁▇▁▁▁██▇▁█ 📈 13
canvas-zoom-sweep: avg frame time ▅▅█▄▅▁▁▁▅▁▁▅▄▅▁ ➡️ 17ms
canvas-zoom-sweep: p95 frame time ➡️ NaNms
canvas-zoom-sweep: layout duration ▆▅▅▄▁▁█▅▃▅▇▆▁▂▆ ➡️ 1ms
canvas-zoom-sweep: style recalc duration ▆▅▄▆▅▃█▆▇▅▇▄▁▃▅ ➡️ 20ms
canvas-zoom-sweep: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 6
canvas-zoom-sweep: style recalc count ▁▁▃▄▆▃▆█▄▄▆▁▆▁▆ ➡️ 32
canvas-zoom-sweep: task duration ▄▂▁▇▂▂▄▅▆▃█▄▁▁▅ ➡️ 338ms
canvas-zoom-sweep: script duration ▃▃▂▇▂▂▅▇▆▅█▄▁▂▆ ➡️ 30ms
canvas-zoom-sweep: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
canvas-zoom-sweep: heap used ➡️ NaN MB
canvas-zoom-sweep: DOM nodes ▄▃▁▅█▁▃▆▄▅▅▃▃▄▃ ➡️ 79
canvas-zoom-sweep: event listeners ▁▁▂▅█▂▁▅▁▅▅▄▁▅▁ ➡️ 19
dom-widget-clipping: avg frame time ▂▄▅▅▂▄█▇▅▇▇▅▅▁▇ ➡️ 17ms
dom-widget-clipping: p95 frame time ➡️ NaNms
dom-widget-clipping: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
dom-widget-clipping: style recalc duration ▆▆▂▆▄▃██▄▁▆▇▆▃▅ ➡️ 10ms
dom-widget-clipping: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
dom-widget-clipping: style recalc count ▇█▅█▅▄█▇▇▁▇▄▇▂▅ ➡️ 13
dom-widget-clipping: task duration ▃▃▁▅▄▃▅▆▅▂▇█▁▅▅ ➡️ 371ms
dom-widget-clipping: script duration ▅▄▄▆▆▅▇▇▆▃█▇▁▇▇ ➡️ 71ms
dom-widget-clipping: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
dom-widget-clipping: heap used ➡️ NaN MB
dom-widget-clipping: DOM nodes ▇▇▄▇▅▄█▇▅▁▅▄▇▃▄ ➡️ 21
dom-widget-clipping: event listeners ▅▅▅▅▁▅██▁▁▁▁█▁▁ 📉 2
large-graph-idle: avg frame time ▅▅▅▅▅▂▁▂▄▅▄▂▂▅█ ➡️ 17ms
large-graph-idle: p95 frame time ➡️ NaNms
large-graph-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-idle: style recalc duration ▅▅▅▆▄▅▃▄▅▅▆█▁▄▆ ➡️ 13ms
large-graph-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
large-graph-idle: style recalc count █▆█▃▃▁▃▆▃▆▆▃▆██ ➡️ 12
large-graph-idle: task duration ▂▃▂▆▂▃▃▇▅▃██▁▂▅ ➡️ 569ms
large-graph-idle: script duration ▄▅▄▆▄▅▅▇▆▅█▆▁▃▆ ➡️ 110ms
large-graph-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-idle: heap used ➡️ NaN MB
large-graph-idle: DOM nodes ▆█▅▂▅▃▁▂▃▅▅▆▂▆▅ ➡️ 25
large-graph-idle: event listeners ███▇██▄▁▄▇▇█▂█▇ ➡️ 29
large-graph-pan: avg frame time ▆▃▃▆█▃▁█▆▆▆▆█▁▆ ➡️ 17ms
large-graph-pan: p95 frame time ➡️ NaNms
large-graph-pan: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-pan: style recalc duration ▃▂▄▄▁▅▂▂▁▄▄█▃▁▂ ➡️ 17ms
large-graph-pan: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
large-graph-pan: style recalc count ▆▃█▂▃▂▂▂▁▇▅▃█▆▃ ➡️ 69
large-graph-pan: task duration ▄▃▄▆▄▄▄▆▄▄█▆▁▂▅ ➡️ 1100ms
large-graph-pan: script duration ▅▄▅▆▆▅▄▆▄▅█▄▁▄▅ ➡️ 413ms
large-graph-pan: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
large-graph-pan: heap used ➡️ NaN MB
large-graph-pan: DOM nodes ▅▃▆▂▄▁▃▁▁▅▁▂█▅▂ ➡️ 18
large-graph-pan: event listeners █▆█▁▁▆▁▁▃▆▁▃██▃ ➡️ 5
minimap-idle: avg frame time ▃▆▆▃█▁█▆▆▃▃▆█▆█ ➡️ 17ms
minimap-idle: p95 frame time ➡️ NaNms
minimap-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
minimap-idle: style recalc duration ▄█▁█▅▅█▅▅▃▅▁▁▄▆ ➡️ 10ms
minimap-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
minimap-idle: style recalc count ▃▅▂▄█▃▆▁▂▅▂▁▅▆▃ ➡️ 9
minimap-idle: task duration ▃▄▁▅▁▃▄▅▇▃█▅▁▁▅ ➡️ 547ms
minimap-idle: script duration ▄▆▃▇▃▅▆▆▇▅█▅▁▃▆ ➡️ 106ms
minimap-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
minimap-idle: heap used ➡️ NaN MB
minimap-idle: DOM nodes ▃▅▂▄█▃▆▁▂▅▂▁▅▆▃ ➡️ 19
minimap-idle: event listeners ▃▃▆▁▁▁▃▁▁▆▁▃█▆▁ ➡️ 4
subgraph-dom-widget-clipping: avg frame time ▅▄▄▄▄▄█▄▄▄▃▁▆▃▃ ➡️ 17ms
subgraph-dom-widget-clipping: p95 frame time ➡️ NaNms
subgraph-dom-widget-clipping: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-dom-widget-clipping: style recalc duration ▂▄▃▅▅▃▂▅▇▃▄█▁▄▆ ➡️ 14ms
subgraph-dom-widget-clipping: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
subgraph-dom-widget-clipping: style recalc count ▇█▆▃▆▃▁▆█▇▃▆▇█▅ ➡️ 48
subgraph-dom-widget-clipping: task duration ▂▃▃▆▅▅▂▅█▂▆█▁▂▇ ➡️ 398ms
subgraph-dom-widget-clipping: script duration ▃▃▃▄▅▅▂▄█▂▅▇▁▂▅ ➡️ 131ms
subgraph-dom-widget-clipping: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-dom-widget-clipping: heap used ➡️ NaN MB
subgraph-dom-widget-clipping: DOM nodes ▅▇▅▂▅▂▁▅▅▅▁▇▅█▄ ➡️ 22
subgraph-dom-widget-clipping: event listeners ▅▅▅▂▅▁▅██▁▁█▅█▅ 📈 16
subgraph-idle: avg frame time ▆▆█▁▆▃▆▆▆▃▆▁▃▆█ ➡️ 17ms
subgraph-idle: p95 frame time ➡️ NaNms
subgraph-idle: layout duration ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-idle: style recalc duration ▁▇▃▆▂▄▂▃▃▆▆▄▃▇█ ➡️ 12ms
subgraph-idle: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0
subgraph-idle: style recalc count ▃▆▃▃▂▅▁▂▁▆▃▃██▇ ➡️ 12
subgraph-idle: task duration ▁▃▁▇▁▁▃▆▅▂█▅▁▁▄ ➡️ 378ms
subgraph-idle: script duration ▁▃▂▇▁▂▃▇▆▂█▅▂▁▅ ➡️ 22ms
subgraph-idle: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-idle: heap used ➡️ NaN MB
subgraph-idle: DOM nodes ▃▅▃▂▁▄▁▂▁▅▃▂▇█▇ ➡️ 24
subgraph-idle: event listeners ▁▅▁▁▁▁▁▁▁▅▄▁███ 📈 21
subgraph-mouse-sweep: avg frame time ▅▄▁▃▃▄▆▄▆▃▃█▁▃▃ ➡️ 17ms
subgraph-mouse-sweep: p95 frame time ➡️ NaNms
subgraph-mouse-sweep: layout duration ▁▄▄▄▃▃▅▅▅▂█▇▂▃▆ ➡️ 5ms
subgraph-mouse-sweep: style recalc duration ▃▂▄▅▂▃▄▅█▃█▆▁▂▅ ➡️ 43ms
subgraph-mouse-sweep: layout count ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 16
subgraph-mouse-sweep: style recalc count ▅▂▅▅▁▄▃▅█▅▆▄▂▄▅ ➡️ 81
subgraph-mouse-sweep: task duration ▃▂▄▅▂▄▄▅▇▄█▆▁▃▅ ➡️ 785ms
subgraph-mouse-sweep: script duration ▄▅▄▇▅▅▆▇▆▅██▁▄▆ ➡️ 105ms
subgraph-mouse-sweep: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
subgraph-mouse-sweep: heap used ➡️ NaN MB
subgraph-mouse-sweep: DOM nodes ▅▁▄▅▁▄▃▃█▅▅▄▂▅▃ ➡️ 66
subgraph-mouse-sweep: event listeners ▇▁▂▇▁▂▂▂█▇▂▂▇▇▂ 📈 5
workflow-execution: avg frame time ▆▆▆▄▆▆▃▄▁▄█▆▅▄▆ ➡️ 17ms
workflow-execution: p95 frame time ➡️ NaNms
workflow-execution: layout duration ▁▆▁▃▂▄▃▂▃▃▅█▄▂▅ ➡️ 2ms
workflow-execution: style recalc duration ▃▇▅▇▁▅▆▇█▁██▂▄▆ ➡️ 25ms
workflow-execution: layout count ▁█▂▃▂▃▃▁▃▃▄▃▂▃▂ ➡️ 5
workflow-execution: style recalc count ▃█▅▇▁▄▅▆▅▅▅▅▄▄▂ ➡️ 15
workflow-execution: task duration ▂▅▄▅▁▄▆▆▆▁▇█▁▃▃ ➡️ 120ms
workflow-execution: script duration ▄▃▄▄▃▅▄▅▆▂▇█▁▃▄ ➡️ 29ms
workflow-execution: TBT ▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄ ➡️ 0ms
workflow-execution: heap used ➡️ NaN MB
workflow-execution: DOM nodes ▂█▃▆▁▄▃▅▃█▃▃▄▃▁ ➡️ 152
workflow-execution: event listeners ▅███▁▅███▁██▅█▅ ➡️ 49
Raw data
{
  "timestamp": "2026-07-31T21:25:07.775Z",
  "gitSha": "f6ad821653bfcbb3314ac0ee54582997fca4f4b5",
  "branch": "agent/fix-ended-team-subscription-main",
  "measurements": [
    {
      "name": "canvas-idle",
      "durationMs": 2033.329999999978,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 5.636,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 396.68,
      "heapDeltaBytes": 4970728,
      "heapUsedBytes": 72940952,
      "domNodes": 20,
      "jsHeapTotalBytes": 20049920,
      "scriptDurationMs": 16.582,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-idle",
      "durationMs": 2019.1750000000184,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 5.364000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 395.40799999999996,
      "heapDeltaBytes": 4591652,
      "heapUsedBytes": 72462780,
      "domNodes": 20,
      "jsHeapTotalBytes": 20312064,
      "scriptDurationMs": 13.52,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1786.0879999999497,
      "styleRecalcs": 74,
      "styleRecalcDurationMs": 27.698,
      "layouts": 12,
      "layoutDurationMs": 2.5650000000000004,
      "taskDurationMs": 753.3799999999999,
      "heapDeltaBytes": -17530340,
      "heapUsedBytes": 50443796,
      "domNodes": -279,
      "jsHeapTotalBytes": 20701184,
      "scriptDurationMs": 90.074,
      "eventListeners": -148,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1753.7599999999998,
      "styleRecalcs": 72,
      "styleRecalcDurationMs": 25.956,
      "layouts": 12,
      "layoutDurationMs": 2.601,
      "taskDurationMs": 696.9799999999999,
      "heapDeltaBytes": -14618332,
      "heapUsedBytes": 53391264,
      "domNodes": -279,
      "jsHeapTotalBytes": 20963328,
      "scriptDurationMs": 81.75299999999999,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1685.432999999989,
      "styleRecalcs": 32,
      "styleRecalcDurationMs": 11.156999999999998,
      "layouts": 6,
      "layoutDurationMs": 0.424,
      "taskDurationMs": 314.62600000000003,
      "heapDeltaBytes": 8061404,
      "heapUsedBytes": 75890312,
      "domNodes": 79,
      "jsHeapTotalBytes": 20574208,
      "scriptDurationMs": 14.915999999999999,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1683.9089999999715,
      "styleRecalcs": 30,
      "styleRecalcDurationMs": 13.601,
      "layouts": 6,
      "layoutDurationMs": 0.526,
      "taskDurationMs": 309.394,
      "heapDeltaBytes": 7920332,
      "heapUsedBytes": 75912080,
      "domNodes": 80,
      "jsHeapTotalBytes": 20312064,
      "scriptDurationMs": 14.946000000000002,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 512.867999999969,
      "styleRecalcs": 12,
      "styleRecalcDurationMs": 4.740999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 280.1,
      "heapDeltaBytes": -12220980,
      "heapUsedBytes": 55520968,
      "domNodes": 20,
      "jsHeapTotalBytes": 21884928,
      "scriptDurationMs": 37.097,
      "eventListeners": 2,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 517.2189999999546,
      "styleRecalcs": 13,
      "styleRecalcDurationMs": 6.312,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 286.15500000000003,
      "heapDeltaBytes": -12266084,
      "heapUsedBytes": 55572996,
      "domNodes": 22,
      "jsHeapTotalBytes": 22147072,
      "scriptDurationMs": 39.447,
      "eventListeners": 2,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000273
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2013.7659999999755,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 6.6640000000000015,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 542.821,
      "heapDeltaBytes": 7417568,
      "heapUsedBytes": 68311780,
      "domNodes": -280,
      "jsHeapTotalBytes": 5566464,
      "scriptDurationMs": 66.318,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2007.489000000021,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 5.958999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 560.619,
      "heapDeltaBytes": 7163728,
      "heapUsedBytes": 66305432,
      "domNodes": -278,
      "jsHeapTotalBytes": 5304320,
      "scriptDurationMs": 66.636,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2063.0590000000097,
      "styleRecalcs": 68,
      "styleRecalcDurationMs": 8.917,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 924.1430000000001,
      "heapDeltaBytes": 25256912,
      "heapUsedBytes": 85933740,
      "domNodes": -285,
      "jsHeapTotalBytes": 5005312,
      "scriptDurationMs": 281.857,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2090.7989999999472,
      "styleRecalcs": 69,
      "styleRecalcDurationMs": 9.826999999999998,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 974.8489999999999,
      "heapDeltaBytes": 6483260,
      "heapUsedBytes": 66986768,
      "domNodes": -279,
      "jsHeapTotalBytes": 5005312,
      "scriptDurationMs": 315.62600000000003,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3102.418,
      "styleRecalcs": 67,
      "styleRecalcDurationMs": 11.548000000000002,
      "layouts": 60,
      "layoutDurationMs": 5.432,
      "taskDurationMs": 1140.181,
      "heapDeltaBytes": -9294900,
      "heapUsedBytes": 54419340,
      "domNodes": -281,
      "jsHeapTotalBytes": 6877184,
      "scriptDurationMs": 349.40900000000005,
      "eventListeners": -146,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3071.5149999999767,
      "styleRecalcs": 67,
      "styleRecalcDurationMs": 11.346999999999998,
      "layouts": 60,
      "layoutDurationMs": 5.542999999999999,
      "taskDurationMs": 1071.321,
      "heapDeltaBytes": 23084824,
      "heapUsedBytes": 84567344,
      "domNodes": 18,
      "jsHeapTotalBytes": 8126464,
      "scriptDurationMs": 346.52700000000004,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "minimap-idle",
      "durationMs": 2022.7199999999925,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 5.347000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 553.028,
      "heapDeltaBytes": 7803436,
      "heapUsedBytes": 67889988,
      "domNodes": -282,
      "jsHeapTotalBytes": 4255744,
      "scriptDurationMs": 69.563,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "minimap-idle",
      "durationMs": 2005.4349999999204,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 7.143000000000002,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 557.2969999999999,
      "heapDeltaBytes": 7245520,
      "heapUsedBytes": 68985736,
      "domNodes": -280,
      "jsHeapTotalBytes": 4517888,
      "scriptDurationMs": 71.29100000000001,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 525.2040000000306,
      "styleRecalcs": 47,
      "styleRecalcDurationMs": 7.129,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 299.69500000000005,
      "heapDeltaBytes": -12045480,
      "heapUsedBytes": 55870804,
      "domNodes": 20,
      "jsHeapTotalBytes": 22147072,
      "scriptDurationMs": 81.96,
      "eventListeners": 8,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000273
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 532.54000000004,
      "styleRecalcs": 47,
      "styleRecalcDurationMs": 7.792000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 311.824,
      "heapDeltaBytes": -11783364,
      "heapUsedBytes": 56307656,
      "domNodes": 20,
      "jsHeapTotalBytes": 22147072,
      "scriptDurationMs": 88.894,
      "eventListeners": 8,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2014.7820000000252,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 5.583000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 380.163,
      "heapDeltaBytes": 4469436,
      "heapUsedBytes": 72323824,
      "domNodes": 20,
      "jsHeapTotalBytes": 20836352,
      "scriptDurationMs": 11.884,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2018.2389999999941,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 5.168000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 380.863,
      "heapDeltaBytes": 4370036,
      "heapUsedBytes": 72321988,
      "domNodes": 20,
      "jsHeapTotalBytes": 21098496,
      "scriptDurationMs": 11.654000000000002,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1702.496999999994,
      "styleRecalcs": 77,
      "styleRecalcDurationMs": 26.346,
      "layouts": 16,
      "layoutDurationMs": 3.0100000000000002,
      "taskDurationMs": 613.84,
      "heapDeltaBytes": -20811772,
      "heapUsedBytes": 47148200,
      "domNodes": -279,
      "jsHeapTotalBytes": 21487616,
      "scriptDurationMs": 59.26,
      "eventListeners": -148,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1670.3719999999862,
      "styleRecalcs": 76,
      "styleRecalcDurationMs": 23.791,
      "layouts": 16,
      "layoutDurationMs": 2.618,
      "taskDurationMs": 619.746,
      "heapDeltaBytes": -20548496,
      "heapUsedBytes": 47460540,
      "domNodes": -277,
      "jsHeapTotalBytes": 20963328,
      "scriptDurationMs": 58.51899999999999,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-transition-enter",
      "durationMs": 899.10500000002,
      "styleRecalcs": 19,
      "styleRecalcDurationMs": 21.876999999999995,
      "layouts": 15,
      "layoutDurationMs": 8.453000000000003,
      "taskDurationMs": 693.0289999999999,
      "heapDeltaBytes": 29141560,
      "heapUsedBytes": 97057912,
      "domNodes": 13673,
      "jsHeapTotalBytes": 16515072,
      "scriptDurationMs": 20.278000000000006,
      "eventListeners": 2369,
      "totalBlockingTimeMs": 104,
      "frameDurationMs": 16.66999999999998,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8104.662000000018,
      "styleRecalcs": 249,
      "styleRecalcDurationMs": 23.552999999999997,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 3320.383,
      "heapDeltaBytes": 9641188,
      "heapUsedBytes": 69278844,
      "domNodes": -282,
      "jsHeapTotalBytes": 7626752,
      "scriptDurationMs": 931.362,
      "eventListeners": -128,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8111.9939999999815,
      "styleRecalcs": 248,
      "styleRecalcDurationMs": 22.865,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 3237.2769999999996,
      "heapDeltaBytes": 9385024,
      "heapUsedBytes": 68538568,
      "domNodes": -282,
      "jsHeapTotalBytes": 7364608,
      "scriptDurationMs": 920.4879999999999,
      "eventListeners": -128,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 11051.126000000011,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 11035.012999999999,
      "heapDeltaBytes": -54103744,
      "heapUsedBytes": 173333004,
      "domNodes": -8316,
      "jsHeapTotalBytes": -3608576,
      "scriptDurationMs": 400.213,
      "eventListeners": -16391,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.219999999999953,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 11325.916000000007,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 11308.831999999999,
      "heapDeltaBytes": -55546816,
      "heapUsedBytes": 172527840,
      "domNodes": -8312,
      "jsHeapTotalBytes": -8593408,
      "scriptDurationMs": 418.69300000000004,
      "eventListeners": -16389,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.220000000000073,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 14094.107000000007,
      "styleRecalcs": 67,
      "styleRecalcDurationMs": 12.057000000000013,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 14074.375,
      "heapDeltaBytes": -31218892,
      "heapUsedBytes": 177772288,
      "domNodes": -8316,
      "jsHeapTotalBytes": -14692352,
      "scriptDurationMs": 693.059,
      "eventListeners": -16385,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.220000000000073,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 13501.315999999973,
      "styleRecalcs": 67,
      "styleRecalcDurationMs": 11.208999999999996,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 13481.961,
      "heapDeltaBytes": -41488192,
      "heapUsedBytes": 166814336,
      "domNodes": -8312,
      "jsHeapTotalBytes": -13049856,
      "scriptDurationMs": 674.715,
      "eventListeners": -16392,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.219999999999953,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "workflow-execution",
      "durationMs": 448.40799999997216,
      "styleRecalcs": 19,
      "styleRecalcDurationMs": 14.763,
      "layouts": 4,
      "layoutDurationMs": 0.9909999999999999,
      "taskDurationMs": 95.43000000000002,
      "heapDeltaBytes": -15746340,
      "heapUsedBytes": 51126048,
      "domNodes": 154,
      "jsHeapTotalBytes": 7729152,
      "scriptDurationMs": 8.664,
      "eventListeners": 65,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000273
    },
    {
      "name": "workflow-execution",
      "durationMs": 439.94099999997616,
      "styleRecalcs": 14,
      "styleRecalcDurationMs": 11.507000000000001,
      "layouts": 2,
      "layoutDurationMs": 0.268,
      "taskDurationMs": 80.55000000000001,
      "heapDeltaBytes": -16009196,
      "heapUsedBytes": 50991116,
      "domNodes": 121,
      "jsHeapTotalBytes": 7467008,
      "scriptDurationMs": 6.720000000000001,
      "eventListeners": 67,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.669999999999998,
      "p95FrameDurationMs": 16.700000000000273
    }
  ]
}

@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

Billing fixtures and workspace mocks now support ended Standard subscriptions. Workspace subscription rendering shows the unsubscribed prompt and Subscribe Now action. Browser and component tests cover this state.

Changes

Ended subscription billing

Layer / File(s) Summary
Billing status fixtures
browser_tests/fixtures/data/cloudWorkspace.ts
The billing fixture uses IngestBillingStatusResponse and includes team_credit_stop: null. A new ended Standard Stripe subscription fixture was added.
Configurable workspace billing mocks
browser_tests/fixtures/helpers/CloudWorkspaceMockHelper.ts
Workspace mock setup accepts a billing status. Billing and plans routes use the supplied status and derived plan slug.
Ended subscription rendering and validation
src/platform/workspace/components/SubscriptionPanelContentWorkspace.vue, src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts, browser_tests/tests/dialogs/endedSubscription.spec.ts
Ended subscriptions show the unsubscribed heading and Subscribe Now CTA. Tests confirm that the Standard plan heading is absent.

Estimated code review effort: 3 (Moderate) | ~20 minutes

Sequence Diagram(s)

sequenceDiagram
  participant BrowserTest
  participant CloudWorkspaceMockHelper
  participant BillingStatusAPI
  participant PlansAPI
  participant SubscriptionPanel
  BrowserTest->>CloudWorkspaceMockHelper: Configure ended Standard billing status
  CloudWorkspaceMockHelper->>BillingStatusAPI: Return supplied billing status
  CloudWorkspaceMockHelper->>PlansAPI: Return plan derived from billing status
  SubscriptionPanel->>BillingStatusAPI: Read subscription status
  SubscriptionPanel->>PlansAPI: Read current plan
  SubscriptionPanel-->>BrowserTest: Show unsubscribed prompt and Subscribe Now
Loading

Possibly related PRs

Suggested labels: released:cloud

Suggested reviewers: christian-byrne, dante01yoon


Important

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
End-To-End Regression Coverage For Fixes ❓ Inconclusive The changed files are listed, but commit subjects are not available in the review context, so the required bug-fix signal cannot be verified. Provide the PR title and commit subjects to determine whether the check applies.
✅ Passed checks (5 passed)
Check name Status Explanation
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Adr Compliance For Entity/Litegraph Changes ✅ Passed The changed files are limited to browser tests and workspace subscription component files; none are under the listed litegraph, ECS, or graph-entity paths.
Title check ✅ Passed The title clearly describes the primary change: showing the subscribe prompt for ended workspace subscriptions.
Description check ✅ Passed The description explains the root cause, behavior change, review focus, and validation results, but omits the template's explicit Changes section.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch agent/fix-ended-team-subscription-main

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@wei-hai
wei-hai marked this pull request as ready for review July 31, 2026 21:00
@wei-hai
wei-hai requested a review from a team July 31, 2026 21:00
@dosubot dosubot Bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Jul 31, 2026
@dosubot

dosubot Bot commented Jul 31, 2026

Copy link
Copy Markdown

📄 Knowledge review

Dosu skipped reviewing this PR because your organization has used its 200 included credits for the month. Your usage will reset on 2026-08-01. To have Dosu review this PR before then, ask your organization admin to upgrade to a pro account.


Leave Feedback Ask Dosu about ComfyUI_frontend Add Dosu to your team

@wei-hai wei-hai added cursor-review Trigger multi-model Cursor agent review on this PR core/1.47 labels Jul 31, 2026
@github-actions
github-actions Bot requested a review from christian-byrne July 31, 2026 21:01

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 2

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In `@browser_tests/fixtures/helpers/CloudWorkspaceMockHelper.ts`:
- Line 154: Update the billing mock response around current_plan_slug and the
plans collection so every current_plan_slug, including standard-monthly for
ended Standard billing, has a matching plan in /api/billing/plans. Include the
Standard plan or derive the collection from the billing status while preserving
the existing TEAM_PRO_PLAN behavior.

In `@src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts`:
- Around line 537-543: Update the test case around the subscription-state mocks
so it sets only mockSubscriptionStatus.value to 'ended' while retaining the
active subscription, billing status, team-plan guard, Standard tier, and
standard-monthly slug values. Ensure the test exercises the ended-status
precedence rather than selecting the unsubscribed view through
mockIsActiveSubscription, mockBillingStatus, or mockHasTeamPlan.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: a68fbead-5ac6-4001-b7e5-1a965639b29e

📥 Commits

Reviewing files that changed from the base of the PR and between 3143447 and 668e253.

📒 Files selected for processing (4)
  • browser_tests/fixtures/data/cloudWorkspace.ts
  • browser_tests/fixtures/helpers/CloudWorkspaceMockHelper.ts
  • browser_tests/tests/dialogs/endedSubscription.spec.ts
  • src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts

Comment thread browser_tests/fixtures/helpers/CloudWorkspaceMockHelper.ts Outdated
Comment thread src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts Outdated

@github-actions github-actions Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 Cursor Review — Consolidated panel

Triggered by @wei-hai.

✅ No high-signal findings.

Panel: 8/8 reviewers contributed findings.

@codecov

codecov Bot commented Jul 31, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@            Coverage Diff             @@
##             main   #14504      +/-   ##
==========================================
+ Coverage   79.32%   79.36%   +0.03%     
==========================================
  Files        1767     1767              
  Lines      114127   113952     -175     
  Branches    36779    36605     -174     
==========================================
- Hits        90536    90434     -102     
+ Misses      23049    22975      -74     
- Partials      542      543       +1     
Flag Coverage Δ
unit 70.22% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
...e/components/SubscriptionPanelContentWorkspace.vue 96.58% <100.00%> (ø)

... and 24 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@wei-hai wei-hai changed the title test(workspace): cover ended team subscription fix(workspace): prioritize ended subscription status Jul 31, 2026
@wei-hai wei-hai changed the title fix(workspace): prioritize ended subscription status fix(workspace): show subscribe prompt for ended subscriptions Jul 31, 2026

@dante01yoon dante01yoon left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed current head bc6b09154c47ae2a0ba43c01451d0c6dfeb5fbde against the stated terminal-subscription precedence behavior. The component regression keeps stale active/paid/team-plan guards enabled, the cloud fixture returns a matching current plan, and the cloud E2E covers the user-visible prompt. No blocking findings.

@wei-hai
wei-hai added this pull request to the merge queue Jul 31, 2026
Merged via the queue into main with commit 9cb5610 Jul 31, 2026
61 checks passed
@wei-hai
wei-hai deleted the agent/fix-ended-team-subscription-main branch July 31, 2026 21:44
@wei-hai wei-hai added the needs-backport Fix/change that needs to be cherry-picked to the current feature freeze branch label Jul 31, 2026
@github-actions

Copy link
Copy Markdown

⚠️ Backport to core/1.47 failed

Reason: Merge conflicts detected during cherry-pick of 9cb5610

The auto-backport could not be completed automatically. Please backport
manually onto branch backport-14504-to-core-1.47 (from origin/core/1.47) and
open a PR to core/1.47.

📄 Conflicting files
browser_tests/fixtures/data/cloudWorkspace.ts
browser_tests/fixtures/helpers/CloudWorkspaceMockHelper.ts
src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts
src/platform/workspace/components/SubscriptionPanelContentWorkspace.vue
🤖 Prompt for AI Agents
Backport PR #14504 (https://github.com/Comfy-Org/ComfyUI_frontend/pull/14504) to core/1.47.
Cherry-pick merge commit 9cb5610ccee2e88f0682bd78d7ad55cee6c67f8f onto new branch
backport-14504-to-core-1.47 from origin/core/1.47.
Resolve conflicts in: browser_tests/fixtures/data/cloudWorkspace.ts browser_tests/fixtures/helpers/CloudWorkspaceMockHelper.ts src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts src/platform/workspace/components/SubscriptionPanelContentWorkspace.vue .
For test snapshots (browser_tests/**/*-snapshots/), accept PR version if
changed in original PR, else keep target. For package.json versions, keep
target branch. For pnpm-lock.yaml, regenerate with pnpm install.
Ask user for non-obvious conflicts.
Create PR titled "[backport core/1.47] <original title>" with label "backport".
See .github/workflows/pr-backport.yaml for workflow details.

cc @wei-hai

@github-actions

Copy link
Copy Markdown

⚠️ Backport to core/1.48 failed

Reason: Merge conflicts detected during cherry-pick of 9cb5610

The auto-backport could not be completed automatically. Please backport
manually onto branch backport-14504-to-core-1.48 (from origin/core/1.48) and
open a PR to core/1.48.

📄 Conflicting files
src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts
src/platform/workspace/components/SubscriptionPanelContentWorkspace.vue
🤖 Prompt for AI Agents
Backport PR #14504 (https://github.com/Comfy-Org/ComfyUI_frontend/pull/14504) to core/1.48.
Cherry-pick merge commit 9cb5610ccee2e88f0682bd78d7ad55cee6c67f8f onto new branch
backport-14504-to-core-1.48 from origin/core/1.48.
Resolve conflicts in: src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts src/platform/workspace/components/SubscriptionPanelContentWorkspace.vue .
For test snapshots (browser_tests/**/*-snapshots/), accept PR version if
changed in original PR, else keep target. For package.json versions, keep
target branch. For pnpm-lock.yaml, regenerate with pnpm install.
Ask user for non-obvious conflicts.
Create PR titled "[backport core/1.48] <original title>" with label "backport".
See .github/workflows/pr-backport.yaml for workflow details.

cc @wei-hai

@github-actions

Copy link
Copy Markdown

⚠️ Backport to cloud/1.48 failed

Reason: Merge conflicts detected during cherry-pick of 9cb5610

The auto-backport could not be completed automatically. Please backport
manually onto branch backport-14504-to-cloud-1.48 (from origin/cloud/1.48) and
open a PR to cloud/1.48.

📄 Conflicting files
src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts
src/platform/workspace/components/SubscriptionPanelContentWorkspace.vue
🤖 Prompt for AI Agents
Backport PR #14504 (https://github.com/Comfy-Org/ComfyUI_frontend/pull/14504) to cloud/1.48.
Cherry-pick merge commit 9cb5610ccee2e88f0682bd78d7ad55cee6c67f8f onto new branch
backport-14504-to-cloud-1.48 from origin/cloud/1.48.
Resolve conflicts in: src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts src/platform/workspace/components/SubscriptionPanelContentWorkspace.vue .
For test snapshots (browser_tests/**/*-snapshots/), accept PR version if
changed in original PR, else keep target. For package.json versions, keep
target branch. For pnpm-lock.yaml, regenerate with pnpm install.
Ask user for non-obvious conflicts.
Create PR titled "[backport cloud/1.48] <original title>" with label "backport".
See .github/workflows/pr-backport.yaml for workflow details.

cc @wei-hai

wei-hai added a commit that referenced this pull request Jul 31, 2026
…subscriptions (#14509)

## Summary

Backport of #14504 to `core/1.47`.

- Resolves the release-branch cherry-pick conflicts while preserving the
existing cancellation behavior.
- Treats `subscription_status: ended` as terminal even when paid-plan
metadata is stale.
- Includes component and cloud E2E regression coverage adapted to this
release branch.

## Validation

- 27 component tests passed
- App and browser typechecks
- Targeted formatting and lint checks
- `knip` push hook
wei-hai added a commit that referenced this pull request Jul 31, 2026
… subscriptions (#14510)

## Summary

Backport of #14504 to `cloud/1.48`.

- Resolves the release-branch cherry-pick conflicts while preserving the
existing cancellation behavior.
- Treats `subscription_status: ended` as terminal even when paid-plan
metadata is stale.
- Includes component and cloud E2E regression coverage adapted to this
release branch.

## Validation

- 31 component tests passed
- App and browser typechecks
- Targeted formatting and lint checks
- `knip` push hook
wei-hai added a commit that referenced this pull request Jul 31, 2026
…subscriptions (#14511)

## Summary

Backport of #14504 to `core/1.48`.

- Resolves the release-branch cherry-pick conflicts while preserving the
existing cancellation behavior.
- Treats `subscription_status: ended` as terminal even when paid-plan
metadata is stale.
- Includes component and cloud E2E regression coverage adapted to this
release branch.

## Validation

- 31 component tests passed
- App and browser typechecks
- Targeted formatting and lint checks
- `knip` push hook
@comfy-pr-bot comfy-pr-bot added the released:cloud PR has been released to cloud label Aug 1, 2026
@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

⚠️ Backport to core/1.47 failed

Reason: Merge conflicts detected during cherry-pick of 9cb5610

The auto-backport could not be completed automatically. Please backport
manually onto branch backport-14504-to-core-1.47 (from origin/core/1.47) and
open a PR to core/1.47.

📄 Conflicting files
browser_tests/fixtures/data/cloudWorkspace.ts
browser_tests/fixtures/helpers/CloudWorkspaceMockHelper.ts
browser_tests/tests/dialogs/endedSubscription.spec.ts
src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts
src/platform/workspace/components/SubscriptionPanelContentWorkspace.vue
🤖 Prompt for AI Agents
Backport PR #14504 (https://github.com/Comfy-Org/ComfyUI_frontend/pull/14504) to core/1.47.
Cherry-pick merge commit 9cb5610ccee2e88f0682bd78d7ad55cee6c67f8f onto new branch
backport-14504-to-core-1.47 from origin/core/1.47.
Resolve conflicts in: browser_tests/fixtures/data/cloudWorkspace.ts browser_tests/fixtures/helpers/CloudWorkspaceMockHelper.ts browser_tests/tests/dialogs/endedSubscription.spec.ts src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts src/platform/workspace/components/SubscriptionPanelContentWorkspace.vue .
For test snapshots (browser_tests/**/*-snapshots/), accept PR version if
changed in original PR, else keep target. For package.json versions, keep
target branch. For pnpm-lock.yaml, regenerate with pnpm install.
Ask user for non-obvious conflicts.
Create PR titled "[backport core/1.47] <original title>" with label "backport".
See .github/workflows/pr-backport.yaml for workflow details.

cc @wei-hai

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

⚠️ Backport to core/1.48 failed

Reason: Merge conflicts detected during cherry-pick of 9cb5610

The auto-backport could not be completed automatically. Please backport
manually onto branch backport-14504-to-core-1.48 (from origin/core/1.48) and
open a PR to core/1.48.

📄 Conflicting files
src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts
src/platform/workspace/components/SubscriptionPanelContentWorkspace.vue
🤖 Prompt for AI Agents
Backport PR #14504 (https://github.com/Comfy-Org/ComfyUI_frontend/pull/14504) to core/1.48.
Cherry-pick merge commit 9cb5610ccee2e88f0682bd78d7ad55cee6c67f8f onto new branch
backport-14504-to-core-1.48 from origin/core/1.48.
Resolve conflicts in: src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts src/platform/workspace/components/SubscriptionPanelContentWorkspace.vue .
For test snapshots (browser_tests/**/*-snapshots/), accept PR version if
changed in original PR, else keep target. For package.json versions, keep
target branch. For pnpm-lock.yaml, regenerate with pnpm install.
Ask user for non-obvious conflicts.
Create PR titled "[backport core/1.48] <original title>" with label "backport".
See .github/workflows/pr-backport.yaml for workflow details.

cc @wei-hai

@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

⚠️ Backport to cloud/1.48 failed

Reason: Merge conflicts detected during cherry-pick of 9cb5610

The auto-backport could not be completed automatically. Please backport
manually onto branch backport-14504-to-cloud-1.48 (from origin/cloud/1.48) and
open a PR to cloud/1.48.

📄 Conflicting files
src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts
src/platform/workspace/components/SubscriptionPanelContentWorkspace.vue
🤖 Prompt for AI Agents
Backport PR #14504 (https://github.com/Comfy-Org/ComfyUI_frontend/pull/14504) to cloud/1.48.
Cherry-pick merge commit 9cb5610ccee2e88f0682bd78d7ad55cee6c67f8f onto new branch
backport-14504-to-cloud-1.48 from origin/cloud/1.48.
Resolve conflicts in: src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts src/platform/workspace/components/SubscriptionPanelContentWorkspace.vue .
For test snapshots (browser_tests/**/*-snapshots/), accept PR version if
changed in original PR, else keep target. For package.json versions, keep
target branch. For pnpm-lock.yaml, regenerate with pnpm install.
Ask user for non-obvious conflicts.
Create PR titled "[backport cloud/1.48] <original title>" with label "backport".
See .github/workflows/pr-backport.yaml for workflow details.

cc @wei-hai

pull Bot pushed a commit to Penguinjanator/ComfyUI_frontend that referenced this pull request Aug 3, 2026
…omfy-Org#14607)

After cancelling a subscription on Stripe's side, access is correctly
revoked, but Plans & Pricing still showed the lost plan as "Current
Plan" with a disabled button, so the user could not resubscribe to it.
The other tiers also mislabelled as "Change to X" instead of "Subscribe
to X".

## Root cause

An ended subscription still reports its `plan_slug` and
`subscription_tier` on `GET /api/billing/status` (only `is_active` flips
to false). The pricing table modelled just two states for the plan you
hold — active (disabled "Current Plan") and cancel-scheduled (enabled
"Resubscribe") — and `isCancelled` is derived from `subscription_status
=== 'canceled'` only, so an `ended` subscription fell into the active
bucket.

This is the residual half of Comfy-Org#14504, which fixed the same `ended` blind
spot in the subscription panel but not here.

## Change

`UnifiedPricingTable.vue` treats `subscription_status: 'ended'` as
holding no current plan, so the CTA becomes an enabled "Subscribe to
<plan>". Applies to both the personal tier cards (`isCurrentPlan`,
`currentTierKey`) and the team credit stop (`isTeamSubscribed`).

Backend needs no change — the subscribe path already treats an ended
subscription as "no subscription".

## Verification

- Two regression tests added; both fail on `main` and pass with the fix.
- `UnifiedPricingTable` suite: 12 passed, incl. under `--coverage`
(matching CI).
- Workspace + billing + subscription suites: 84 files, 1339 tests
passed.
- `vue-tsc --noEmit`, eslint, oxfmt clean.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

backport Backporting a PR onto a release candidate cursor-review Trigger multi-model Cursor agent review on this PR needs-backport Fix/change that needs to be cherry-picked to the current feature freeze branch released:cloud PR has been released to cloud size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants