Skip to content

feat(billing): add inactive team subscription state - #14498

Merged
dante01yoon merged 6 commits into
mainfrom
jaewon/des-621-inactive-team-subscription-state
Aug 1, 2026
Merged

feat(billing): add inactive team subscription state#14498
dante01yoon merged 6 commits into
mainfrom
jaewon/des-621-inactive-team-subscription-state

Conversation

@dante01yoon

@dante01yoon dante01yoon commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

Summary

Adds the DES-621 / FE-1469 fully ended Team subscription state. This PR is standalone on main; #14450 was used only as a visual and implementation reference.

Root cause

After a Team subscription fully ended, Plan & Credits fell back to generic subscription and credit states. That left owners without a clear inactive-subscription explanation, a direct checkout reactivation path, or credit messaging that reflected the inactive plan.

Changes

  • Shows the inactive Team win-back state only for authorized owners of fully ended Team subscriptions.
  • Keeps Billing & invoices available in the ended state.
  • Routes Reactivate plan through the normal checkout/pricing flow.
  • Preserves the uncancel flow for cancel-scheduled subscriptions still within their paid period.
  • Displays inactive monthly and additional credit totals as zero, hides the usage bar, and provides reactivation guidance.
  • Adds focused unit coverage for the affected Plan & Credits states.

AS IS

Fully ended Team subscriptions use the generic Plan & Credits presentation and do not clearly explain that the Team plan is inactive.

AS IS — generic ended Team subscription state

TO BE

Fully ended Team subscriptions show the inactive Team win-back presentation from DES-621, retain billing access, and provide a normal-checkout reactivation action. #14450 is reference-only and is not a dependency of this PR.

TO BE — inactive Team subscription state

Validation

  • pnpm test:unit src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts src/platform/cloud/subscription/components/CreditsTile.test.ts — 61 passed
  • pnpm typecheck
  • Focused ESLint on the four changed Vue/TypeScript files
  • pnpm exec oxfmt --check on all five changed files
  • git diff --check origin/main...HEAD
  • Real-app Playwright demo on origin/main and this PR branch

References

@dosubot dosubot Bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Jul 31, 2026
@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 3dbef45d-97fd-4081-802a-f3b531b4c431

📥 Commits

Reviewing files that changed from the base of the PR and between a603115 and 9d21138.

📒 Files selected for processing (1)
  • src/platform/cloud/subscription/components/CreditsTile.vue

📝 Walkthrough

Walkthrough

Inactive Team subscriptions now show dedicated messaging, billing and reactivation actions, muted benefits, and inactive credit details. Reactivation opens the subscription dialog with billing-panel context. English localization and tests cover the new state.

Changes

Inactive Team subscription reactivation

Layer / File(s) Summary
Inactive credits display
src/locales/en/main.json, src/platform/cloud/subscription/components/CreditsTile.vue, src/platform/cloud/subscription/components/CreditsTile.test.ts
CreditsTile accepts inactivePlan, applies muted styling, displays zero credits and reactivation messaging, and hides credit top-up controls for inactive plans.
Workspace reactivation flow
src/platform/workspace/components/SubscriptionPanelContentWorkspace.vue, src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts
Inactive Team subscriptions display dedicated content, billing controls, benefits, and inactive credits. Reactivation opens the subscription dialog with reason: 'settings_billing_panel' instead of calling resubscribe.

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

Sequence Diagram(s)

sequenceDiagram
  participant WorkspaceSubscriptionPanel
  participant CreditsTile
  participant SubscriptionDialog
  WorkspaceSubscriptionPanel->>CreditsTile: Render inactivePlan=true
  WorkspaceSubscriptionPanel->>SubscriptionDialog: Open with billing-panel reason
  SubscriptionDialog-->>WorkspaceSubscriptionPanel: Display reactivation flow
Loading

Possibly related PRs

Suggested labels: released:cloud

Suggested reviewers: austinmroz

🚥 Pre-merge checks | ✅ 6
✅ Passed checks (6 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the primary change: adding an inactive Team subscription state for billing.
Description check ✅ Passed The description explains the purpose, changes, validation, screenshots, and references; the omitted Review Focus section is non-critical.
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.
End-To-End Regression Coverage For Fixes ✅ Passed The available commit subject says “localizes inactive credit totals” and contains no listed bug-fix term, so the required failure condition is not met.
Adr Compliance For Entity/Litegraph Changes ✅ Passed The changed-file list contains no files under src/lib/litegraph/, src/ecs/, or graph-entity-related paths, so this check does not apply.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch jaewon/des-621-inactive-team-subscription-state

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.

@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-09-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

@github-actions

github-actions Bot commented Jul 31, 2026

Copy link
Copy Markdown

🎨 Storybook: ✅ Built — View Storybook

Details

⏰ Completed at: 08/01/2026, 12:35:28 AM UTC

Links

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

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

📦 Bundle: 8.19 MB gzip 🔴 +534 B

Details

Summary

  • Raw size: 34.4 MB baseline 34.4 MB — 🔴 +4.36 kB
  • Gzip: 8.19 MB baseline 8.19 MB — 🔴 +534 B
  • Brotli: 5.67 MB baseline 5.67 MB — 🔴 +589 B
  • Bundles: 426 current • 426 baseline • 155 added / 155 removed

Category Glance
Other 🔴 +4.36 kB (12.7 MB) · Vendor & Third-Party ⚪ 0 B (15.7 MB) · Data & Services ⚪ 0 B (3.45 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-C7Mcb8N_.js (removed) 3.62 kB 🟢 -3.62 kB 🟢 -1.81 kB 🟢 -1.58 kB
assets/index-Co3rcxKS.js (new) 3.62 kB 🔴 +3.62 kB 🔴 +1.81 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-CfMICByH.js (removed) 1.29 MB 🟢 -1.29 MB 🟢 -276 kB 🟢 -208 kB
assets/GraphView-DXzeeDDF.js (new) 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-CdaSUUQa.js (removed) 24.9 kB 🟢 -24.9 kB 🟢 -6.22 kB 🟢 -5.51 kB
assets/CloudSurveyView-CKVu3cos.js (new) 24.9 kB 🔴 +24.9 kB 🔴 +6.22 kB 🔴 +5.51 kB
assets/CloudLoginView-BSi0CS4w.js (new) 11.6 kB 🔴 +11.6 kB 🔴 +3.11 kB 🔴 +2.73 kB
assets/CloudLoginView-Esq5GV0Q.js (removed) 11.6 kB 🟢 -11.6 kB 🟢 -3.1 kB 🟢 -2.73 kB
assets/CloudSignupView-C1jDuHbV.js (new) 9.9 kB 🔴 +9.9 kB 🔴 +2.77 kB 🔴 +2.44 kB
assets/CloudSignupView-DbllRDpA.js (removed) 9.9 kB 🟢 -9.9 kB 🟢 -2.77 kB 🟢 -2.43 kB
assets/CloudLayoutView-1lvl4Wkd.js (new) 9.48 kB 🔴 +9.48 kB 🔴 +2.31 kB 🔴 +2 kB
assets/CloudLayoutView-Bt9Z5qtJ.js (removed) 9.48 kB 🟢 -9.48 kB 🟢 -2.31 kB 🟢 -1.99 kB
assets/UserCheckView-B4-uvX1m.js (removed) 8.75 kB 🟢 -8.75 kB 🟢 -2.19 kB 🟢 -1.9 kB
assets/UserCheckView-CZ020Zg9.js (new) 8.75 kB 🔴 +8.75 kB 🔴 +2.18 kB 🔴 +1.89 kB
assets/WidgetTextPreview-B77uN4cw.js (removed) 6.07 kB 🟢 -6.07 kB 🟢 -2.13 kB 🟢 -1.89 kB
assets/WidgetTextPreview-CFnsl2pz.js (new) 6.07 kB 🔴 +6.07 kB 🔴 +2.13 kB 🔴 +1.89 kB
assets/CloudSubscriptionRedirectView-CsP2EILs.js (removed) 5.99 kB 🟢 -5.99 kB 🟢 -2.23 kB 🟢 -1.94 kB
assets/CloudSubscriptionRedirectView-DBS5lK1F.js (new) 5.99 kB 🔴 +5.99 kB 🔴 +2.23 kB 🔴 +1.94 kB
assets/UserSelectView-CByspeVW.js (new) 5.49 kB 🔴 +5.49 kB 🔴 +1.96 kB 🔴 +1.71 kB
assets/UserSelectView-SYa8P5ts.js (removed) 5.49 kB 🟢 -5.49 kB 🟢 -1.95 kB 🟢 -1.71 kB
assets/CloudForgotPasswordView-BiTuvxHS.js (new) 5.09 kB 🔴 +5.09 kB 🔴 +1.72 kB 🔴 +1.51 kB
assets/CloudForgotPasswordView-BWPxaq7O.js (removed) 5.09 kB 🟢 -5.09 kB 🟢 -1.73 kB 🟢 -1.51 kB
assets/CloudAuthTimeoutView-B1M7Y5nW.js (new) 4.43 kB 🔴 +4.43 kB 🔴 +1.54 kB 🔴 +1.33 kB
assets/CloudAuthTimeoutView-CrVsMrnK.js (removed) 4.43 kB 🟢 -4.43 kB 🟢 -1.54 kB 🟢 -1.34 kB
assets/OAuthLayoutView-CLamGt6e.js (new) 1.31 kB 🔴 +1.31 kB 🔴 +700 B 🔴 +594 B
assets/OAuthLayoutView-Da8aYXyx.js (removed) 1.31 kB 🟢 -1.31 kB 🟢 -699 B 🟢 -594 B
assets/WidgetTextPreview-3v1lGME0.js (new) 131 B 🔴 +131 B 🔴 +100 B 🔴 +89 B
assets/WidgetTextPreview-C4MEm_aH.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-bdbTH941.js (removed) 49.4 kB 🟢 -49.4 kB 🟢 -9.95 kB 🟢 -8.8 kB
assets/KeybindingPanel-DRLTdbHh.js (new) 49.4 kB 🔴 +49.4 kB 🔴 +9.95 kB 🔴 +8.82 kB
assets/SecretsPanel-CrSckeHZ.js (removed) 33.7 kB 🟢 -33.7 kB 🟢 -7.86 kB 🟢 -6.9 kB
assets/SecretsPanel-DeRcB3Nt.js (new) 33.7 kB 🔴 +33.7 kB 🔴 +7.86 kB 🔴 +6.9 kB
assets/CreditsPanel-BWGVMzlu.js (new) 15.9 kB 🔴 +15.9 kB 🔴 +4.63 kB 🔴 +4.07 kB
assets/CreditsPanel-ChqhjMwc.js (removed) 15.9 kB 🟢 -15.9 kB 🟢 -4.63 kB 🟢 -4.07 kB
assets/SubscriptionPanel-BNCTcgjA.js (removed) 11.4 kB 🟢 -11.4 kB 🟢 -3.64 kB 🟢 -3.18 kB
assets/SubscriptionPanel-D798hV5v.js (new) 11.4 kB 🔴 +11.4 kB 🔴 +3.63 kB 🔴 +3.19 kB
assets/AboutPanel-CiigIx79.js (removed) 11.2 kB 🟢 -11.2 kB 🟢 -3.02 kB 🟢 -2.71 kB
assets/AboutPanel-CLmxxS2i.js (new) 11.2 kB 🔴 +11.2 kB 🔴 +3.03 kB 🔴 +2.71 kB
assets/ExtensionPanel-CxOQk7YW.js (removed) 9.19 kB 🟢 -9.19 kB 🟢 -2.51 kB 🟢 -2.23 kB
assets/ExtensionPanel-CxYKv4VC.js (new) 9.19 kB 🔴 +9.19 kB 🔴 +2.51 kB 🔴 +2.22 kB
assets/ServerConfigPanel-CPlPPnmg.js (new) 6.09 kB 🔴 +6.09 kB 🔴 +1.93 kB 🔴 +1.73 kB
assets/ServerConfigPanel-GJq0yPS9.js (removed) 6.09 kB 🟢 -6.09 kB 🟢 -1.94 kB 🟢 -1.73 kB
assets/UserPanel-Cd94QX8X.js (new) 5.73 kB 🔴 +5.73 kB 🔴 +1.78 kB 🔴 +1.54 kB
assets/UserPanel-mm0ytKXk.js (removed) 5.73 kB 🟢 -5.73 kB 🟢 -1.78 kB 🟢 -1.55 kB
assets/refreshRemoteConfig-BbVVajEo.js (removed) 2.94 kB 🟢 -2.94 kB 🟢 -1.26 kB 🟢 -1.11 kB
assets/refreshRemoteConfig-BrVzkPm2.js (new) 2.94 kB 🔴 +2.94 kB 🔴 +1.26 kB 🔴 +1.11 kB
assets/cloudRemoteConfig-C11ZQcwU.js (removed) 933 B 🟢 -933 B 🟢 -505 B 🟢 -416 B
assets/cloudRemoteConfig-GPGWGQM1.js (new) 933 B 🔴 +933 B 🔴 +505 B 🔴 +429 B
assets/refreshRemoteConfig-C89fru2Q.js (new) 110 B 🔴 +110 B 🔴 +89 B 🔴 +82 B
assets/refreshRemoteConfig-JvzAhKC4.js (removed) 110 B 🟢 -110 B 🟢 -89 B 🟢 -89 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-C4X4pTYt.js (removed) 12.2 kB 🟢 -12.2 kB 🟢 -4.15 kB 🟢 -3.62 kB
assets/SignUpForm-CcBeCHhS.js (new) 12.2 kB 🔴 +12.2 kB 🔴 +4.15 kB 🔴 +3.62 kB
assets/auth-0PnT-Qa0.js (new) 3.65 kB 🔴 +3.65 kB 🔴 +1.27 kB 🔴 +1.09 kB
assets/auth-Bv7ZvVIr.js (removed) 3.65 kB 🟢 -3.65 kB 🟢 -1.27 kB 🟢 -1.09 kB
assets/usePostAuthRedirect-B-TgXLZc.js (removed) 3.28 kB 🟢 -3.28 kB 🟢 -1.24 kB 🟢 -1.08 kB
assets/usePostAuthRedirect-BmBpqYkr.js (new) 3.28 kB 🔴 +3.28 kB 🔴 +1.24 kB 🔴 +1.08 kB
assets/UpdatePasswordContent-CgsUBShM.js (new) 1.85 kB 🔴 +1.85 kB 🔴 +838 B 🔴 +729 B
assets/UpdatePasswordContent-L7fA93Q2.js (removed) 1.85 kB 🟢 -1.85 kB 🟢 -837 B 🟢 -727 B
assets/authStore-BqZ0qKzo.js (removed) 128 B 🟢 -128 B 🟢 -104 B 🟢 -105 B
assets/authStore-BV5I2MpE.js (new) 128 B 🔴 +128 B 🔴 +104 B 🔴 +104 B
assets/workspaceAuthStore-Dlx0IR2s.js (removed) 108 B 🟢 -108 B 🟢 -99 B 🟢 -105 B
assets/workspaceAuthStore-e5erFk9V.js (new) 108 B 🔴 +108 B 🔴 +99 B 🔴 +112 B
assets/auth-C24dLg-O.js (new) 105 B 🔴 +105 B 🔴 +96 B 🔴 +84 B
assets/auth-CVwoDy2s.js (removed) 105 B 🟢 -105 B 🟢 -96 B 🟢 -86 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-DbD8SBoN.js (removed) 90 kB 🟢 -90 kB 🟢 -19.2 kB 🟢 -16.5 kB
assets/ComfyHubPublishDialog-DzVRy96o.js (new) 90 kB 🔴 +90 kB 🔴 +19.2 kB 🔴 +16.5 kB
assets/useShareDialog-B-aorLaT.js (new) 23.9 kB 🔴 +23.9 kB 🔴 +5.7 kB 🔴 +5.04 kB
assets/useShareDialog-CtNWFqaz.js (removed) 23.9 kB 🟢 -23.9 kB 🟢 -5.7 kB 🟢 -5.04 kB
assets/feedbackDialog-C0jSowYK.js (removed) 4.45 kB 🟢 -4.45 kB 🟢 -1.87 kB 🟢 -1.59 kB
assets/feedbackDialog-DOYphIBA.js (new) 4.45 kB 🔴 +4.45 kB 🔴 +1.87 kB 🔴 +1.59 kB
assets/useRangeEditor-CWq3xMsS.js (new) 3.23 kB 🔴 +3.23 kB 🔴 +1.13 kB 🔴 +1.04 kB
assets/useRangeEditor-NpwhIRYF.js (removed) 3.23 kB 🟢 -3.23 kB 🟢 -1.13 kB 🟢 -1.04 kB
assets/ComfyHubPublishDialog-B0_FeaoM.js (new) 143 B 🔴 +143 B 🔴 +105 B 🔴 +88 B
assets/ComfyHubPublishDialog-C0iY8B79.js (removed) 143 B 🟢 -143 B 🟢 -105 B 🟢 -92 B
assets/useSubscriptionDialog-DYAqKfUG.js (removed) 108 B 🟢 -108 B 🟢 -102 B 🟢 -86 B
assets/useSubscriptionDialog-yTVIKl3d.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-boVLExVD.js (removed) 13.5 kB 🟢 -13.5 kB 🟢 -3.73 kB 🟢 -3.31 kB
assets/ComfyQueueButton-CkH0Z6U0.js (new) 13.5 kB 🔴 +13.5 kB 🔴 +3.73 kB 🔴 +3.31 kB
assets/useTerminalTabs-C1rzcsXL.js (new) 11.8 kB 🔴 +11.8 kB 🔴 +3.69 kB 🔴 +3.27 kB
assets/useTerminalTabs-DyLQndGB.js (removed) 11.8 kB 🟢 -11.8 kB 🟢 -3.69 kB 🟢 -3.26 kB
assets/InviteMembersForm-CFBCcjTi.js (removed) 7.96 kB 🟢 -7.96 kB 🟢 -2.65 kB 🟢 -2.35 kB
assets/InviteMembersForm-D7_bB0ze.js (new) 7.96 kB 🔴 +7.96 kB 🔴 +2.65 kB 🔴 +2.35 kB
assets/SubscribeButton-CFsSr5rA.js (removed) 2.13 kB 🟢 -2.13 kB 🟢 -954 B 🟢 -834 B
assets/SubscribeButton-hVtkXEzQ.js (new) 2.13 kB 🔴 +2.13 kB 🔴 +954 B 🔴 +833 B
assets/cloudFeedbackTopbarButton-C_Dj6ZQy.js (removed) 705 B 🟢 -705 B 🟢 -421 B 🟢 -359 B
assets/cloudFeedbackTopbarButton-Cm-bXZRF.js (new) 705 B 🔴 +705 B 🔴 +422 B 🔴 +362 B
assets/ComfyQueueButton-BIfeNVYk.js (new) 128 B 🔴 +128 B 🔴 +99 B 🔴 +90 B
assets/ComfyQueueButton-CIH0DlJH.js (removed) 128 B 🟢 -128 B 🟢 -99 B 🟢 -92 B

Status: 6 added / 6 removed / 9 unchanged

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

Stores, services, APIs, and repositories

File Before After Δ Raw Δ Gzip Δ Brotli
assets/settingStore-Bn1JtVym.js (new) 3.17 MB 🔴 +3.17 MB 🔴 +734 kB 🔴 +553 kB
assets/settingStore-NRd9_l9V.js (removed) 3.17 MB 🟢 -3.17 MB 🟢 -734 kB 🟢 -553 kB
assets/load3dService-BIGUsSFJ.js (new) 132 kB 🔴 +132 kB 🔴 +29.2 kB 🔴 +24.6 kB
assets/load3dService-wUuaMNcq.js (removed) 132 kB 🟢 -132 kB 🟢 -29.2 kB 🟢 -24.6 kB
assets/api-BAyqJgVa.js (new) 93.4 kB 🔴 +93.4 kB 🔴 +25.8 kB 🔴 +22.1 kB
assets/api-CC_CXkhP.js (removed) 93.4 kB 🟢 -93.4 kB 🟢 -25.8 kB 🟢 -22.1 kB
assets/workflowShareService-BIMES9vY.js (new) 16.4 kB 🔴 +16.4 kB 🔴 +4.89 kB 🔴 +4.33 kB
assets/workflowShareService-yoJEjGYE.js (removed) 16.4 kB 🟢 -16.4 kB 🟢 -4.89 kB 🟢 -4.34 kB
assets/keybindingService-BG_wW_8g.js (new) 7.08 kB 🔴 +7.08 kB 🔴 +1.82 kB 🔴 +1.58 kB
assets/keybindingService-C9-aja05.js (removed) 7.08 kB 🟢 -7.08 kB 🟢 -1.82 kB 🟢 -1.57 kB
assets/releaseStore-BVGPBEkm.js (new) 6.72 kB 🔴 +6.72 kB 🔴 +2.03 kB 🔴 +1.77 kB
assets/releaseStore-DlMIQ1lt.js (removed) 6.72 kB 🟢 -6.72 kB 🟢 -2.03 kB 🟢 -1.78 kB
assets/systemStatsStore-CeYNv-F3.js (removed) 4.93 kB 🟢 -4.93 kB 🟢 -1.74 kB 🟢 -1.47 kB
assets/systemStatsStore-D0PIpPhc.js (new) 4.93 kB 🔴 +4.93 kB 🔴 +1.74 kB 🔴 +1.47 kB
assets/userStore-CmlLFh-N.js (removed) 2.38 kB 🟢 -2.38 kB 🟢 -898 B 🟢 -792 B
assets/userStore-Io90qGCu.js (new) 2.38 kB 🔴 +2.38 kB 🔴 +898 B 🔴 +795 B
assets/audioService-C2ZJj434.js (removed) 1.71 kB 🟢 -1.71 kB 🟢 -828 B 🟢 -722 B
assets/audioService-DpxQf9Uu.js (new) 1.71 kB 🔴 +1.71 kB 🔴 +829 B 🔴 +723 B
assets/dialogService-DekJElRS.js (removed) 98 B 🟢 -98 B 🟢 -97 B 🟢 -81 B
assets/dialogService-WP3Hzttj.js (new) 98 B 🔴 +98 B 🔴 +97 B 🔴 +81 B
assets/releaseStore-BbuE61s2.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -81 B
assets/releaseStore-BDuEzRy6.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +82 B
assets/settingStore-CpKSn5-k.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -87 B
assets/settingStore-D6l4F3PA.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +88 B
assets/assetsStore-BwkKZTwO.js (new) 94 B 🔴 +94 B 🔴 +92 B 🔴 +85 B
assets/assetsStore-C-pQnl38.js (removed) 94 B 🟢 -94 B 🟢 -92 B 🟢 -84 B
assets/api-86CQAqcM.js (new) 62 B 🔴 +62 B 🔴 +74 B 🔴 +66 B
assets/api-DFNOGy2C.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-BqInISqN.js (new) 235 kB 🔴 +235 kB 🔴 +52.5 kB 🔴 +42.7 kB
assets/useConflictDetection-DuYvSYdd.js (removed) 235 kB 🟢 -235 kB 🟢 -52.5 kB 🟢 -42.7 kB
assets/useLoad3d-878QLsgl.js (new) 25.7 kB 🔴 +25.7 kB 🔴 +5.79 kB 🔴 +5.14 kB
assets/useLoad3d-DvGWxDsN.js (removed) 25.7 kB 🟢 -25.7 kB 🟢 -5.79 kB 🟢 -5.13 kB
assets/useLoad3dViewer-B0NgHNnl.js (new) 21.2 kB 🔴 +21.2 kB 🔴 +4.98 kB 🔴 +4.36 kB
assets/useLoad3dViewer-CuZrXVA7.js (removed) 21.2 kB 🟢 -21.2 kB 🟢 -4.98 kB 🟢 -4.36 kB
assets/useImageCrop-6meebx3r.js (new) 15 kB 🔴 +15 kB 🔴 +3.42 kB 🔴 +2.98 kB
assets/useImageCrop-B4aPgCSw.js (removed) 15 kB 🟢 -15 kB 🟢 -3.42 kB 🟢 -2.98 kB
assets/useDowngradeToPersonal-D0HnF7Yk.js (removed) 8.85 kB 🟢 -8.85 kB 🟢 -2.53 kB 🟢 -2.17 kB
assets/useDowngradeToPersonal-D5GZawkC.js (new) 8.85 kB 🔴 +8.85 kB 🔴 +2.53 kB 🔴 +2.17 kB
assets/useFeatureFlags-9ir_a90N.js (new) 7.31 kB 🔴 +7.31 kB 🔴 +2.18 kB 🔴 +1.83 kB
assets/useFeatureFlags-STd-XbPG.js (removed) 7.31 kB 🟢 -7.31 kB 🟢 -2.18 kB 🟢 -1.83 kB
assets/useExternalLink-ClyWiL6k.js (new) 2.81 kB 🔴 +2.81 kB 🔴 +1.06 kB 🔴 +916 B
assets/useExternalLink-DNH1_hMn.js (removed) 2.81 kB 🟢 -2.81 kB 🟢 -1.06 kB 🟢 -917 B
assets/downloadUtil-BAz09uAW.js (removed) 2.4 kB 🟢 -2.4 kB 🟢 -1.08 kB 🟢 -873 B
assets/downloadUtil-BIIWYpAC.js (new) 2.4 kB 🔴 +2.4 kB 🔴 +1.08 kB 🔴 +872 B
assets/assetPreviewUtil-CCPamgMz.js (removed) 2.35 kB 🟢 -2.35 kB 🟢 -969 B 🟢 -845 B
assets/assetPreviewUtil-DB7uGtSh.js (new) 2.35 kB 🔴 +2.35 kB 🔴 +969 B 🔴 +844 B
assets/useUpstreamValue-CDcvkfgP.js (removed) 1.99 kB 🟢 -1.99 kB 🟢 -757 B 🟢 -676 B
assets/useUpstreamValue-CqdmSJ78.js (new) 1.99 kB 🔴 +1.99 kB 🔴 +756 B 🔴 +676 B
assets/useWorkspaceTierLabel-BxF5wKBK.js (removed) 1.93 kB 🟢 -1.93 kB 🟢 -817 B 🟢 -698 B
assets/useWorkspaceTierLabel-rVAmwNnf.js (new) 1.93 kB 🔴 +1.93 kB 🔴 +815 B 🔴 +698 B
assets/useErrorHandling-DvHGjULO.js (removed) 1.49 kB 🟢 -1.49 kB 🟢 -614 B 🟢 -522 B
assets/useErrorHandling-DzUaPfVH.js (new) 1.49 kB 🔴 +1.49 kB 🔴 +616 B 🔴 +523 B
assets/subscriptionCheckoutUtil-EGu1ZMvx.js (removed) 841 B 🟢 -841 B 🟢 -502 B 🟢 -425 B
assets/subscriptionCheckoutUtil-WapMIh-U.js (new) 841 B 🔴 +841 B 🔴 +504 B 🔴 +427 B
assets/useSessionCookie-B9OLhsFa.js (removed) 692 B 🟢 -692 B 🟢 -354 B 🟢 -307 B
assets/useSessionCookie-fhp4w-NQ.js (new) 692 B 🔴 +692 B 🔴 +357 B 🔴 +310 B
assets/useLoad3d-Bxr7nJaW.js (new) 311 B 🔴 +311 B 🔴 +164 B 🔴 +147 B
assets/useLoad3d-CMU2RXfd.js (removed) 311 B 🟢 -311 B 🟢 -163 B 🟢 -147 B
assets/useSessionCookie-_JAbFUuK.js (removed) 101 B 🟢 -101 B 🟢 -86 B 🟢 -77 B
assets/useSessionCookie-D41DRsdx.js (new) 101 B 🔴 +101 B 🔴 +86 B 🔴 +84 B
assets/useFeatureFlags-BtPNL-Kl.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -82 B
assets/useFeatureFlags-X563oF7O.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +85 B
assets/useLoad3dViewer-C-4nk9-D.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -85 B
assets/useLoad3dViewer-I-1i9ttA.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +85 B
assets/useCurrentUser-BCz2kMov.js (removed) 94 B 🟢 -94 B 🟢 -95 B 🟢 -80 B
assets/useCurrentUser-Ce5p0ZFq.js (new) 94 B 🔴 +94 B 🔴 +95 B 🔴 +85 B

Status: 19 added / 19 removed / 17 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) • 🔴 +4.36 kB

Bundles that do not match a named category

File Before After Δ Raw Δ Gzip Δ Brotli
assets/main-CDoyVf92.js (new) 199 kB 🔴 +199 kB 🔴 +58.1 kB 🔴 +48.8 kB
assets/main-BFvcDAqW.js (removed) 199 kB 🟢 -199 kB 🟢 -58 kB 🟢 -48.7 kB
assets/core-CcitqKyO.js (removed) 111 kB 🟢 -111 kB 🟢 -28.7 kB 🟢 -24.3 kB
assets/core-vNbszyzT.js (new) 111 kB 🔴 +111 kB 🔴 +28.6 kB 🔴 +24.3 kB
assets/WidgetSelect-CFzRTutr.js (new) 88 kB 🔴 +88 kB 🔴 +19.9 kB 🔴 +17 kB
assets/WidgetSelect-CItC6VUF.js (removed) 88 kB 🟢 -88 kB 🟢 -19.9 kB 🟢 -17.1 kB
assets/Load3D-By3_XeYk.js (removed) 71.3 kB 🟢 -71.3 kB 🟢 -11.7 kB 🟢 -9.99 kB
assets/Load3D-DThXUsKn.js (new) 71.3 kB 🔴 +71.3 kB 🔴 +11.7 kB 🔴 +9.98 kB
assets/WidgetVideoEdit-B4eCPwPQ.js (new) 63.4 kB 🔴 +63.4 kB 🔴 +14.6 kB 🔴 +12.8 kB
assets/WidgetVideoEdit-cVyzxDx9.js (removed) 63.4 kB 🟢 -63.4 kB 🟢 -14.6 kB 🟢 -12.8 kB
assets/SubscriptionTransitionPreviewWorkspace-BfeHdWHp.js (new) 63.1 kB 🔴 +63.1 kB 🔴 +13 kB 🔴 +11.3 kB
assets/SubscriptionTransitionPreviewWorkspace-D8hY7Rhh.js (removed) 63.1 kB 🟢 -63.1 kB 🟢 -13 kB 🟢 -11.4 kB
assets/WorkspaceSettingsPanelContent-BrLuCcEU.js (removed) 61.6 kB 🟢 -61.6 kB 🟢 -13.2 kB 🟢 -11.5 kB
assets/WorkspaceSettingsPanelContent-JB24J_rV.js (new) 61.6 kB 🔴 +61.6 kB 🔴 +13.2 kB 🔴 +11.5 kB
assets/Preview3d-B84uT5Oj.js (removed) 50.9 kB 🟢 -50.9 kB 🟢 -8.31 kB 🟢 -7.24 kB
assets/Preview3d-D3d_Qlch.js (new) 50.9 kB 🔴 +50.9 kB 🔴 +8.3 kB 🔴 +7.23 kB
assets/main-BNlRvCHc.js (new) 46.9 kB 🔴 +46.9 kB 🔴 +13.8 kB 🔴 +12 kB
assets/main-BZITX1fC.js (removed) 46.9 kB 🟢 -46.9 kB 🟢 -13.8 kB 🟢 -12 kB
assets/SubscriptionRequiredDialogContentUnified-C_4Um3XN.js (new) 42.7 kB 🔴 +42.7 kB 🔴 +9.42 kB 🔴 +8.21 kB
assets/SubscriptionRequiredDialogContentUnified-ClVqfY7R.js (removed) 42.7 kB 🟢 -42.7 kB 🟢 -9.43 kB 🟢 -8.2 kB
assets/MembersPanelContent-DLB3pfe7.js (new) 41.8 kB 🔴 +41.8 kB 🔴 +8.79 kB 🔴 +7.82 kB
assets/MembersPanelContent-DUwGZVep.js (removed) 41.8 kB 🟢 -41.8 kB 🟢 -8.79 kB 🟢 -7.81 kB
assets/WidgetBoundingBoxes-Bch_OIFJ.js (removed) 33.7 kB 🟢 -33.7 kB 🟢 -9.15 kB 🟢 -8.12 kB
assets/WidgetBoundingBoxes-VzunZ42M.js (new) 33.7 kB 🔴 +33.7 kB 🔴 +9.15 kB 🔴 +8.13 kB
assets/WidgetPainter-ByoIHlr1.js (removed) 32.6 kB 🟢 -32.6 kB 🟢 -7.87 kB 🟢 -6.97 kB
assets/WidgetPainter-C5y0qLvi.js (new) 32.6 kB 🔴 +32.6 kB 🔴 +7.87 kB 🔴 +6.96 kB
assets/SubscriptionPanelContentWorkspace-BkwIxBt3.js (new) 31.8 kB 🔴 +31.8 kB 🔴 +7.05 kB 🔴 +6.23 kB
assets/Load3dViewerContent-BOfJiDV6.js (new) 30.8 kB 🔴 +30.8 kB 🔴 +6.26 kB 🔴 +5.45 kB
assets/Load3dViewerContent-CO62zW3-.js (removed) 30.8 kB 🟢 -30.8 kB 🟢 -6.26 kB 🟢 -5.44 kB
assets/HdrViewerContent-B4oEgT5x.js (new) 29.8 kB 🔴 +29.8 kB 🔴 +8.24 kB 🔴 +7.27 kB
assets/HdrViewerContent-D8zIMmPZ.js (removed) 29.8 kB 🟢 -29.8 kB 🟢 -8.25 kB 🟢 -7.27 kB
assets/SubscriptionPanelContentWorkspace-BpshXPR-.js (removed) 29.5 kB 🟢 -29.5 kB 🟢 -6.83 kB 🟢 -6 kB
assets/SubscriptionRequiredDialogContent-BNpgFp9T.js (removed) 26.1 kB 🟢 -26.1 kB 🟢 -6.14 kB 🟢 -5.4 kB
assets/SubscriptionRequiredDialogContent-DtL8DykU.js (new) 26.1 kB 🔴 +26.1 kB 🔴 +6.14 kB 🔴 +5.41 kB
assets/SubscriptionRequiredDialogContentWorkspace-CsCdbYj1.js (removed) 25.1 kB 🟢 -25.1 kB 🟢 -5.8 kB 🟢 -5.11 kB
assets/SubscriptionRequiredDialogContentWorkspace-dD-3mlou.js (new) 25.1 kB 🔴 +25.1 kB 🔴 +5.8 kB 🔴 +5.11 kB
assets/load3d-BWcKGnL4.js (new) 22.2 kB 🔴 +22.2 kB 🔴 +5.41 kB 🔴 +4.67 kB
assets/load3d-DrKvshc3.js (removed) 22.2 kB 🟢 -22.2 kB 🟢 -5.4 kB 🟢 -4.67 kB
assets/CurrentUserPopoverWorkspace-CLAH34Gm.js (new) 20.5 kB 🔴 +20.5 kB 🔴 +4.69 kB 🔴 +4.18 kB
assets/CurrentUserPopoverWorkspace-Dbs-NtiM.js (removed) 20.5 kB 🟢 -20.5 kB 🟢 -4.69 kB 🟢 -4.19 kB
assets/SignInContent-BEdoO7fb.js (new) 20.2 kB 🔴 +20.2 kB 🔴 +5.1 kB 🔴 +4.45 kB
assets/SignInContent-Dpjj13ly.js (removed) 20.2 kB 🟢 -20.2 kB 🟢 -5.1 kB 🟢 -4.46 kB
assets/CreditsTile-BMIdOQxL.js (new) 19 kB 🔴 +19 kB 🔴 +4.77 kB 🔴 +4.21 kB
assets/CreditsTile-Bw8bSHpY.js (removed) 17.2 kB 🟢 -17.2 kB 🟢 -4.55 kB 🟢 -4.04 kB
assets/WidgetRecordAudio-anwZHx7l.js (removed) 16.6 kB 🟢 -16.6 kB 🟢 -4.6 kB 🟢 -4.09 kB
assets/WidgetRecordAudio-ChdWgyvE.js (new) 16.6 kB 🔴 +16.6 kB 🔴 +4.59 kB 🔴 +4.09 kB
assets/WidgetInputNumber-Clw60UN3.js (removed) 13.9 kB 🟢 -13.9 kB 🟢 -3.63 kB 🟢 -3.2 kB
assets/WidgetInputNumber-D40F4EfT.js (new) 13.9 kB 🔴 +13.9 kB 🔴 +3.63 kB 🔴 +3.21 kB
assets/WidgetRange-BCmSBlpI.js (removed) 13.7 kB 🟢 -13.7 kB 🟢 -3.53 kB 🟢 -3.11 kB
assets/WidgetRange-DSVhlMBM.js (new) 13.7 kB 🔴 +13.7 kB 🔴 +3.54 kB 🔴 +3.12 kB
assets/WaveAudioPlayer-BbzxWR4O.js (new) 12.8 kB 🔴 +12.8 kB 🔴 +3.46 kB 🔴 +3.04 kB
assets/WaveAudioPlayer-fUcswRh8.js (removed) 12.8 kB 🟢 -12.8 kB 🟢 -3.46 kB 🟢 -3.04 kB
assets/i18n-CJsbLe8U.js (removed) 12.5 kB 🟢 -12.5 kB 🟢 -3.3 kB 🟢 -2.78 kB
assets/i18n-DuTOUq4L.js (new) 12.5 kB 🔴 +12.5 kB 🔴 +3.31 kB 🔴 +2.77 kB
assets/WidgetCurve-BbCSm46u.js (new) 11.2 kB 🔴 +11.2 kB 🔴 +3.47 kB 🔴 +3.15 kB
assets/WidgetCurve-BO2admGZ.js (removed) 11.2 kB 🟢 -11.2 kB 🟢 -3.47 kB 🟢 -3.15 kB
assets/AudioPreviewPlayer-DBkoe_2k.js (removed) 10.6 kB 🟢 -10.6 kB 🟢 -3.04 kB 🟢 -2.72 kB
assets/AudioPreviewPlayer-kfZX3dEE.js (new) 10.6 kB 🔴 +10.6 kB 🔴 +3.05 kB 🔴 +2.74 kB
assets/TeamWorkspacesDialogContent-BqFraVlr.js (removed) 10.3 kB 🟢 -10.3 kB 🟢 -2.97 kB 🟢 -2.63 kB
assets/TeamWorkspacesDialogContent-DGp3Y1wy.js (new) 10.3 kB 🔴 +10.3 kB 🔴 +2.97 kB 🔴 +2.63 kB
assets/onboardingCloudRoutes-C_d9Lglz.js (new) 9.07 kB 🔴 +9.07 kB 🔴 +2.77 kB 🔴 +2.39 kB
assets/onboardingCloudRoutes-Co0T8Jk1.js (removed) 9.07 kB 🟢 -9.07 kB 🟢 -2.78 kB 🟢 -2.4 kB
assets/Load3DConfiguration-b2TGEgcI.js (new) 8.91 kB 🔴 +8.91 kB 🔴 +2.61 kB 🔴 +2.3 kB
assets/Load3DConfiguration-C1WizAQ2.js (removed) 8.91 kB 🟢 -8.91 kB 🟢 -2.61 kB 🟢 -2.3 kB
assets/WidgetImageCrop-7P1Z9Y3A.js (new) 8.49 kB 🔴 +8.49 kB 🔴 +2.65 kB 🔴 +2.33 kB
assets/WidgetImageCrop-UruRn9MG.js (removed) 8.49 kB 🟢 -8.49 kB 🟢 -2.65 kB 🟢 -2.34 kB
assets/SetMemberCreditLimitDialogContent-D_IOUMni.js (new) 8.47 kB 🔴 +8.47 kB 🔴 +2.34 kB 🔴 +2.05 kB
assets/SetMemberCreditLimitDialogContent-DBI6KMhu.js (removed) 8.47 kB 🟢 -8.47 kB 🟢 -2.34 kB 🟢 -2.06 kB
assets/nodeTemplates-Bs0STq7R.js (removed) 8.28 kB 🟢 -8.28 kB 🟢 -2.84 kB 🟢 -2.5 kB
assets/nodeTemplates-CBNm5G_5.js (new) 8.28 kB 🔴 +8.28 kB 🔴 +2.84 kB 🔴 +2.51 kB
assets/NightlySurveyController-C5qieLLO.js (removed) 7.5 kB 🟢 -7.5 kB 🟢 -2.55 kB 🟢 -2.24 kB
assets/NightlySurveyController-DT3bgqBq.js (new) 7.5 kB 🔴 +7.5 kB 🔴 +2.55 kB 🔴 +2.24 kB
assets/WidgetWithControl-_nIduRb6.js (removed) 6.35 kB 🟢 -6.35 kB 🟢 -2.58 kB 🟢 -2.31 kB
assets/WidgetWithControl-RcnxnrFL.js (new) 6.35 kB 🔴 +6.35 kB 🔴 +2.58 kB 🔴 +2.29 kB
assets/tierBenefits-BGl4PEfs.js (new) 6.2 kB 🔴 +6.2 kB 🔴 +1.97 kB 🔴 +1.71 kB
assets/tierBenefits-C8KaRp5G.js (removed) 6.2 kB 🟢 -6.2 kB 🟢 -1.97 kB 🟢 -1.71 kB
assets/CancelSubscriptionDialogContent-BZDYCVfo.js (removed) 5.97 kB 🟢 -5.97 kB 🟢 -1.98 kB 🟢 -1.74 kB
assets/CancelSubscriptionDialogContent-DNnBHGB2.js (new) 5.97 kB 🔴 +5.97 kB 🔴 +1.98 kB 🔴 +1.74 kB
assets/main-BFL0ANb4.js (removed) 5.91 kB 🟢 -5.91 kB 🟢 -1.89 kB 🟢 -1.59 kB
assets/main-GaaEwXLD.js (new) 5.91 kB 🔴 +5.91 kB 🔴 +1.9 kB 🔴 +1.6 kB
assets/load3dPreviewExtensions-CyHaZzR4.js (new) 5.88 kB 🔴 +5.88 kB 🔴 +1.81 kB 🔴 +1.6 kB
assets/load3dPreviewExtensions-vUDZRbkd.js (removed) 5.88 kB 🟢 -5.88 kB 🟢 -1.81 kB 🟢 -1.6 kB
assets/missingModelDownload-C_1Kdxxk.js (removed) 5.88 kB 🟢 -5.88 kB 🟢 -2.07 kB 🟢 -1.81 kB
assets/missingModelDownload-DOYLu0_j.js (new) 5.88 kB 🔴 +5.88 kB 🔴 +2.07 kB 🔴 +1.81 kB
assets/launchCancellationFlow-Bx02IKxG.js (new) 5.18 kB 🔴 +5.18 kB 🔴 +1.78 kB 🔴 +1.56 kB
assets/launchCancellationFlow-DiP57vqV.js (removed) 5.18 kB 🟢 -5.18 kB 🟢 -1.78 kB 🟢 -1.56 kB
assets/CreateWorkspaceDialogContent-C3VeLCS5.js (removed) 5.12 kB 🟢 -5.12 kB 🟢 -1.79 kB 🟢 -1.55 kB
assets/CreateWorkspaceDialogContent-DHMATPfJ.js (new) 5.12 kB 🔴 +5.12 kB 🔴 +1.79 kB 🔴 +1.55 kB
assets/ChangeMemberRoleDialogContent-BzVC0439.js (new) 4.97 kB 🔴 +4.97 kB 🔴 +1.63 kB 🔴 +1.43 kB
assets/ChangeMemberRoleDialogContent-DR_gJR7Y.js (removed) 4.97 kB 🟢 -4.97 kB 🟢 -1.63 kB 🟢 -1.43 kB
assets/EditWorkspaceDialogContent-BvwRTdKG.js (removed) 4.93 kB 🟢 -4.93 kB 🟢 -1.76 kB 🟢 -1.53 kB
assets/EditWorkspaceDialogContent-W8roqTcu.js (new) 4.93 kB 🔴 +4.93 kB 🔴 +1.76 kB 🔴 +1.53 kB
assets/WidgetTextarea-BksqLJHf.js (removed) 4.81 kB 🟢 -4.81 kB 🟢 -1.87 kB 🟢 -1.63 kB
assets/WidgetTextarea-Y-1Omxst.js (new) 4.81 kB 🔴 +4.81 kB 🔴 +1.87 kB 🔴 +1.63 kB
assets/saveMesh-ClL9cHAb.js (removed) 4.76 kB 🟢 -4.76 kB 🟢 -1.52 kB 🟢 -1.34 kB
assets/saveMesh-DJyt5nH_.js (new) 4.76 kB 🔴 +4.76 kB 🔴 +1.52 kB 🔴 +1.35 kB
assets/WorkspacePanelContent-CCgKHG2k.js (new) 4.72 kB 🔴 +4.72 kB 🔴 +1.6 kB 🔴 +1.4 kB
assets/WorkspacePanelContent-CEDOds5r.js (removed) 4.72 kB 🟢 -4.72 kB 🟢 -1.6 kB 🟢 -1.4 kB
assets/InviteMemberDialogContent-CYywM0SJ.js (removed) 4.68 kB 🟢 -4.68 kB 🟢 -1.58 kB 🟢 -1.38 kB
assets/InviteMemberDialogContent-DRDH2Reu.js (new) 4.68 kB 🔴 +4.68 kB 🔴 +1.58 kB 🔴 +1.38 kB
assets/ValueControlPopover-CpHPQNmF.js (new) 4.49 kB 🔴 +4.49 kB 🔴 +1.54 kB 🔴 +1.38 kB
assets/ValueControlPopover-HRTc3Mg3.js (removed) 4.49 kB 🟢 -4.49 kB 🟢 -1.55 kB 🟢 -1.38 kB
assets/ApiNodesSignInContent-bu-7s32V.js (new) 4.08 kB 🔴 +4.08 kB 🔴 +1.31 kB 🔴 +1.16 kB
assets/ApiNodesSignInContent-CdGnJjzD.js (removed) 4.08 kB 🟢 -4.08 kB 🟢 -1.31 kB 🟢 -1.17 kB
assets/DeleteWorkspaceDialogContent-CJNaIBYr.js (new) 3.84 kB 🔴 +3.84 kB 🔴 +1.44 kB 🔴 +1.23 kB
assets/DeleteWorkspaceDialogContent-uK2N93sb.js (removed) 3.84 kB 🟢 -3.84 kB 🟢 -1.44 kB 🟢 -1.23 kB
assets/LeaveWorkspaceDialogContent-Db24dhpT.js (removed) 3.67 kB 🟢 -3.67 kB 🟢 -1.38 kB 🟢 -1.19 kB
assets/LeaveWorkspaceDialogContent-pB5tySLF.js (new) 3.67 kB 🔴 +3.67 kB 🔴 +1.38 kB 🔴 +1.18 kB
assets/RemoveMemberDialogContent-BJG77FYo.js (removed) 3.65 kB 🟢 -3.65 kB 🟢 -1.33 kB 🟢 -1.15 kB
assets/RemoveMemberDialogContent-FUWMWOdW.js (new) 3.65 kB 🔴 +3.65 kB 🔴 +1.33 kB 🔴 +1.16 kB
assets/RevokeInviteDialogContent-969CnUOJ.js (removed) 3.56 kB 🟢 -3.56 kB 🟢 -1.35 kB 🟢 -1.17 kB
assets/RevokeInviteDialogContent-lEkWo-8Y.js (new) 3.56 kB 🔴 +3.56 kB 🔴 +1.35 kB 🔴 +1.17 kB
assets/InviteMemberUpsellDialogContent-B-ZWhPAH.js (new) 3.44 kB 🔴 +3.44 kB 🔴 +1.23 kB 🔴 +1.08 kB
assets/InviteMemberUpsellDialogContent-DDWjSbmC.js (removed) 3.44 kB 🟢 -3.44 kB 🟢 -1.23 kB 🟢 -1.08 kB
assets/workspaceCheckoutTelemetry-D8cVQcK7.js (removed) 3.4 kB 🟢 -3.4 kB 🟢 -1.52 kB 🟢 -1.33 kB
assets/workspaceCheckoutTelemetry-MvC52Nlr.js (new) 3.4 kB 🔴 +3.4 kB 🔴 +1.52 kB 🔴 +1.33 kB
assets/Media3DTop-Dy01ZoBH.js (removed) 3.21 kB 🟢 -3.21 kB 🟢 -1.26 kB 🟢 -1.1 kB
assets/Media3DTop-uYzLsCh4.js (new) 3.21 kB 🔴 +3.21 kB 🔴 +1.26 kB 🔴 +1.1 kB
assets/GlobalToast-B863oopJ.js (removed) 3 kB 🟢 -3 kB 🟢 -1.22 kB 🟢 -1.04 kB
assets/GlobalToast-BDv32hjJ.js (new) 3 kB 🔴 +3 kB 🔴 +1.22 kB 🔴 +1.04 kB
assets/load3dAdvanced-B5To_Yt-.js (removed) 2.82 kB 🟢 -2.82 kB 🟢 -1.09 kB 🟢 -956 B
assets/load3dAdvanced-D_e1tj4p.js (new) 2.82 kB 🔴 +2.82 kB 🔴 +1.1 kB 🔴 +956 B
assets/SubscribeToRun-C19F7YCh.js (removed) 2.39 kB 🟢 -2.39 kB 🟢 -1.03 kB 🟢 -898 B
assets/SubscribeToRun-C8pB4j-l.js (new) 2.39 kB 🔴 +2.39 kB 🔴 +1.03 kB 🔴 +905 B
assets/MediaAudioTop-CAU5nzBR.js (removed) 1.62 kB 🟢 -1.62 kB 🟢 -805 B 🟢 -664 B
assets/MediaAudioTop-CsTGcR3U.js (new) 1.62 kB 🔴 +1.62 kB 🔴 +806 B 🔴 +665 B
assets/signInSchema-B6HlSvTN.js (new) 1.55 kB 🔴 +1.55 kB 🔴 +554 B 🔴 +519 B
assets/signInSchema-BzesBaWh.js (removed) 1.55 kB 🟢 -1.55 kB 🟢 -553 B 🟢 -520 B
assets/CloudRunButtonWrapper-CxfpknWA.js (removed) 1.05 kB 🟢 -1.05 kB 🟢 -515 B 🟢 -453 B
assets/CloudRunButtonWrapper-I74CQOM_.js (new) 1.05 kB 🔴 +1.05 kB 🔴 +517 B 🔴 +452 B
assets/cloudSessionCookie-Bmrrf_MC.js (removed) 933 B 🟢 -933 B 🟢 -431 B 🟢 -377 B
assets/cloudSessionCookie-CrZh5Ozs.js (new) 933 B 🔴 +933 B 🔴 +431 B 🔴 +377 B
assets/cloudBadges-Cza-ehPG.js (new) 922 B 🔴 +922 B 🔴 +515 B 🔴 +439 B
assets/cloudBadges-Dro81rJ_.js (removed) 922 B 🟢 -922 B 🟢 -514 B 🟢 -439 B
assets/Load3DAdvanced-DJJX0ctu.js (new) 761 B 🔴 +761 B 🔴 +422 B 🔴 +361 B
assets/Load3DAdvanced-DPF6FMpc.js (removed) 761 B 🟢 -761 B 🟢 -423 B 🟢 -358 B
assets/nightlyBadges-Cc6-gO8N.js (new) 411 B 🔴 +411 B 🔴 +273 B 🔴 +279 B
assets/nightlyBadges-CnNw7R42.js (removed) 411 B 🟢 -411 B 🟢 -271 B 🟢 -268 B
assets/missingModelDownload-CBuQTBf5.js (removed) 371 B 🟢 -371 B 🟢 -203 B 🟢 -172 B
assets/missingModelDownload-CWg05PTq.js (new) 371 B 🔴 +371 B 🔴 +205 B 🔴 +175 B
assets/SubscriptionPanelContentWorkspace-C0Ipv_dl.js (new) 179 B 🔴 +179 B 🔴 +117 B 🔴 +101 B
assets/SubscriptionPanelContentWorkspace-Coh_D1rr.js (removed) 179 B 🟢 -179 B 🟢 -117 B 🟢 -98 B
assets/Load3dViewerContent-CtSLUnRq.js (removed) 137 B 🟢 -137 B 🟢 -103 B 🟢 -92 B
assets/Load3dViewerContent-D5wAT9b3.js (new) 137 B 🔴 +137 B 🔴 +103 B 🔴 +92 B
assets/Load3DAdvanced-dZRsprto.js (new) 122 B 🔴 +122 B 🔴 +97 B 🔴 +87 B
assets/Load3DAdvanced-SmCshoXC.js (removed) 122 B 🟢 -122 B 🟢 -97 B 🟢 -88 B
assets/WidgetLegacy-Bkm_lbg9.js (new) 117 B 🔴 +117 B 🔴 +106 B 🔴 +104 B
assets/WidgetLegacy-CIT3lzfA.js (removed) 117 B 🟢 -117 B 🟢 -106 B 🟢 -102 B
assets/workflowDraftStoreV2-9zf3IhFX.js (removed) 112 B 🟢 -112 B 🟢 -101 B 🟢 -116 B
assets/workflowDraftStoreV2-Bmof6OcM.js (new) 112 B 🔴 +112 B 🔴 +101 B 🔴 +109 B
assets/Load3D--hVgtixn.js (removed) 98 B 🟢 -98 B 🟢 -89 B 🟢 -81 B
assets/Load3D-CxvRbH8l.js (new) 98 B 🔴 +98 B 🔴 +89 B 🔴 +86 B
assets/i18n-BsNikq1q.js (new) 97 B 🔴 +97 B 🔴 +92 B 🔴 +87 B
assets/i18n-C4FXrHGY.js (removed) 97 B 🟢 -97 B 🟢 -92 B 🟢 -85 B
assets/changeTracker-B_mPi7HT.js (new) 91 B 🔴 +91 B 🔴 +93 B 🔴 +86 B
assets/changeTracker-Ckjyygbv.js (removed) 91 B 🟢 -91 B 🟢 -93 B 🟢 -84 B

Status: 78 added / 78 removed / 202 unchanged

⚡ Performance Report

canvas-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 69.1 MB heap
canvas-mouse-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 49.4 MB heap
canvas-zoom-sweep: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 72.3 MB heap
dom-widget-clipping: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 53.3 MB heap
large-graph-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 63.3 MB heap
large-graph-pan: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 62.6 MB heap
large-graph-zoom: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 58.4 MB heap
minimap-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 64.1 MB heap
subgraph-dom-widget-clipping: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 53.6 MB heap
subgraph-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 44.9 MB heap
subgraph-mouse-sweep: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 52.8 MB heap
subgraph-transition-enter: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 142ms TBT · 69.8 MB heap
viewport-pan-sweep: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 68.0 MB heap
vue-large-graph-idle: · 57.1 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 159.4 MB heap
vue-large-graph-pan: · 56.3 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 117ms TBT · 148.3 MB heap
workflow-execution: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 57.7 MB heap

⚠️ 5 regressions detected

Show regressions
Metric Baseline PR (median) Δ Sig
canvas-idle: task duration 441ms 481ms +9% ⚠️ z=2.8
large-graph-idle: task duration 651ms 663ms +2% ⚠️ z=2.2
large-graph-pan: task duration 1257ms 1250ms -1% ⚠️ z=3.9
minimap-idle: task duration 640ms 663ms +4% ⚠️ z=2.9
subgraph-idle: task duration 477ms 489ms +2% ⚠️ z=3.8
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 7ms 8ms +10% z=-3.4
canvas-idle: layout count 0 0 +0%
canvas-idle: style recalc count 9 10 +6% z=-2.9
canvas-idle: task duration 441ms 481ms +9% ⚠️ z=2.8
canvas-idle: script duration 15ms 17ms +15% z=-3.6
canvas-idle: TBT 0ms 0ms +0%
canvas-idle: heap used 69.3 MB 69.1 MB -0%
canvas-idle: DOM nodes 18 19 +6% z=-2.8
canvas-idle: event listeners 4 4 +0% z=-1.6
canvas-mouse-sweep: avg frame time 17ms 17ms +0% z=-0.4
canvas-mouse-sweep: p95 frame time 17ms 17ms -0%
canvas-mouse-sweep: layout duration 3ms 4ms +6% z=0.2
canvas-mouse-sweep: style recalc duration 36ms 39ms +7% z=-1.2
canvas-mouse-sweep: layout count 12 12 +0%
canvas-mouse-sweep: style recalc count 74 76 +3% z=-1.1
canvas-mouse-sweep: task duration 851ms 942ms +11% z=1.3
canvas-mouse-sweep: script duration 120ms 124ms +3% z=-1.8
canvas-mouse-sweep: TBT 0ms 0ms +0%
canvas-mouse-sweep: heap used 50.7 MB 49.4 MB -2%
canvas-mouse-sweep: DOM nodes -281 -281 -0% z=-132.5
canvas-mouse-sweep: event listeners -148 -148 +0% z=-37.5
canvas-zoom-sweep: avg frame time 17ms 17ms +0% z=0.5
canvas-zoom-sweep: p95 frame time 17ms 17ms -1%
canvas-zoom-sweep: layout duration 1ms 1ms -8% z=-1.6
canvas-zoom-sweep: style recalc duration 16ms 17ms +4% z=-1.4
canvas-zoom-sweep: layout count 6 6 +0%
canvas-zoom-sweep: style recalc count 32 32 -2% z=0.5
canvas-zoom-sweep: task duration 369ms 373ms +1% z=2.0
canvas-zoom-sweep: script duration 18ms 18ms -0% z=-3.1
canvas-zoom-sweep: TBT 0ms 0ms +0%
canvas-zoom-sweep: heap used 72.4 MB 72.3 MB -0%
canvas-zoom-sweep: DOM nodes 78 77 -1% z=-2.8
canvas-zoom-sweep: event listeners 19 19 +0% z=-0.9
dom-widget-clipping: avg frame time 17ms 17ms -0% z=-0.2
dom-widget-clipping: p95 frame time 17ms 17ms +0%
dom-widget-clipping: layout duration 0ms 0ms +0%
dom-widget-clipping: style recalc duration 8ms 8ms +3% z=-1.9
dom-widget-clipping: layout count 0 0 +0%
dom-widget-clipping: style recalc count 12 12 +0% z=-2.2
dom-widget-clipping: task duration 360ms 375ms +4% z=0.6
dom-widget-clipping: script duration 59ms 61ms +3% z=-2.0
dom-widget-clipping: TBT 0ms 0ms +0%
dom-widget-clipping: heap used 53.3 MB 53.3 MB +0%
dom-widget-clipping: DOM nodes 20 20 +0% z=-1.5
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 -1%
large-graph-idle: layout duration 0ms 0ms +0%
large-graph-idle: style recalc duration 8ms 9ms +9% z=-2.9
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 651ms 663ms +2% ⚠️ z=2.2
large-graph-idle: script duration 100ms 99ms -1% z=-0.3
large-graph-idle: TBT 0ms 0ms +0%
large-graph-idle: heap used 63.9 MB 63.3 MB -1%
large-graph-idle: DOM nodes -281 -280 -1% z=-336.6
large-graph-idle: event listeners -144 -144 +0% z=-27.9
large-graph-pan: avg frame time 17ms 17ms +0% z=0.3
large-graph-pan: p95 frame time 17ms 17ms -0%
large-graph-pan: layout duration 0ms 0ms +0%
large-graph-pan: style recalc duration 15ms 13ms -9% z=-5.2
large-graph-pan: layout count 0 0 +0%
large-graph-pan: style recalc count 69 69 -1% z=-1.7
large-graph-pan: task duration 1257ms 1250ms -1% ⚠️ z=3.9
large-graph-pan: script duration 428ms 426ms -0% z=0.9
large-graph-pan: TBT 0ms 0ms +0%
large-graph-pan: heap used 62.9 MB 62.6 MB -1%
large-graph-pan: DOM nodes -282 -284 +1% z=-183.3
large-graph-pan: event listeners -144 -143 -1% z=-178.6
large-graph-zoom: avg frame time 17ms 17ms +0%
large-graph-zoom: p95 frame time 17ms 17ms -0%
large-graph-zoom: layout duration 7ms 7ms -0%
large-graph-zoom: style recalc duration 14ms 15ms +12%
large-graph-zoom: layout count 60 60 +0%
large-graph-zoom: style recalc count 65 65 +0%
large-graph-zoom: task duration 1458ms 1483ms +2%
large-graph-zoom: script duration 518ms 513ms -1%
large-graph-zoom: TBT 0ms 0ms +0%
large-graph-zoom: heap used 57.6 MB 58.4 MB +1%
large-graph-zoom: DOM nodes -287 -286 -0%
large-graph-zoom: event listeners -148 -148 +0%
minimap-idle: avg frame time 17ms 17ms +0% z=0.1
minimap-idle: p95 frame time 17ms 17ms -1%
minimap-idle: layout duration 0ms 0ms +0%
minimap-idle: style recalc duration 6ms 6ms +5% z=-3.9
minimap-idle: layout count 0 0 +0%
minimap-idle: style recalc count 7 8 +7% z=-3.0
minimap-idle: task duration 640ms 663ms +4% ⚠️ z=2.9
minimap-idle: script duration 99ms 104ms +6% z=0.6
minimap-idle: TBT 0ms 0ms +0%
minimap-idle: heap used 65.0 MB 64.1 MB -1%
minimap-idle: DOM nodes -282 -282 +0% z=-220.2
minimap-idle: event listeners -144 -144 +0% z=-225.0
subgraph-dom-widget-clipping: avg frame time 17ms 17ms +0% z=0.1
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 10ms 10ms +4% z=-2.6
subgraph-dom-widget-clipping: layout count 0 0 +0%
subgraph-dom-widget-clipping: style recalc count 46 47 +2% z=-1.6
subgraph-dom-widget-clipping: task duration 397ms 395ms -0% z=0.9
subgraph-dom-widget-clipping: script duration 118ms 117ms -1% z=-1.8
subgraph-dom-widget-clipping: TBT 0ms 0ms +0%
subgraph-dom-widget-clipping: heap used 53.7 MB 53.6 MB -0%
subgraph-dom-widget-clipping: DOM nodes 18 20 +11% z=-1.9
subgraph-dom-widget-clipping: event listeners 6 6 +0% z=-1.7
subgraph-idle: avg frame time 17ms 17ms -0% z=-0.2
subgraph-idle: p95 frame time 17ms 17ms -0%
subgraph-idle: layout duration 0ms 0ms +0%
subgraph-idle: style recalc duration 8ms 9ms +13% z=-1.8
subgraph-idle: layout count 0 0 +0%
subgraph-idle: style recalc count 10 11 +5% z=-0.6
subgraph-idle: task duration 477ms 489ms +2% ⚠️ z=3.8
subgraph-idle: script duration 13ms 14ms +10% z=-2.4
subgraph-idle: TBT 0ms 0ms +0%
subgraph-idle: heap used 45.4 MB 44.9 MB -1%
subgraph-idle: DOM nodes -278 -279 +0% z=-200.9
subgraph-idle: event listeners -148 -148 +0% variance too high
subgraph-mouse-sweep: avg frame time 17ms 17ms +0% z=0.4
subgraph-mouse-sweep: p95 frame time 17ms 17ms +1%
subgraph-mouse-sweep: layout duration 4ms 4ms -2% z=-2.3
subgraph-mouse-sweep: style recalc duration 35ms 34ms -3% z=-2.6
subgraph-mouse-sweep: layout count 16 16 +0%
subgraph-mouse-sweep: style recalc count 76 76 -1% z=-2.4
subgraph-mouse-sweep: task duration 778ms 762ms -2% z=-0.1
subgraph-mouse-sweep: script duration 87ms 89ms +2% z=-1.9
subgraph-mouse-sweep: TBT 0ms 0ms +0%
subgraph-mouse-sweep: heap used 44.7 MB 52.8 MB +18%
subgraph-mouse-sweep: DOM nodes -278 -108 -61% z=-78.3
subgraph-mouse-sweep: event listeners -148 -72 -51% 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 12ms 12ms +3%
subgraph-transition-enter: style recalc duration 29ms 31ms +5%
subgraph-transition-enter: layout count 15 15 +0%
subgraph-transition-enter: style recalc count 19 19 +0%
subgraph-transition-enter: task duration 881ms 930ms +6%
subgraph-transition-enter: script duration 30ms 34ms +11%
subgraph-transition-enter: TBT 126ms 142ms +13%
subgraph-transition-enter: heap used 94.9 MB 69.8 MB -26%
subgraph-transition-enter: DOM nodes 13673 13673 +0%
subgraph-transition-enter: event listeners 2371 2371 +0%
viewport-pan-sweep: avg frame time 17ms 17ms -0%
viewport-pan-sweep: p95 frame time 17ms 17ms +1%
viewport-pan-sweep: layout duration 0ms 0ms +0%
viewport-pan-sweep: style recalc duration 36ms 35ms -2%
viewport-pan-sweep: layout count 0 0 +0%
viewport-pan-sweep: style recalc count 250 250 +0%
viewport-pan-sweep: task duration 4292ms 4402ms +3%
viewport-pan-sweep: script duration 1358ms 1362ms +0%
viewport-pan-sweep: TBT 0ms 0ms +0%
viewport-pan-sweep: heap used 66.6 MB 68.0 MB +2%
viewport-pan-sweep: DOM nodes -282 -280 -1%
viewport-pan-sweep: event listeners -128 -128 +0%
vue-large-graph-idle: avg frame time 17ms 18ms +2%
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 16146ms 16779ms +4%
vue-large-graph-idle: script duration 521ms 560ms +8%
vue-large-graph-idle: TBT 0ms 0ms +0%
vue-large-graph-idle: heap used 159.1 MB 159.4 MB +0%
vue-large-graph-idle: DOM nodes -8312 -8312 +0%
vue-large-graph-idle: event listeners -16387 -16385 -0%
vue-large-graph-pan: avg frame time 18ms 18ms -0%
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 15ms 15ms +5%
vue-large-graph-pan: layout count 0 0 +0%
vue-large-graph-pan: style recalc count 135 139 +3%
vue-large-graph-pan: task duration 19780ms 20284ms +3%
vue-large-graph-pan: script duration 845ms 875ms +4%
vue-large-graph-pan: TBT 106ms 117ms +10%
vue-large-graph-pan: heap used 157.0 MB 148.3 MB -6%
vue-large-graph-pan: DOM nodes -8312 -8312 +0%
vue-large-graph-pan: event listeners -16385 -16382 -0%
workflow-execution: avg frame time 17ms 17ms -0% z=-0.4
workflow-execution: p95 frame time 17ms 17ms +0%
workflow-execution: layout duration 1ms 1ms -14% z=-7.0
workflow-execution: style recalc duration 17ms 16ms -8% z=-3.9
workflow-execution: layout count 3 3 -17% z=-4.5
workflow-execution: style recalc count 13 11 -19% z=-3.6
workflow-execution: task duration 108ms 93ms -14% z=-2.8
workflow-execution: script duration 9ms 8ms -10% z=-7.1
workflow-execution: TBT 0ms 0ms +0%
workflow-execution: heap used 48.6 MB 57.7 MB +19%
workflow-execution: DOM nodes 119 120 +0% z=-5.8
workflow-execution: event listeners 65 50 -23% z=-0.4
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-08-01T00:45:46.811Z",
  "gitSha": "28ed1adb16666a83fbc3569c4eae7ccc251f0bd9",
  "branch": "jaewon/des-621-inactive-team-subscription-state",
  "measurements": [
    {
      "name": "canvas-idle",
      "durationMs": 2057.9709999999804,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 7.783000000000002,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 517.544,
      "heapDeltaBytes": 4947368,
      "heapUsedBytes": 72727928,
      "domNodes": 18,
      "jsHeapTotalBytes": 20836352,
      "scriptDurationMs": 18.557,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-idle",
      "durationMs": 2021.4940000000183,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 7.865000000000002,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 443.77700000000004,
      "heapDeltaBytes": 4506264,
      "heapUsedBytes": 72200964,
      "domNodes": 20,
      "jsHeapTotalBytes": 20574208,
      "scriptDurationMs": 15.986,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1967.7939999999978,
      "styleRecalcs": 77,
      "styleRecalcDurationMs": 40.779,
      "layouts": 12,
      "layoutDurationMs": 3.5780000000000003,
      "taskDurationMs": 1022.3950000000002,
      "heapDeltaBytes": -17417020,
      "heapUsedBytes": 50390020,
      "domNodes": -282,
      "jsHeapTotalBytes": 22011904,
      "scriptDurationMs": 129.596,
      "eventListeners": -148,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1824.3060000000355,
      "styleRecalcs": 75,
      "styleRecalcDurationMs": 36.6,
      "layouts": 12,
      "layoutDurationMs": 3.7209999999999996,
      "taskDurationMs": 861.4430000000001,
      "heapDeltaBytes": -14684868,
      "heapUsedBytes": 53213044,
      "domNodes": -279,
      "jsHeapTotalBytes": 22536192,
      "scriptDurationMs": 118.83399999999999,
      "eventListeners": -148,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1737.1459999999956,
      "styleRecalcs": 32,
      "styleRecalcDurationMs": 17.868999999999996,
      "layouts": 6,
      "layoutDurationMs": 0.6280000000000001,
      "taskDurationMs": 377.313,
      "heapDeltaBytes": 7906820,
      "heapUsedBytes": 75847896,
      "domNodes": 77,
      "jsHeapTotalBytes": 20049920,
      "scriptDurationMs": 18.41,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1722.09799999996,
      "styleRecalcs": 31,
      "styleRecalcDurationMs": 16.144000000000002,
      "layouts": 6,
      "layoutDurationMs": 0.5169999999999999,
      "taskDurationMs": 368.77099999999996,
      "heapDeltaBytes": 7897320,
      "heapUsedBytes": 75858936,
      "domNodes": 77,
      "jsHeapTotalBytes": 20312064,
      "scriptDurationMs": 17.410999999999998,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 565.3029999999717,
      "styleRecalcs": 12,
      "styleRecalcDurationMs": 8.224,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 369.56600000000003,
      "heapDeltaBytes": -11859232,
      "heapUsedBytes": 55820676,
      "domNodes": 20,
      "jsHeapTotalBytes": 21884928,
      "scriptDurationMs": 63.45099999999999,
      "eventListeners": 2,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 613.5160000000042,
      "styleRecalcs": 12,
      "styleRecalcDurationMs": 8.486999999999998,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 380.707,
      "heapDeltaBytes": -11988048,
      "heapUsedBytes": 55912500,
      "domNodes": 20,
      "jsHeapTotalBytes": 21622784,
      "scriptDurationMs": 58.98,
      "eventListeners": 2,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2027.7810000000045,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 9.749,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 668.444,
      "heapDeltaBytes": 8013848,
      "heapUsedBytes": 66687968,
      "domNodes": -279,
      "jsHeapTotalBytes": 4517888,
      "scriptDurationMs": 101.43199999999999,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2007.9550000000381,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 8.603,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 657.1560000000001,
      "heapDeltaBytes": 7225808,
      "heapUsedBytes": 66021708,
      "domNodes": -280,
      "jsHeapTotalBytes": 3469312,
      "scriptDurationMs": 96.89299999999999,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2145.6249999999955,
      "styleRecalcs": 69,
      "styleRecalcDurationMs": 13.538000000000002,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 1233.1760000000002,
      "heapDeltaBytes": 5818100,
      "heapUsedBytes": 65577612,
      "domNodes": -282,
      "jsHeapTotalBytes": 5267456,
      "scriptDurationMs": 417.40299999999996,
      "eventListeners": -142,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2183.1640000000334,
      "styleRecalcs": 68,
      "styleRecalcDurationMs": 12.750999999999998,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 1267.126,
      "heapDeltaBytes": 5252448,
      "heapUsedBytes": 65654048,
      "domNodes": -285,
      "jsHeapTotalBytes": 5529600,
      "scriptDurationMs": 433.62100000000004,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3231.7069999999717,
      "styleRecalcs": 65,
      "styleRecalcDurationMs": 16.393,
      "layouts": 60,
      "layoutDurationMs": 6.843,
      "taskDurationMs": 1496.346,
      "heapDeltaBytes": 1061744,
      "heapUsedBytes": 62563612,
      "domNodes": -285,
      "jsHeapTotalBytes": 6615040,
      "scriptDurationMs": 514.888,
      "eventListeners": -148,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3178.9609999999584,
      "styleRecalcs": 65,
      "styleRecalcDurationMs": 13.940000000000001,
      "layouts": 60,
      "layoutDurationMs": 7.014,
      "taskDurationMs": 1469.392,
      "heapDeltaBytes": -1509132,
      "heapUsedBytes": 59892440,
      "domNodes": -287,
      "jsHeapTotalBytes": 7925760,
      "scriptDurationMs": 511.6240000000001,
      "eventListeners": -148,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "minimap-idle",
      "durationMs": 2055.605000000014,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 6.737999999999998,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 665.654,
      "heapDeltaBytes": 8164464,
      "heapUsedBytes": 68575048,
      "domNodes": -282,
      "jsHeapTotalBytes": 3993600,
      "scriptDurationMs": 104.74499999999999,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "minimap-idle",
      "durationMs": 2038.300999999933,
      "styleRecalcs": 7,
      "styleRecalcDurationMs": 6.030999999999998,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 660.2389999999999,
      "heapDeltaBytes": 4948196,
      "heapUsedBytes": 65944600,
      "domNodes": -282,
      "jsHeapTotalBytes": 4255744,
      "scriptDurationMs": 104.06099999999999,
      "eventListeners": -144,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 601.3149999999996,
      "styleRecalcs": 47,
      "styleRecalcDurationMs": 10.11,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 392.78,
      "heapDeltaBytes": -11461956,
      "heapUsedBytes": 56609392,
      "domNodes": 20,
      "jsHeapTotalBytes": 21360640,
      "scriptDurationMs": 115.24900000000001,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 589.0889999999445,
      "styleRecalcs": 47,
      "styleRecalcDurationMs": 10.372000000000002,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 396.475,
      "heapDeltaBytes": -12085104,
      "heapUsedBytes": 55753260,
      "domNodes": 20,
      "jsHeapTotalBytes": 22147072,
      "scriptDurationMs": 118.379,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2012.7019999999902,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 8.386999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 484.14,
      "heapDeltaBytes": -20614388,
      "heapUsedBytes": 47243764,
      "domNodes": -278,
      "jsHeapTotalBytes": 20963328,
      "scriptDurationMs": 13.610000000000001,
      "eventListeners": -148,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2037.7359999999953,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 9.547,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 494.21700000000004,
      "heapDeltaBytes": -20869616,
      "heapUsedBytes": 47011160,
      "domNodes": -279,
      "jsHeapTotalBytes": 20439040,
      "scriptDurationMs": 13.873000000000001,
      "eventListeners": -148,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1699.324000000047,
      "styleRecalcs": 76,
      "styleRecalcDurationMs": 33.717,
      "layouts": 16,
      "layoutDurationMs": 4.041,
      "taskDurationMs": 785.9419999999999,
      "heapDeltaBytes": -20132128,
      "heapUsedBytes": 47628124,
      "domNodes": -279,
      "jsHeapTotalBytes": 22274048,
      "scriptDurationMs": 87.51,
      "eventListeners": -148,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1696.8779999999697,
      "styleRecalcs": 75,
      "styleRecalcDurationMs": 33.836,
      "layouts": 16,
      "layoutDurationMs": 3.871,
      "taskDurationMs": 738.8900000000001,
      "heapDeltaBytes": -4614004,
      "heapUsedBytes": 63107332,
      "domNodes": 63,
      "jsHeapTotalBytes": 20836352,
      "scriptDurationMs": 89.895,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "subgraph-transition-enter",
      "durationMs": 1400.6390000000124,
      "styleRecalcs": 19,
      "styleRecalcDurationMs": 30.887999999999998,
      "layouts": 15,
      "layoutDurationMs": 12.408000000000003,
      "taskDurationMs": 930.2100000000002,
      "heapDeltaBytes": 1967380,
      "heapUsedBytes": 73218728,
      "domNodes": 13673,
      "jsHeapTotalBytes": 15204352,
      "scriptDurationMs": 33.61,
      "eventListeners": 2371,
      "totalBlockingTimeMs": 142,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8328.362000000026,
      "styleRecalcs": 250,
      "styleRecalcDurationMs": 34.858,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 4421.378,
      "heapDeltaBytes": 11728084,
      "heapUsedBytes": 70455364,
      "domNodes": -280,
      "jsHeapTotalBytes": 6807552,
      "scriptDurationMs": 1374.184,
      "eventListeners": -128,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8210.102000000006,
      "styleRecalcs": 250,
      "styleRecalcDurationMs": 35.209,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 4381.859,
      "heapDeltaBytes": 13229288,
      "heapUsedBytes": 72055512,
      "domNodes": -280,
      "jsHeapTotalBytes": 7331840,
      "scriptDurationMs": 1348.866,
      "eventListeners": -128,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.80000000000109
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 16810.160999999993,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 16788.478,
      "heapDeltaBytes": -41460240,
      "heapUsedBytes": 166909580,
      "domNodes": -8312,
      "jsHeapTotalBytes": -13049856,
      "scriptDurationMs": 557.513,
      "eventListeners": -16385,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.780000000000047,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 16798.458000000097,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 16770.071,
      "heapDeltaBytes": -44053172,
      "heapUsedBytes": 167444592,
      "domNodes": -8312,
      "jsHeapTotalBytes": -13574144,
      "scriptDurationMs": 562.422,
      "eventListeners": -16385,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.220000000000073,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 20231.295999999988,
      "styleRecalcs": 136,
      "styleRecalcDurationMs": 14.873999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 20172.495,
      "heapDeltaBytes": -46426412,
      "heapUsedBytes": 154566640,
      "domNodes": -8312,
      "jsHeapTotalBytes": -15929344,
      "scriptDurationMs": 853.225,
      "eventListeners": -16381,
      "totalBlockingTimeMs": 99,
      "frameDurationMs": 17.77333333333336,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 20445.35500000006,
      "styleRecalcs": 141,
      "styleRecalcDurationMs": 16.113000000000017,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 20396.034,
      "heapDeltaBytes": -50614460,
      "heapUsedBytes": 156497180,
      "domNodes": -8312,
      "jsHeapTotalBytes": -15667200,
      "scriptDurationMs": 896.762,
      "eventListeners": -16383,
      "totalBlockingTimeMs": 134,
      "frameDurationMs": 17.776666666666642,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "workflow-execution",
      "durationMs": 453.44999999997526,
      "styleRecalcs": 13,
      "styleRecalcDurationMs": 17.288999999999998,
      "layouts": 2,
      "layoutDurationMs": 0.4140000000000001,
      "taskDurationMs": 107.91700000000002,
      "heapDeltaBytes": -16031072,
      "heapUsedBytes": 50917480,
      "domNodes": 130,
      "jsHeapTotalBytes": 7467008,
      "scriptDurationMs": 9.72,
      "eventListeners": 67,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "workflow-execution",
      "durationMs": 112.42599999991398,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 13.951,
      "layouts": 3,
      "layoutDurationMs": 0.651,
      "taskDurationMs": 77.689,
      "heapDeltaBytes": 3004344,
      "heapUsedBytes": 69997228,
      "domNodes": 109,
      "jsHeapTotalBytes": 3145728,
      "scriptDurationMs": 6.513,
      "eventListeners": 33,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.663333333333338,
      "p95FrameDurationMs": 16.800000000000182
    }
  ]
}

@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   #14498      +/-   ##
==========================================
- Coverage   78.56%   78.52%   -0.04%     
==========================================
  Files        1767     1767              
  Lines      102642   102618      -24     
  Branches    32122    31825     -297     
==========================================
- Hits        80637    80584      -53     
- Misses      21587    21612      +25     
- Partials      418      422       +4     
Flag Coverage Δ
unit 70.26% <100.00%> (+0.02%) ⬆️

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

Files with missing lines Coverage Δ
...form/cloud/subscription/components/CreditsTile.vue 96.79% <100.00%> (+0.34%) ⬆️
...e/components/SubscriptionPanelContentWorkspace.vue 96.81% <100.00%> (+0.23%) ⬆️

... and 16 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.

@dante01yoon
dante01yoon force-pushed the jaewon/des-621-inactive-team-subscription-state branch from 0c83bb4 to 5c1f234 Compare July 31, 2026 20:53
@dante01yoon
dante01yoon requested review from a team, jtydhr88 and trsommer as code owners July 31, 2026 20:53
@dosubot dosubot Bot added size:XXL This PR changes 1000+ lines, ignoring generated files. and removed size:L This PR changes 100-499 lines, ignoring generated files. labels Jul 31, 2026
@dante01yoon
dante01yoon changed the base branch from comfydesigner/billing-invoices-button to main July 31, 2026 20:53
@dosubot dosubot Bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:XXL This PR changes 1000+ lines, ignoring generated files. labels Jul 31, 2026
@dante01yoon
dante01yoon requested a review from AustinMroz July 31, 2026 21:08
AustinMroz
AustinMroz previously approved these changes Jul 31, 2026
Comment thread src/platform/cloud/subscription/components/CreditsTile.vue Outdated
Comment thread src/platform/cloud/subscription/components/CreditsTile.vue Outdated
@AustinMroz AustinMroz removed their assignment Jul 31, 2026
@dante01yoon dante01yoon added needs-backport Fix/change that needs to be cherry-picked to the current feature freeze branch core/1.48 labels Jul 31, 2026
@dante01yoon

Copy link
Copy Markdown
Collaborator Author

@coderabbitai approve

@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown
Contributor
✅ Action performed

Comments resolved and changes approved.

@dante01yoon
dante01yoon enabled auto-merge July 31, 2026 23:18

@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 `@src/platform/workspace/components/SubscriptionPanelContentWorkspace.vue`:
- Around line 554-557: Remove the !showInactiveTeamSubscription.value guard from
showSubscriptionStateCard so cancelled or ended subscriptions continue rendering
the warning banner for inactive Team subscriptions. In
src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts
lines 626-675, add or update coverage asserting that the Team owner sees the
ended-subscription warning banner.
- Around line 109-117: Update the Billing & invoices Button rendering in
SubscriptionPanelContentWorkspace so it is shown only when
showInactiveTeamSubscription is true; keep it hidden for unsubscribed workspaces
where showTeamSubscribePrompt is true.
🪄 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: 272b3ca9-2019-4ee5-a45b-0b9907e62380

📥 Commits

Reviewing files that changed from the base of the PR and between 63ffe2a and 03882fb.

📒 Files selected for processing (5)
  • src/locales/en/main.json
  • src/platform/cloud/subscription/components/CreditsTile.test.ts
  • src/platform/cloud/subscription/components/CreditsTile.vue
  • src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts
  • src/platform/workspace/components/SubscriptionPanelContentWorkspace.vue

Comment thread src/platform/workspace/components/SubscriptionPanelContentWorkspace.vue Outdated
coderabbitai[bot]
coderabbitai Bot previously approved these changes Jul 31, 2026
@dante01yoon

Copy link
Copy Markdown
Collaborator Author

Reviewed the two latest CodeRabbit findings against the source specs and live Figma node 5482:58300:

  • Keep Billing & invoices in the generic owner no-subscription branch. FE-1452 explicitly changes portal visibility to role-based only and includes free / never-subscribed owners; Stripe customer creation is lazy on first portal request. Hiding it outside the inactive-Team substate would regress that requirement and conflict with feat(billing): merge Manage billing and Invoice history into Billing & invoices #14450.
  • Do not restore the ended-warning card for this state. The live inactive-Team Figma frame has the Inactive team subscription banner as the top-level state and does not contain a separate Your subscription has ended warning card.

No code changes are needed for these findings. The focused tests and PR screenshots reflect the intended state.

@dante01yoon
dante01yoon requested a review from AustinMroz July 31, 2026 23:48
@dante01yoon dante01yoon assigned huang47 and AustinMroz and unassigned huang47 Jul 31, 2026

@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.

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
src/platform/cloud/subscription/components/CreditsTile.vue (1)

159-188: 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Derive inactive-plan credit values from inactivePlan.

displayTotal and displayPrepaid only use zeroState, while src/platform/workspace/components/SubscriptionPanelContentWorkspace.vue passes :inactive-plan="showInactiveTeamSubscription" and also sets :zero-state="showZeroState" only for other zero-state branches. If an inactive Team view does not provide a zero balance, CreditsTile can render computed credit values behind the inactive “reactivate” message instead of 0. Make display values also read inactivePlan, or update this caller contract if inactive plans should show loaded credit counts.

🤖 Prompt for 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.

In `@src/platform/cloud/subscription/components/CreditsTile.vue` around lines 159
- 188, Update the display-value computations used by CreditsTile, including
displayTotal and displayPrepaid, to return zero whenever inactivePlan is true
rather than relying only on zeroState. Preserve the existing loaded-credit
behavior for active plans and ensure the inactive-plan reactivation view always
displays 0 credits.
🤖 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.

Outside diff comments:
In `@src/platform/cloud/subscription/components/CreditsTile.vue`:
- Around line 159-188: Update the display-value computations used by
CreditsTile, including displayTotal and displayPrepaid, to return zero whenever
inactivePlan is true rather than relying only on zeroState. Preserve the
existing loaded-credit behavior for active plans and ensure the inactive-plan
reactivation view always displays 0 credits.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: dd8792c1-14bf-475d-a6e3-6d0b54d8f619

📥 Commits

Reviewing files that changed from the base of the PR and between 815f1e4 and 5477d52.

📒 Files selected for processing (1)
  • src/platform/cloud/subscription/components/CreditsTile.vue

coderabbitai[bot]
coderabbitai Bot previously approved these changes Aug 1, 2026

@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: 1

🤖 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 `@src/platform/cloud/subscription/components/CreditsTile.vue`:
- Around line 338-343: Update the displayTotal and displayPrepaid computed
values to format inactive-plan zero totals through formatCreditCount using
locale.value, rather than returning the literal '0'. Preserve the existing
zeroState behavior and normal credit-value paths.
🪄 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: bfca9bd2-dd05-4f58-ae3a-501a811fbb97

📥 Commits

Reviewing files that changed from the base of the PR and between 5477d52 and a603115.

📒 Files selected for processing (2)
  • src/platform/cloud/subscription/components/CreditsTile.test.ts
  • src/platform/cloud/subscription/components/CreditsTile.vue

Comment thread src/platform/cloud/subscription/components/CreditsTile.vue
@dante01yoon
dante01yoon added this pull request to the merge queue Aug 1, 2026
Merged via the queue into main with commit a7b00d8 Aug 1, 2026
62 checks passed
@dante01yoon
dante01yoon deleted the jaewon/des-621-inactive-team-subscription-state branch August 1, 2026 01:11
@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 a7b00d8

The auto-backport could not be completed automatically. Please backport
manually onto branch backport-14498-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
🤖 Prompt for AI Agents
Backport PR #14498 (https://github.com/Comfy-Org/ComfyUI_frontend/pull/14498) to core/1.48.
Cherry-pick merge commit a7b00d82b44caa00010c33ad68dc88e9b04fbb51 onto new branch
backport-14498-to-core-1.48 from origin/core/1.48.
Resolve conflicts in: src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts .
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 @dante01yoon

@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 a7b00d8

The auto-backport could not be completed automatically. Please backport
manually onto branch backport-14498-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
🤖 Prompt for AI Agents
Backport PR #14498 (https://github.com/Comfy-Org/ComfyUI_frontend/pull/14498) to cloud/1.48.
Cherry-pick merge commit a7b00d82b44caa00010c33ad68dc88e9b04fbb51 onto new branch
backport-14498-to-cloud-1.48 from origin/cloud/1.48.
Resolve conflicts in: src/platform/workspace/components/SubscriptionPanelContentWorkspace.test.ts .
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 @dante01yoon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-backport Fix/change that needs to be cherry-picked to the current feature freeze branch size:L This PR changes 100-499 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants