Skip to content

Support space bar pan while dragging vue nodes - #12943

Merged
AustinMroz merged 16 commits into
mainfrom
austin/node-space-drag
Aug 13, 2026
Merged

Support space bar pan while dragging vue nodes#12943
AustinMroz merged 16 commits into
mainfrom
austin/node-space-drag

Conversation

@AustinMroz

@AustinMroz AustinMroz commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

Pressing spacebar while dragging vue nodes will now initiate a pan operation.

Followup to #8998

@coderabbitai

coderabbitai Bot commented Jun 18, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

Space key events now reach LiteGraph during Vue-node dragging. Space-held dragging pans the canvas without moving the node, pauses active auto-pan, preserves form-control input, and handles pointer release correctly.

Changes

Spacebar canvas panning

Layer / File(s) Summary
Forward Space key events
src/components/graph/GraphCanvas.vue, src/renderer/core/canvas/useCanvasInteractions.ts
TransformPane forwards eligible Space keydown events. Canvas interaction forwarding uses explicit PointerEvent and MouseEvent dispatch.
Pan canvas during node drag
src/lib/litegraph/src/LGraphCanvas.ts, src/renderer/extensions/vueNodes/layout/useNodeDrag.ts, src/renderer/extensions/vueNodes/composables/useNodePointerInteractions.ts
Space-key handling stops active auto-pan. Read-only dragging updates the canvas offset without moving the node. Pointer release ends the active node drag, and Space release can restart auto-pan during an active drag.
Validate panning state transitions
browser_tests/tests/vueNodes/interactions/canvas/pan.spec.ts, src/lib/litegraph/src/LGraphCanvas.linkDragAutoPan.test.ts, browser_tests/fixtures/ComfyMouse.ts, browser_tests/fixtures/helpers/KeyboardHelper.ts
Tests cover canvas panning, focused text input, native-select behavior, pointer release during Space-pan, and auto-pan pause and restart during link dragging. Test fixtures provide disposable mouse and keyboard holds.

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

Mergeability Score: 🔵 Low · up to 3605f

Space-held dragging now pans the canvas, but focused controls may not retain their native Space behavior during that interaction, and a few drag-state regressions are not directly asserted. The change is mergeable with explicit owner follow-up on focused-control behavior and the targeted interaction tests.

Suggested reviewers: christian-byrne

Sequence Diagram(s)

sequenceDiagram
  participant User
  participant TransformPane
  participant LGraphCanvas
  participant useNodeDrag
  participant useNodePointerInteractions
  User->>TransformPane: Hold Space and drag node
  TransformPane->>LGraphCanvas: Forward eligible Space keydown
  LGraphCanvas->>LGraphCanvas: Stop active auto-pan
  useNodeDrag->>useNodeDrag: Update canvas offset and pointer state
  User->>useNodePointerInteractions: Release pointer
  useNodePointerInteractions->>useNodeDrag: End node drag
  LGraphCanvas->>LGraphCanvas: Restart auto-pan on Space keyup when dragging
Loading
🚥 Pre-merge checks | ✅ 5 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Description check ⚠️ Warning The description states the main change but omits the required Changes and Review Focus sections and does not address breaking changes or dependencies. Add the required template sections and specify breaking changes, dependencies, review focus, and screenshots or recordings when applicable.
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly describes the primary change: enabling Space bar canvas panning while dragging Vue nodes.
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 PR changes frontend files under src/ and also changes multiple files under browser_tests/, so the missing-regression-test condition is false.
Adr Compliance For Entity/Litegraph Changes ✅ Passed The changed LiteGraph code updates existing Space-key auto-pan handling; the available diff summary shows no entity mutations, new LGraphCanvas API, ECS component methods, or extension callback cha...
✨ 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 austin/node-space-drag

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.

@codecov

codecov Bot commented Jun 18, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 20.00000% with 24 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
src/components/graph/GraphCanvas.vue 0.00% 11 Missing ⚠️
...renderer/extensions/vueNodes/layout/useNodeDrag.ts 8.33% 11 Missing ⚠️
...vueNodes/composables/useNodePointerInteractions.ts 0.00% 2 Missing ⚠️
@@            Coverage Diff             @@
##             main   #12943      +/-   ##
==========================================
- Coverage   81.67%   78.68%   -2.99%     
==========================================
  Files        1882     1880       -2     
  Lines      116978   114467    -2511     
  Branches    37411    36925     -486     
==========================================
- Hits        95541    90074    -5467     
- Misses      20969    23879    +2910     
- Partials      468      514      +46     
Flag Coverage Δ
unit 72.53% <17.24%> (-0.02%) ⬇️

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

Files with missing lines Coverage Δ
src/lib/litegraph/src/LGraphCanvas.ts 63.50% <100.00%> (-6.91%) ⬇️
src/renderer/core/canvas/useCanvasInteractions.ts 88.13% <100.00%> (+0.20%) ⬆️
...vueNodes/composables/useNodePointerInteractions.ts 88.54% <0.00%> (-5.01%) ⬇️
src/components/graph/GraphCanvas.vue 71.93% <0.00%> (-14.92%) ⬇️
...renderer/extensions/vueNodes/layout/useNodeDrag.ts 86.48% <8.33%> (-2.97%) ⬇️

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

@github-actions

github-actions Bot commented Jun 18, 2026

Copy link
Copy Markdown

📦 Bundle: 8.72 MB gzip 🔴 +190 B

Details

Summary

  • Raw size: 36.8 MB baseline 36.8 MB — 🔴 +1.23 kB
  • Gzip: 8.72 MB baseline 8.72 MB — 🔴 +190 B
  • Brotli: 6.08 MB baseline 6.08 MB — 🟢 -103 B
  • Bundles: 436 current • 436 baseline • 145 added / 145 removed

Category Glance
Graph Workspace 🔴 +978 B (1.37 MB) · Data & Services 🔴 +251 B (3.51 MB) · Vendor & Third-Party ⚪ 0 B (16.3 MB) · Other ⚪ 0 B (14.2 MB) · Panels & Settings ⚪ 0 B (565 kB) · Utilities & Hooks ⚪ 0 B (550 kB) · + 5 more

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

Main entry bundles and manifests

File Before After Δ Raw Δ Gzip Δ Brotli
assets/index-CUwqRlpe.js (new) 3.67 kB 🔴 +3.67 kB 🔴 +1.83 kB 🔴 +1.59 kB
assets/index-DP7ZdmLt.js (removed) 3.67 kB 🟢 -3.67 kB 🟢 -1.84 kB 🟢 -1.59 kB

Status: 1 added / 1 removed

Graph Workspace — 1.37 MB (baseline 1.36 MB) • 🔴 +978 B

Graph editor runtime, canvas, workflow orchestration

File Before After Δ Raw Δ Gzip Δ Brotli
assets/GraphView-CHw_6GCh.js (new) 1.36 MB 🔴 +1.36 MB 🔴 +295 kB 🔴 +222 kB
assets/GraphView-Du7Yh3od.js (removed) 1.36 MB 🟢 -1.36 MB 🟢 -295 kB 🟢 -222 kB
assets/WidgetCompositor-BO6RADzm.js (removed) 8.17 kB 🟢 -8.17 kB 🟢 -2.76 kB 🟢 -2.45 kB
assets/WidgetCompositor-G1JndHvE.js (new) 8.17 kB 🔴 +8.17 kB 🔴 +2.76 kB 🔴 +2.45 kB

Status: 2 added / 2 removed / 1 unchanged

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

Top-level views, pages, and routed surfaces

File Before After Δ Raw Δ Gzip Δ Brotli
assets/CloudSurveyView-B0Wq-RTf.js (removed) 25 kB 🟢 -25 kB 🟢 -6.24 kB 🟢 -5.52 kB
assets/CloudSurveyView-wwaYW_qp.js (new) 25 kB 🔴 +25 kB 🔴 +6.24 kB 🔴 +5.52 kB
assets/CloudLayoutView-7czPmX3_.js (new) 21.8 kB 🔴 +21.8 kB 🔴 +6.57 kB 🔴 +5.74 kB
assets/CloudLayoutView-BuKvjbnb.js (removed) 21.8 kB 🟢 -21.8 kB 🟢 -6.57 kB 🟢 -5.74 kB
assets/UserCheckView-B35ZC0rh.js (new) 8.75 kB 🔴 +8.75 kB 🔴 +2.19 kB 🔴 +1.9 kB
assets/UserCheckView-qhMV8_hI.js (removed) 8.75 kB 🟢 -8.75 kB 🟢 -2.19 kB 🟢 -1.9 kB
assets/CloudLoginView-BMlA2KVA.js (new) 8.74 kB 🔴 +8.74 kB 🔴 +2.55 kB 🔴 +2.26 kB
assets/CloudLoginView-D39rBKwx.js (removed) 8.74 kB 🟢 -8.74 kB 🟢 -2.55 kB 🟢 -2.25 kB
assets/useCloudAuthPage-BcG_sZQe.js (new) 7.08 kB 🔴 +7.08 kB 🔴 +2.52 kB 🔴 +2.21 kB
assets/useCloudAuthPage-o2rklmgB.js (removed) 7.08 kB 🟢 -7.08 kB 🟢 -2.51 kB 🟢 -2.19 kB
assets/CloudSignupView-C6D-2Tz2.js (removed) 6.56 kB 🟢 -6.56 kB 🟢 -2.17 kB 🟢 -1.91 kB
assets/CloudSignupView-CmNdeYjK.js (new) 6.56 kB 🔴 +6.56 kB 🔴 +2.17 kB 🔴 +1.91 kB
assets/WidgetTextPreview-BTgId3r0.js (removed) 6.07 kB 🟢 -6.07 kB 🟢 -2.13 kB 🟢 -1.89 kB
assets/WidgetTextPreview-CFso_NZB.js (new) 6.07 kB 🔴 +6.07 kB 🔴 +2.13 kB 🔴 +1.89 kB
assets/CloudSubscriptionRedirectView-CBA4Zau3.js (new) 6.05 kB 🔴 +6.05 kB 🔴 +2.25 kB 🔴 +1.96 kB
assets/CloudSubscriptionRedirectView-DsDerQJj.js (removed) 6.05 kB 🟢 -6.05 kB 🟢 -2.25 kB 🟢 -1.97 kB
assets/UserSelectView-BsTtNNKT.js (new) 5.49 kB 🔴 +5.49 kB 🔴 +1.96 kB 🔴 +1.71 kB
assets/UserSelectView-DSlzZNFP.js (removed) 5.49 kB 🟢 -5.49 kB 🟢 -1.96 kB 🟢 -1.71 kB
assets/CloudForgotPasswordView-Bd6Pfi0G.js (removed) 4.97 kB 🟢 -4.97 kB 🟢 -1.72 kB 🟢 -1.49 kB
assets/CloudForgotPasswordView-Cm5S1TdR.js (new) 4.97 kB 🔴 +4.97 kB 🔴 +1.72 kB 🔴 +1.49 kB
assets/CloudAuthTimeoutView-C8fucCW0.js (removed) 4.43 kB 🟢 -4.43 kB 🟢 -1.54 kB 🟢 -1.35 kB
assets/CloudAuthTimeoutView-DaiLSxwS.js (new) 4.43 kB 🔴 +4.43 kB 🔴 +1.54 kB 🔴 +1.33 kB
assets/OAuthLayoutView-BOkcKLg1.js (removed) 1.31 kB 🟢 -1.31 kB 🟢 -704 B 🟢 -587 B
assets/OAuthLayoutView-D8uTecYu.js (new) 1.31 kB 🔴 +1.31 kB 🔴 +699 B 🔴 +586 B
assets/WidgetTextPreview-D_HEXGVX.js (removed) 131 B 🟢 -131 B 🟢 -100 B 🟢 -88 B
assets/WidgetTextPreview-H1kvUrn_.js (new) 131 B 🔴 +131 B 🔴 +100 B 🔴 +97 B

Status: 13 added / 13 removed / 4 unchanged

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

Configuration panels, inspectors, and settings screens

File Before After Δ Raw Δ Gzip Δ Brotli
assets/KeybindingPanel-BzdR2cWM.js (new) 49.4 kB 🔴 +49.4 kB 🔴 +9.94 kB 🔴 +8.82 kB
assets/KeybindingPanel-DbJAjLx1.js (removed) 49.4 kB 🟢 -49.4 kB 🟢 -9.94 kB 🟢 -8.82 kB
assets/SecretsPanel-Ba3wDB6L.js (removed) 33.7 kB 🟢 -33.7 kB 🟢 -7.87 kB 🟢 -6.9 kB
assets/SecretsPanel-tROrA_n9.js (new) 33.7 kB 🔴 +33.7 kB 🔴 +7.87 kB 🔴 +6.9 kB
assets/CreditsPanel-BDo0vi6n.js (new) 11.5 kB 🔴 +11.5 kB 🔴 +3.2 kB 🔴 +2.81 kB
assets/CreditsPanel-D7XVTi1K.js (removed) 11.5 kB 🟢 -11.5 kB 🟢 -3.2 kB 🟢 -2.81 kB
assets/AboutPanel-D2TYHcCt.js (removed) 11.2 kB 🟢 -11.2 kB 🟢 -3.03 kB 🟢 -2.71 kB
assets/AboutPanel-DI3nLcMA.js (new) 11.2 kB 🔴 +11.2 kB 🔴 +3.03 kB 🔴 +2.71 kB
assets/ExtensionPanel-BgH2wq_c.js (new) 9.19 kB 🔴 +9.19 kB 🔴 +2.51 kB 🔴 +2.22 kB
assets/ExtensionPanel-Boegd5C3.js (removed) 9.19 kB 🟢 -9.19 kB 🟢 -2.51 kB 🟢 -2.22 kB
assets/ServerConfigPanel-Cz76CAaw.js (removed) 6.09 kB 🟢 -6.09 kB 🟢 -1.94 kB 🟢 -1.72 kB
assets/ServerConfigPanel-zS4B12To.js (new) 6.09 kB 🔴 +6.09 kB 🔴 +1.94 kB 🔴 +1.72 kB
assets/UserPanel-0ShjYOUs.js (new) 5.73 kB 🔴 +5.73 kB 🔴 +1.78 kB 🔴 +1.54 kB
assets/UserPanel-Cr3O79jR.js (removed) 5.73 kB 🟢 -5.73 kB 🟢 -1.78 kB 🟢 -1.54 kB
assets/refreshRemoteConfig-8hyNLy3O.js (new) 3.44 kB 🔴 +3.44 kB 🔴 +1.33 kB 🔴 +1.17 kB
assets/refreshRemoteConfig-BShEE_0_.js (removed) 3.44 kB 🟢 -3.44 kB 🟢 -1.33 kB 🟢 -1.17 kB
assets/cloudRemoteConfig-BAOlT8ID.js (new) 951 B 🔴 +951 B 🔴 +515 B 🔴 +422 B
assets/cloudRemoteConfig-Bias60LG.js (removed) 951 B 🟢 -951 B 🟢 -517 B 🟢 -432 B
assets/refreshRemoteConfig-C90N6T38.js (new) 110 B 🔴 +110 B 🔴 +89 B 🔴 +91 B
assets/refreshRemoteConfig-DmChBsqd.js (removed) 110 B 🟢 -110 B 🟢 -89 B 🟢 -84 B

Status: 10 added / 10 removed / 16 unchanged

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

Authentication, profile, and account management bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/SignUpForm-BZM2_yU1.js (new) 12.8 kB 🔴 +12.8 kB 🔴 +4.32 kB 🔴 +3.76 kB
assets/SignUpForm-DbKfzbgi.js (removed) 12.8 kB 🟢 -12.8 kB 🟢 -4.32 kB 🟢 -3.76 kB
assets/auth-Bcg4grwc.js (removed) 3.71 kB 🟢 -3.71 kB 🟢 -1.28 kB 🟢 -1.1 kB
assets/auth-oCyd9XaB.js (new) 3.71 kB 🔴 +3.71 kB 🔴 +1.29 kB 🔴 +1.1 kB
assets/UpdatePasswordContent-DsceGJQ7.js (removed) 1.85 kB 🟢 -1.85 kB 🟢 -841 B 🟢 -731 B
assets/UpdatePasswordContent-DuMmc2Eo.js (new) 1.85 kB 🔴 +1.85 kB 🔴 +839 B 🔴 +729 B
assets/authStore-C0j_6rME.js (new) 128 B 🔴 +128 B 🔴 +107 B 🔴 +102 B
assets/authStore-hDBC5-3G.js (removed) 128 B 🟢 -128 B 🟢 -107 B 🟢 -102 B
assets/workspaceAuthStore-CYWC0QpF.js (removed) 108 B 🟢 -108 B 🟢 -99 B 🟢 -105 B
assets/workspaceAuthStore-UTVvrvIb.js (new) 108 B 🔴 +108 B 🔴 +99 B 🔴 +101 B
assets/auth-DgYiHGIc.js (removed) 105 B 🟢 -105 B 🟢 -96 B 🟢 -73 B
assets/auth-DzPAs1ng.js (new) 105 B 🔴 +105 B 🔴 +96 B 🔴 +80 B

Status: 6 added / 6 removed / 4 unchanged

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

Modals, dialogs, drawers, and in-app editors

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyHubPublishDialog-BNZyht75.js (removed) 90.1 kB 🟢 -90.1 kB 🟢 -19.3 kB 🟢 -16.5 kB
assets/ComfyHubPublishDialog-f4aqhX5s.js (new) 90.1 kB 🔴 +90.1 kB 🔴 +19.3 kB 🔴 +16.5 kB
assets/useShareDialog-BrnuDRVt.js (new) 23.9 kB 🔴 +23.9 kB 🔴 +5.69 kB 🔴 +5.04 kB
assets/useShareDialog-DU_GXGuu.js (removed) 23.9 kB 🟢 -23.9 kB 🟢 -5.7 kB 🟢 -5.04 kB
assets/feedbackDialog-BWaJBTY1.js (removed) 4.45 kB 🟢 -4.45 kB 🟢 -1.87 kB 🟢 -1.59 kB
assets/feedbackDialog-DU6AZa9o.js (new) 4.45 kB 🔴 +4.45 kB 🔴 +1.86 kB 🔴 +1.59 kB
assets/useRangeEditor-D3ZZW9n1.js (removed) 3.29 kB 🟢 -3.29 kB 🟢 -1.14 kB 🟢 -1.03 kB
assets/useRangeEditor-Dezgy5Rd.js (new) 3.29 kB 🔴 +3.29 kB 🔴 +1.14 kB 🔴 +1.03 kB
assets/useLayerEditor-DV8DLybr.js (new) 1.01 kB 🔴 +1.01 kB 🔴 +491 B 🔴 +411 B
assets/useLayerEditor-Y4NoTlhM.js (removed) 1.01 kB 🟢 -1.01 kB 🟢 -491 B 🟢 -409 B
assets/ComfyHubPublishDialog-CkW3V1i4.js (new) 143 B 🔴 +143 B 🔴 +105 B 🔴 +92 B
assets/ComfyHubPublishDialog-CQ99eHhR.js (removed) 143 B 🟢 -143 B 🟢 -105 B 🟢 -89 B
assets/useSubscriptionDialog-BB4rls-U.js (removed) 108 B 🟢 -108 B 🟢 -102 B 🟢 -87 B
assets/useSubscriptionDialog-BCYqHGuq.js (new) 108 B 🔴 +108 B 🔴 +102 B 🔴 +90 B

Status: 7 added / 7 removed / 1 unchanged

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

Reusable component library chunks

File Before After Δ Raw Δ Gzip Δ Brotli
assets/ComfyQueueButton-DF330qed.js (removed) 14.6 kB 🟢 -14.6 kB 🟢 -3.97 kB 🟢 -3.52 kB
assets/ComfyQueueButton-MqC5wAtO.js (new) 14.6 kB 🔴 +14.6 kB 🔴 +3.97 kB 🔴 +3.52 kB
assets/useTerminalTabs-D8GPYvc2.js (new) 11.8 kB 🔴 +11.8 kB 🔴 +3.69 kB 🔴 +3.26 kB
assets/useTerminalTabs-fKVOy202.js (removed) 11.8 kB 🟢 -11.8 kB 🟢 -3.69 kB 🟢 -3.27 kB
assets/InviteMembersForm-BG5XZswA.js (removed) 8.2 kB 🟢 -8.2 kB 🟢 -2.72 kB 🟢 -2.44 kB
assets/InviteMembersForm-CH9wYA8Y.js (new) 8.2 kB 🔴 +8.2 kB 🔴 +2.72 kB 🔴 +2.42 kB
assets/SubscribeButton-BnevnmLT.js (removed) 2.15 kB 🟢 -2.15 kB 🟢 -969 B 🟢 -848 B
assets/SubscribeButton-VAyhlqcZ.js (new) 2.15 kB 🔴 +2.15 kB 🔴 +969 B 🔴 +847 B
assets/cloudFeedbackTopbarButton-DEXKs6bi.js (removed) 705 B 🟢 -705 B 🟢 -420 B 🟢 -362 B
assets/cloudFeedbackTopbarButton-JUzTYwgQ.js (new) 705 B 🔴 +705 B 🔴 +420 B 🔴 +360 B
assets/ComfyQueueButton-C5hWm_7S.js (removed) 128 B 🟢 -128 B 🟢 -99 B 🟢 -89 B
assets/ComfyQueueButton-DaZylyJI.js (new) 128 B 🔴 +128 B 🔴 +99 B 🔴 +90 B

Status: 6 added / 6 removed / 8 unchanged

Data & Services — 3.51 MB (baseline 3.51 MB) • 🔴 +251 B

Stores, services, APIs, and repositories

File Before After Δ Raw Δ Gzip Δ Brotli
assets/settingStore-Dg6nu7u-.js (new) 3.23 MB 🔴 +3.23 MB 🔴 +749 kB 🔴 +563 kB
assets/settingStore-pmTIf51J.js (removed) 3.23 MB 🟢 -3.23 MB 🟢 -749 kB 🟢 -564 kB
assets/load3dService-DdVAfKqV.js (removed) 132 kB 🟢 -132 kB 🟢 -29.3 kB 🟢 -24.6 kB
assets/load3dService-DkvA8iB8.js (new) 132 kB 🔴 +132 kB 🔴 +29.3 kB 🔴 +24.6 kB
assets/api-D4g_yDA9.js (new) 98.3 kB 🔴 +98.3 kB 🔴 +27.2 kB 🔴 +23.4 kB
assets/api-DIdagwYh.js (removed) 98.3 kB 🟢 -98.3 kB 🟢 -27.2 kB 🟢 -23.3 kB
assets/workflowShareService-Ar-mclYy.js (new) 16.5 kB 🔴 +16.5 kB 🔴 +4.91 kB 🔴 +4.36 kB
assets/workflowShareService-C48UUrrU.js (removed) 16.5 kB 🟢 -16.5 kB 🟢 -4.91 kB 🟢 -4.34 kB
assets/keybindingService-Dt1Kc5ns.js (new) 6.89 kB 🔴 +6.89 kB 🔴 +1.73 kB 🔴 +1.5 kB
assets/keybindingService-DXUTPYQV.js (removed) 6.89 kB 🟢 -6.89 kB 🟢 -1.73 kB 🟢 -1.5 kB
assets/releaseStore-B7BRaZBt.js (new) 6.72 kB 🔴 +6.72 kB 🔴 +2.03 kB 🔴 +1.77 kB
assets/releaseStore-YZaffsBn.js (removed) 6.72 kB 🟢 -6.72 kB 🟢 -2.03 kB 🟢 -1.77 kB
assets/systemStatsStore-CMBridyO.js (removed) 4.93 kB 🟢 -4.93 kB 🟢 -1.74 kB 🟢 -1.47 kB
assets/systemStatsStore-HmG73M-5.js (new) 4.93 kB 🔴 +4.93 kB 🔴 +1.74 kB 🔴 +1.47 kB
assets/userStore-Bi0WGimu.js (new) 2.38 kB 🔴 +2.38 kB 🔴 +899 B 🔴 +795 B
assets/userStore-Bv4PkTwV.js (removed) 2.38 kB 🟢 -2.38 kB 🟢 -897 B 🟢 -794 B
assets/audioService-uudXUw96.js (removed) 1.71 kB 🟢 -1.71 kB 🟢 -829 B 🟢 -730 B
assets/audioService-wBPbwss2.js (new) 1.71 kB 🔴 +1.71 kB 🔴 +830 B 🔴 +733 B
assets/dialogService-c0HAAM6O.js (removed) 98 B 🟢 -98 B 🟢 -97 B 🟢 -84 B
assets/dialogService-wG4ibjCk.js (new) 98 B 🔴 +98 B 🔴 +97 B 🔴 +81 B
assets/releaseStore-Db5NaWxT.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +84 B
assets/releaseStore-DF-GtJaz.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -82 B
assets/settingStore-CLBq-XvN.js (new) 95 B 🔴 +95 B 🔴 +86 B 🔴 +81 B
assets/settingStore-zMkiq7Jg.js (removed) 95 B 🟢 -95 B 🟢 -86 B 🟢 -86 B
assets/assetsStore-CU54G__g.js (removed) 94 B 🟢 -94 B 🟢 -92 B 🟢 -84 B
assets/assetsStore-PcNDnPrS.js (new) 94 B 🔴 +94 B 🔴 +92 B 🔴 +83 B
assets/api-CijaSbEW.js (new) 62 B 🔴 +62 B 🔴 +74 B 🔴 +66 B
assets/api-DfC4dw2f.js (removed) 62 B 🟢 -62 B 🟢 -74 B 🟢 -66 B

Status: 14 added / 14 removed / 3 unchanged

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

Helpers, composables, and utility bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/useConflictDetection-CK4JdFDZ.js (removed) 236 kB 🟢 -236 kB 🟢 -53 kB 🟢 -43.1 kB
assets/useConflictDetection-DuHNCCcw.js (new) 236 kB 🔴 +236 kB 🔴 +53 kB 🔴 +43.2 kB
assets/useLayerEditorSession-CUueeYNY.js (removed) 158 kB 🟢 -158 kB 🟢 -40.8 kB 🟢 -34.3 kB
assets/useLayerEditorSession-CY8JuKDU.js (new) 158 kB 🔴 +158 kB 🔴 +40.8 kB 🔴 +34.3 kB
assets/useLoad3d-BwDxR4w4.js (removed) 25.8 kB 🟢 -25.8 kB 🟢 -5.8 kB 🟢 -5.14 kB
assets/useLoad3d-FDv3dBYS.js (new) 25.8 kB 🔴 +25.8 kB 🔴 +5.8 kB 🔴 +5.13 kB
assets/useLoad3dViewer-iLMrKQv3.js (new) 21.2 kB 🔴 +21.2 kB 🔴 +4.98 kB 🔴 +4.36 kB
assets/useLoad3dViewer-rcnKk1eD.js (removed) 21.2 kB 🟢 -21.2 kB 🟢 -4.98 kB 🟢 -4.37 kB
assets/useImageCrop-DyQA_Wok.js (removed) 14.9 kB 🟢 -14.9 kB 🟢 -3.42 kB 🟢 -2.98 kB
assets/useImageCrop-hqM8BCDe.js (new) 14.9 kB 🔴 +14.9 kB 🔴 +3.42 kB 🔴 +2.99 kB
assets/useDowngradeToPersonal-BArk7bX9.js (removed) 10.9 kB 🟢 -10.9 kB 🟢 -2.75 kB 🟢 -2.36 kB
assets/useDowngradeToPersonal-CGu2WfkV.js (new) 10.9 kB 🔴 +10.9 kB 🔴 +2.75 kB 🔴 +2.36 kB
assets/useFeatureFlags-DHg5moB8.js (new) 6.99 kB 🔴 +6.99 kB 🔴 +2 kB 🔴 +1.72 kB
assets/useFeatureFlags-RfXYYNIs.js (removed) 6.99 kB 🟢 -6.99 kB 🟢 -2 kB 🟢 -1.7 kB
assets/useCompositorLayers-d3b3W9oz.js (new) 2.94 kB 🔴 +2.94 kB 🔴 +898 B 🔴 +803 B
assets/useCompositorLayers-eGjWw6wB.js (removed) 2.94 kB 🟢 -2.94 kB 🟢 -898 B 🟢 -805 B
assets/assetPreviewUtil-BRzWMoCl.js (new) 2.35 kB 🔴 +2.35 kB 🔴 +966 B 🔴 +847 B
assets/assetPreviewUtil-CuluUxvr.js (removed) 2.35 kB 🟢 -2.35 kB 🟢 -968 B 🟢 -845 B
assets/useUpstreamValue-CTWZhDn4.js (removed) 1.99 kB 🟢 -1.99 kB 🟢 -758 B 🟢 -672 B
assets/useUpstreamValue-gbZTPmbT.js (new) 1.99 kB 🔴 +1.99 kB 🔴 +758 B 🔴 +684 B
assets/useWorkspaceTierLabel-B336qvnR.js (new) 1.93 kB 🔴 +1.93 kB 🔴 +814 B 🔴 +696 B
assets/useWorkspaceTierLabel-DlY90Wrn.js (removed) 1.93 kB 🟢 -1.93 kB 🟢 -812 B 🟢 -697 B
assets/subscriptionCheckoutUtil-BpvvtY3t.js (new) 877 B 🔴 +877 B 🔴 +520 B 🔴 +432 B
assets/subscriptionCheckoutUtil-CvmCZTN8.js (removed) 877 B 🟢 -877 B 🟢 -522 B 🟢 -434 B
assets/useSessionCookie-C_xDVFfp.js (new) 652 B 🔴 +652 B 🔴 +335 B 🔴 +290 B
assets/useSessionCookie-NK_t1tI2.js (removed) 652 B 🟢 -652 B 🟢 -336 B 🟢 -293 B
assets/useLoad3d-BVnIM-yd.js (removed) 311 B 🟢 -311 B 🟢 -163 B 🟢 -148 B
assets/useLoad3d-YRPO_L3E.js (new) 311 B 🔴 +311 B 🔴 +164 B 🔴 +148 B
assets/useSessionCookie-BsxRw1L0.js (new) 101 B 🔴 +101 B 🔴 +86 B 🔴 +86 B
assets/useSessionCookie-BxfU2vsA.js (removed) 101 B 🟢 -101 B 🟢 -86 B 🟢 -83 B
assets/useFeatureFlags-A11QsbhW.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +80 B
assets/useFeatureFlags-B82gjKR_.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -82 B
assets/useLoad3dViewer-8QYQYGmt.js (new) 98 B 🔴 +98 B 🔴 +85 B 🔴 +84 B
assets/useLoad3dViewer-zMzffSpA.js (removed) 98 B 🟢 -98 B 🟢 -85 B 🟢 -81 B
assets/useCurrentUser-BY4P2qQu.js (removed) 94 B 🟢 -94 B 🟢 -95 B 🟢 -82 B
assets/useCurrentUser-KpXBd2_y.js (new) 94 B 🔴 +94 B 🔴 +95 B 🔴 +84 B

Status: 18 added / 18 removed / 20 unchanged

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

External libraries and shared vendor chunks

Status: 17 unchanged

Other — 14.2 MB (baseline 14.2 MB) • ⚪ 0 B

Bundles that do not match a named category

File Before After Δ Raw Δ Gzip Δ Brotli
assets/core-Bn20eXtD.js (removed) 115 kB 🟢 -115 kB 🟢 -29.7 kB 🟢 -25.1 kB
assets/core-DayiSTPg.js (new) 115 kB 🔴 +115 kB 🔴 +29.7 kB 🔴 +25.1 kB
assets/WidgetSelect-Cc-KZRDB.js (new) 88.8 kB 🔴 +88.8 kB 🔴 +20.1 kB 🔴 +17.2 kB
assets/WidgetSelect-O4c-FgWC.js (removed) 88.8 kB 🟢 -88.8 kB 🟢 -20.1 kB 🟢 -17.2 kB
assets/SubscriptionPanelContentWorkspace-Bw0iLN9B.js (removed) 80 kB 🟢 -80 kB 🟢 -15.8 kB 🟢 -13.6 kB
assets/SubscriptionPanelContentWorkspace-CtnE6C4r.js (new) 80 kB 🔴 +80 kB 🔴 +15.8 kB 🔴 +13.6 kB
assets/Load3D-BHPzyRgQ.js (removed) 71.3 kB 🟢 -71.3 kB 🟢 -11.7 kB 🟢 -9.98 kB
assets/Load3D-buYzjGPa.js (new) 71.3 kB 🔴 +71.3 kB 🔴 +11.7 kB 🔴 +9.97 kB
assets/WidgetVideoEdit-D0f698Sz.js (new) 67.5 kB 🔴 +67.5 kB 🔴 +15.7 kB 🔴 +13.9 kB
assets/WidgetVideoEdit-KSt3WGa9.js (removed) 67.5 kB 🟢 -67.5 kB 🟢 -15.7 kB 🟢 -13.9 kB
assets/SubscriptionTransitionPreviewWorkspace-CHEAe1d8.js (new) 66.4 kB 🔴 +66.4 kB 🔴 +13.4 kB 🔴 +11.7 kB
assets/SubscriptionTransitionPreviewWorkspace-CVAbAwUK.js (removed) 66.4 kB 🟢 -66.4 kB 🟢 -13.4 kB 🟢 -11.7 kB
assets/WorkspaceSettingsPanelContent-CvUGmvfm.js (removed) 58.2 kB 🟢 -58.2 kB 🟢 -12.4 kB 🟢 -10.8 kB
assets/WorkspaceSettingsPanelContent-CXoi8RsD.js (new) 58.2 kB 🔴 +58.2 kB 🔴 +12.4 kB 🔴 +10.8 kB
assets/Preview3d-Bl_rFIzG.js (new) 50.9 kB 🔴 +50.9 kB 🔴 +8.32 kB 🔴 +7.25 kB
assets/Preview3d-C-lLG_xz.js (removed) 50.9 kB 🟢 -50.9 kB 🟢 -8.32 kB 🟢 -7.25 kB
assets/main-BPY9xRXB.js (new) 45.1 kB 🔴 +45.1 kB 🔴 +13.1 kB 🔴 +11.4 kB
assets/main-YU24xlO0.js (removed) 45.1 kB 🟢 -45.1 kB 🟢 -13.1 kB 🟢 -11.4 kB
assets/SubscriptionRequiredDialogContentUnified-DGgvt6IO.js (removed) 42.6 kB 🟢 -42.6 kB 🟢 -9.36 kB 🟢 -8.16 kB
assets/SubscriptionRequiredDialogContentUnified-lealDiFj.js (new) 42.6 kB 🔴 +42.6 kB 🔴 +9.36 kB 🔴 +8.16 kB
assets/LayerEditorContent-CKgErQLl.js (new) 42.5 kB 🔴 +42.5 kB 🔴 +9.62 kB 🔴 +8.42 kB
assets/LayerEditorContent-CxjoYpK2.js (removed) 42.5 kB 🟢 -42.5 kB 🟢 -9.62 kB 🟢 -8.42 kB
assets/WidgetBoundingBoxes-BFG1laQw.js (removed) 33.7 kB 🟢 -33.7 kB 🟢 -9.16 kB 🟢 -8.12 kB
assets/WidgetBoundingBoxes-DYvmkD-A.js (new) 33.7 kB 🔴 +33.7 kB 🔴 +9.16 kB 🔴 +8.13 kB
assets/WidgetPainter-BQBBWWfa.js (removed) 32.6 kB 🟢 -32.6 kB 🟢 -7.88 kB 🟢 -6.97 kB
assets/WidgetPainter-BzZN1VKt.js (new) 32.6 kB 🔴 +32.6 kB 🔴 +7.88 kB 🔴 +6.97 kB
assets/Load3dViewerContent-DmncTrwB.js (new) 30.8 kB 🔴 +30.8 kB 🔴 +6.28 kB 🔴 +5.45 kB
assets/Load3dViewerContent-DoeVhZY6.js (removed) 30.8 kB 🟢 -30.8 kB 🟢 -6.29 kB 🟢 -5.45 kB
assets/SubscriptionRequiredDialogContent-CrXJMmSi.js (new) 26.9 kB 🔴 +26.9 kB 🔴 +6.36 kB 🔴 +5.61 kB
assets/SubscriptionRequiredDialogContent-DV9v6Bhb.js (removed) 26.9 kB 🟢 -26.9 kB 🟢 -6.36 kB 🟢 -5.6 kB
assets/SubscriptionRequiredDialogContentWorkspace-1qySiCwG.js (new) 25.1 kB 🔴 +25.1 kB 🔴 +5.79 kB 🔴 +5.09 kB
assets/SubscriptionRequiredDialogContentWorkspace-CBoiv4ek.js (removed) 25.1 kB 🟢 -25.1 kB 🟢 -5.79 kB 🟢 -5.11 kB
assets/CreditsTile-BjpfrJ95.js (removed) 24.9 kB 🟢 -24.9 kB 🟢 -6.65 kB 🟢 -5.84 kB
assets/CreditsTile-SZCWxo6H.js (new) 24.9 kB 🔴 +24.9 kB 🔴 +6.65 kB 🔴 +5.82 kB
assets/load3d-BGQEvOaT.js (removed) 22.2 kB 🟢 -22.2 kB 🟢 -5.41 kB 🟢 -4.67 kB
assets/load3d-D5PHe0Zs.js (new) 22.2 kB 🔴 +22.2 kB 🔴 +5.4 kB 🔴 +4.67 kB
assets/CurrentUserPopoverWorkspace-BZGGTDuG.js (removed) 21.5 kB 🟢 -21.5 kB 🟢 -4.84 kB 🟢 -4.31 kB
assets/CurrentUserPopoverWorkspace-CN1_g3j3.js (new) 21.5 kB 🔴 +21.5 kB 🔴 +4.85 kB 🔴 +4.3 kB
assets/SignInContent-D5DbxBrz.js (removed) 20.2 kB 🟢 -20.2 kB 🟢 -5.09 kB 🟢 -4.45 kB
assets/SignInContent-gTNtQqzy.js (new) 20.2 kB 🔴 +20.2 kB 🔴 +5.09 kB 🔴 +4.45 kB
assets/WidgetRecordAudio-BuynSvDF.js (new) 16.6 kB 🔴 +16.6 kB 🔴 +4.6 kB 🔴 +4.1 kB
assets/WidgetRecordAudio-BX7vvGto.js (removed) 16.6 kB 🟢 -16.6 kB 🟢 -4.6 kB 🟢 -4.1 kB
assets/WidgetInputNumber-DbWKrzS0.js (removed) 13.9 kB 🟢 -13.9 kB 🟢 -3.63 kB 🟢 -3.21 kB
assets/WidgetInputNumber-zeMzdlyJ.js (new) 13.9 kB 🔴 +13.9 kB 🔴 +3.63 kB 🔴 +3.21 kB
assets/WidgetRange-CcV0WH2S.js (removed) 13.7 kB 🟢 -13.7 kB 🟢 -3.55 kB 🟢 -3.13 kB
assets/WidgetRange-DagcQEGx.js (new) 13.7 kB 🔴 +13.7 kB 🔴 +3.55 kB 🔴 +3.13 kB
assets/WaveAudioPlayer-DK7ISztx.js (new) 12.8 kB 🔴 +12.8 kB 🔴 +3.46 kB 🔴 +3.05 kB
assets/WaveAudioPlayer-DM94kGJs.js (removed) 12.8 kB 🟢 -12.8 kB 🟢 -3.46 kB 🟢 -3.05 kB
assets/WidgetCurve-D1hIkp4u.js (new) 11.2 kB 🔴 +11.2 kB 🔴 +3.48 kB 🔴 +3.14 kB
assets/WidgetCurve-DjKB1juj.js (removed) 11.2 kB 🟢 -11.2 kB 🟢 -3.47 kB 🟢 -3.14 kB
assets/TeamWorkspacesDialogContent-CdVE6N4H.js (new) 10.3 kB 🔴 +10.3 kB 🔴 +2.97 kB 🔴 +2.63 kB
assets/TeamWorkspacesDialogContent-CTjWKesn.js (removed) 10.3 kB 🟢 -10.3 kB 🟢 -2.97 kB 🟢 -2.63 kB
assets/onboardingCloudRoutes-C0-fPJq2.js (removed) 9.33 kB 🟢 -9.33 kB 🟢 -2.83 kB 🟢 -2.43 kB
assets/onboardingCloudRoutes-Dd2vmBKQ.js (new) 9.33 kB 🔴 +9.33 kB 🔴 +2.84 kB 🔴 +2.44 kB
assets/Load3DConfiguration-B9mJzkqt.js (removed) 8.91 kB 🟢 -8.91 kB 🟢 -2.61 kB 🟢 -2.29 kB
assets/Load3DConfiguration-C5PRUpQN.js (new) 8.91 kB 🔴 +8.91 kB 🔴 +2.61 kB 🔴 +2.29 kB
assets/WidgetImageCrop-BKdhKFKU.js (new) 8.49 kB 🔴 +8.49 kB 🔴 +2.65 kB 🔴 +2.34 kB
assets/WidgetImageCrop-dERZBIj-.js (removed) 8.49 kB 🟢 -8.49 kB 🟢 -2.65 kB 🟢 -2.37 kB
assets/SetMemberCreditLimitDialogContent-Ce8iP6HA.js (removed) 8.47 kB 🟢 -8.47 kB 🟢 -2.34 kB 🟢 -2.04 kB
assets/SetMemberCreditLimitDialogContent-k3LJo_Ix.js (new) 8.47 kB 🔴 +8.47 kB 🔴 +2.34 kB 🔴 +2.04 kB
assets/nodeTemplates-Bm445kQq.js (new) 8.32 kB 🔴 +8.32 kB 🔴 +2.85 kB 🔴 +2.51 kB
assets/nodeTemplates-CS-eSpb7.js (removed) 8.32 kB 🟢 -8.32 kB 🟢 -2.85 kB 🟢 -2.5 kB
assets/NightlySurveyController-Cjo791LJ.js (new) 7.5 kB 🔴 +7.5 kB 🔴 +2.55 kB 🔴 +2.25 kB
assets/NightlySurveyController-CkJl8mG8.js (removed) 7.5 kB 🟢 -7.5 kB 🟢 -2.56 kB 🟢 -2.25 kB
assets/CloudRunButtonWrapper-DhJJdOnV.js (new) 6.84 kB 🔴 +6.84 kB 🔴 +2.18 kB 🔴 +1.91 kB
assets/CloudRunButtonWrapper-DOy9U6A7.js (removed) 6.84 kB 🟢 -6.84 kB 🟢 -2.18 kB 🟢 -1.91 kB
assets/WidgetWithControl-DvPbV2qu.js (new) 6.41 kB 🔴 +6.41 kB 🔴 +2.6 kB 🔴 +2.3 kB
assets/WidgetWithControl-WoDhYMiN.js (removed) 6.41 kB 🟢 -6.41 kB 🟢 -2.61 kB 🟢 -2.32 kB
assets/missingModelMetadata-Bwj4DGLM.js (removed) 6.17 kB 🟢 -6.17 kB 🟢 -2.13 kB 🟢 -1.86 kB
assets/missingModelMetadata-fykNkNpF.js (new) 6.17 kB 🔴 +6.17 kB 🔴 +2.13 kB 🔴 +1.86 kB
assets/CancelSubscriptionDialogContent-B1vPSAXQ.js (removed) 5.97 kB 🟢 -5.97 kB 🟢 -1.98 kB 🟢 -1.75 kB
assets/CancelSubscriptionDialogContent-IiPsgObp.js (new) 5.97 kB 🔴 +5.97 kB 🔴 +1.98 kB 🔴 +1.75 kB
assets/load3dPreviewExtensions-B7KjDCNz.js (new) 5.88 kB 🔴 +5.88 kB 🔴 +1.81 kB 🔴 +1.6 kB
assets/load3dPreviewExtensions-Cq-JzcSY.js (removed) 5.88 kB 🟢 -5.88 kB 🟢 -1.81 kB 🟢 -1.6 kB
assets/launchCancellationFlow-Bo-QNu-4.js (removed) 5.18 kB 🟢 -5.18 kB 🟢 -1.78 kB 🟢 -1.56 kB
assets/launchCancellationFlow-D1dfql0I.js (new) 5.18 kB 🔴 +5.18 kB 🔴 +1.78 kB 🔴 +1.56 kB
assets/CreateWorkspaceDialogContent-CG20G-46.js (removed) 5.12 kB 🟢 -5.12 kB 🟢 -1.79 kB 🟢 -1.55 kB
assets/CreateWorkspaceDialogContent-DG-VZBjB.js (new) 5.12 kB 🔴 +5.12 kB 🔴 +1.79 kB 🔴 +1.55 kB
assets/ChangeMemberRoleDialogContent-CMXZ8Qko.js (new) 4.97 kB 🔴 +4.97 kB 🔴 +1.63 kB 🔴 +1.42 kB
assets/ChangeMemberRoleDialogContent-D1wQZ9Ao.js (removed) 4.97 kB 🟢 -4.97 kB 🟢 -1.64 kB 🟢 -1.42 kB
assets/InviteMemberDialogContent-_0IWHKbd.js (removed) 4.96 kB 🟢 -4.96 kB 🟢 -1.65 kB 🟢 -1.44 kB
assets/InviteMemberDialogContent-D0n_tVvs.js (new) 4.96 kB 🔴 +4.96 kB 🔴 +1.64 kB 🔴 +1.44 kB
assets/EditWorkspaceDialogContent-CgaVirBd.js (removed) 4.93 kB 🟢 -4.93 kB 🟢 -1.76 kB 🟢 -1.53 kB
assets/EditWorkspaceDialogContent-SSfWBgnv.js (new) 4.93 kB 🔴 +4.93 kB 🔴 +1.76 kB 🔴 +1.53 kB
assets/WidgetTextarea-CH-ryJtq.js (new) 4.81 kB 🔴 +4.81 kB 🔴 +1.87 kB 🔴 +1.64 kB
assets/WidgetTextarea-mjjAV6LZ.js (removed) 4.81 kB 🟢 -4.81 kB 🟢 -1.87 kB 🟢 -1.64 kB
assets/saveMesh-DTPKH2AJ.js (new) 4.76 kB 🔴 +4.76 kB 🔴 +1.52 kB 🔴 +1.34 kB
assets/saveMesh-EcaUt2Tm.js (removed) 4.76 kB 🟢 -4.76 kB 🟢 -1.52 kB 🟢 -1.34 kB
assets/WorkspacePanelContent-C-t7JHj0.js (new) 4.74 kB 🔴 +4.74 kB 🔴 +1.62 kB 🔴 +1.44 kB
assets/WorkspacePanelContent-CEMA3Z-b.js (removed) 4.74 kB 🟢 -4.74 kB 🟢 -1.63 kB 🟢 -1.44 kB
assets/ValueControlPopover-D7z_ppnQ.js (new) 4.49 kB 🔴 +4.49 kB 🔴 +1.54 kB 🔴 +1.38 kB
assets/ValueControlPopover-DeJuJsiG.js (removed) 4.49 kB 🟢 -4.49 kB 🟢 -1.55 kB 🟢 -1.38 kB
assets/DeleteWorkspaceDialogContent-BRMn6e1Q.js (removed) 3.84 kB 🟢 -3.84 kB 🟢 -1.44 kB 🟢 -1.24 kB
assets/DeleteWorkspaceDialogContent-BSM4SPwd.js (new) 3.84 kB 🔴 +3.84 kB 🔴 +1.44 kB 🔴 +1.23 kB
assets/RemoveMemberDialogContent-BXDncwET.js (removed) 3.76 kB 🟢 -3.76 kB 🟢 -1.38 kB 🟢 -1.2 kB
assets/RemoveMemberDialogContent-DUbmBeaa.js (new) 3.76 kB 🔴 +3.76 kB 🔴 +1.38 kB 🔴 +1.2 kB
assets/RevokeInviteDialogContent-48d3Ba4C.js (removed) 3.67 kB 🟢 -3.67 kB 🟢 -1.39 kB 🟢 -1.22 kB
assets/RevokeInviteDialogContent-B-DWfFMd.js (new) 3.67 kB 🔴 +3.67 kB 🔴 +1.39 kB 🔴 +1.22 kB
assets/LeaveWorkspaceDialogContent-C2jK6R_r.js (new) 3.67 kB 🔴 +3.67 kB 🔴 +1.38 kB 🔴 +1.19 kB
assets/LeaveWorkspaceDialogContent-eodH3o5u.js (removed) 3.67 kB 🟢 -3.67 kB 🟢 -1.38 kB 🟢 -1.19 kB
assets/InviteMemberUpsellDialogContent-CEAWIQvj.js (removed) 3.47 kB 🟢 -3.47 kB 🟢 -1.24 kB 🟢 -1.09 kB
assets/InviteMemberUpsellDialogContent-TXqHdX9n.js (new) 3.47 kB 🔴 +3.47 kB 🔴 +1.24 kB 🔴 +1.09 kB
assets/workspaceCheckoutTelemetry-BYKM9mew.js (removed) 3.4 kB 🟢 -3.4 kB 🟢 -1.52 kB 🟢 -1.32 kB
assets/workspaceCheckoutTelemetry-BzOD_hWg.js (new) 3.4 kB 🔴 +3.4 kB 🔴 +1.52 kB 🔴 +1.33 kB
assets/GlobalToast-C__yi9no.js (new) 3.25 kB 🔴 +3.25 kB 🔴 +1.3 kB 🔴 +1.11 kB
assets/GlobalToast-DPYkAnDt.js (removed) 3.25 kB 🟢 -3.25 kB 🟢 -1.3 kB 🟢 -1.11 kB
assets/Media3DTop-BPdqklQD.js (new) 3.21 kB 🔴 +3.21 kB 🔴 +1.26 kB 🔴 +1.11 kB
assets/Media3DTop-DYaMVPKD.js (removed) 3.21 kB 🟢 -3.21 kB 🟢 -1.26 kB 🟢 -1.1 kB
assets/load3dAdvanced-CTEcde2Y.js (removed) 2.82 kB 🟢 -2.82 kB 🟢 -1.1 kB 🟢 -956 B
assets/load3dAdvanced-DVtOJsn6.js (new) 2.82 kB 🔴 +2.82 kB 🔴 +1.1 kB 🔴 +955 B
assets/SubscribeToRun-BMOd0A8-.js (new) 2.39 kB 🔴 +2.39 kB 🔴 +1.03 kB 🔴 +904 B
assets/SubscribeToRun-CcZe1keo.js (removed) 2.39 kB 🟢 -2.39 kB 🟢 -1.03 kB 🟢 -905 B
assets/MediaAudioTop-CnGoLcYy.js (removed) 1.62 kB 🟢 -1.62 kB 🟢 -808 B 🟢 -673 B
assets/MediaAudioTop-DrFYaQtT.js (new) 1.62 kB 🔴 +1.62 kB 🔴 +808 B 🔴 +669 B
assets/cloudSessionCookie-CRUVOVvR.js (removed) 933 B 🟢 -933 B 🟢 -433 B 🟢 -378 B
assets/cloudSessionCookie-CxxZLaQm.js (new) 933 B 🔴 +933 B 🔴 +432 B 🔴 +378 B
assets/cloudBadges-B3qYWcY3.js (removed) 922 B 🟢 -922 B 🟢 -514 B 🟢 -435 B
assets/cloudBadges-BdKX3YD6.js (new) 922 B 🔴 +922 B 🔴 +513 B 🔴 +433 B
assets/Load3DAdvanced-B1OLGR5_.js (removed) 761 B 🟢 -761 B 🟢 -423 B 🟢 -359 B
assets/Load3DAdvanced-B7qEFXqQ.js (new) 761 B 🔴 +761 B 🔴 +423 B 🔴 +358 B
assets/nightlyBadges-BB01aHOj.js (removed) 411 B 🟢 -411 B 🟢 -273 B 🟢 -231 B
assets/nightlyBadges-DCkUMGBO.js (new) 411 B 🔴 +411 B 🔴 +270 B 🔴 +265 B
assets/Load3dViewerContent-3gyJXWmh.js (new) 137 B 🔴 +137 B 🔴 +103 B 🔴 +91 B
assets/Load3dViewerContent-6DOO1RPY.js (removed) 137 B 🟢 -137 B 🟢 -103 B 🟢 -104 B
assets/missingModelMetadata-C__0xRp5.js (removed) 125 B 🟢 -125 B 🟢 -103 B 🟢 -104 B
assets/missingModelMetadata-DbyaL36q.js (new) 125 B 🔴 +125 B 🔴 +103 B 🔴 +106 B
assets/Load3DAdvanced-BTdyBe8n.js (removed) 122 B 🟢 -122 B 🟢 -97 B 🟢 -84 B
assets/Load3DAdvanced-Dotdy8vh.js (new) 122 B 🔴 +122 B 🔴 +97 B 🔴 +88 B
assets/WidgetLegacy-C32WMYkY.js (removed) 117 B 🟢 -117 B 🟢 -106 B 🟢 -104 B
assets/WidgetLegacy-DKaIh08l.js (new) 117 B 🔴 +117 B 🔴 +106 B 🔴 +101 B
assets/workflowDraftStoreV2-B-BtLEUO.js (new) 112 B 🔴 +112 B 🔴 +101 B 🔴 +116 B
assets/workflowDraftStoreV2-CTtBougi.js (removed) 112 B 🟢 -112 B 🟢 -101 B 🟢 -108 B
assets/Load3D-CARutjRT.js (new) 98 B 🔴 +98 B 🔴 +89 B 🔴 +86 B
assets/Load3D-CGaMhRNz.js (removed) 98 B 🟢 -98 B 🟢 -89 B 🟢 -82 B
assets/changeTracker-BqBh2t9e.js (removed) 91 B 🟢 -91 B 🟢 -93 B 🟢 -87 B
assets/changeTracker-DyxrDx8k.js (new) 91 B 🔴 +91 B 🔴 +93 B 🔴 +81 B

Status: 68 added / 68 removed / 217 unchanged

⚡ Performance Report

canvas-idle: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 67.0 MB heap
canvas-mouse-sweep: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 48.6 MB heap
canvas-zoom-sweep: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 69.8 MB heap
dom-widget-clipping: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 50.6 MB heap
large-graph-idle: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 62.1 MB heap
large-graph-pan: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 62.6 MB heap
large-graph-zoom: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 56.8 MB heap
minimap-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 63.5 MB heap
subgraph-dom-widget-clipping: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 51.4 MB heap
subgraph-idle: · 60.0 avg FPS · 59.9 P5 FPS ✅ (target: ≥52) · 0ms TBT · 67.0 MB heap
subgraph-mouse-sweep: · 60.0 avg FPS · 59.7 P5 FPS ✅ (target: ≥52) · 0ms TBT · 45.0 MB heap
subgraph-transition-enter: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 134ms TBT · 94.8 MB heap
viewport-pan-sweep: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 70.9 MB heap
vue-large-graph-idle: · 57.1 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 158.3 MB heap
vue-large-graph-pan: · 55.4 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 138ms TBT · 155.0 MB heap
workflow-execution: · 60.0 avg FPS · 59.5 P5 FPS ✅ (target: ≥52) · 0ms TBT · 65.7 MB heap

⚠️ 5 regressions detected

Show regressions
Metric Baseline PR (median) Δ Sig
canvas-idle: task duration 461ms 469ms +2% ⚠️ z=2.4
large-graph-idle: task duration 671ms 663ms -1% ⚠️ z=2.2
large-graph-pan: task duration 1284ms 1177ms -8% ⚠️ z=2.2
minimap-idle: task duration 659ms 675ms +2% ⚠️ z=3.1
subgraph-idle: task duration 459ms 439ms -4% ⚠️ z=2.2
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 7ms -4% z=-3.8
canvas-idle: layout count 0 0 +0%
canvas-idle: style recalc count 9 9 -6% z=-4.7
canvas-idle: task duration 461ms 469ms +2% ⚠️ z=2.4
canvas-idle: script duration 16ms 15ms -8% z=-4.8
canvas-idle: TBT 0ms 0ms +0%
canvas-idle: heap used 67.1 MB 67.0 MB -0%
canvas-idle: DOM nodes 18 17 -6% z=-4.4
canvas-idle: event listeners 4 4 +0% z=-1.6
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 +10% z=-0.7
canvas-mouse-sweep: style recalc duration 33ms 39ms +17% z=-1.2
canvas-mouse-sweep: layout count 12 12 +0%
canvas-mouse-sweep: style recalc count 74 77 +3% z=-0.9
canvas-mouse-sweep: task duration 833ms 898ms +8% z=0.6
canvas-mouse-sweep: script duration 118ms 123ms +4% z=-2.0
canvas-mouse-sweep: TBT 0ms 0ms +0%
canvas-mouse-sweep: heap used 61.3 MB 48.6 MB -21%
canvas-mouse-sweep: DOM nodes 53 -281 -630% z=-132.7
canvas-mouse-sweep: event listeners 4 -153 -3925% z=-38.7
canvas-zoom-sweep: avg frame time 17ms 17ms -0% z=-1.1
canvas-zoom-sweep: p95 frame time 17ms 17ms +1%
canvas-zoom-sweep: layout duration 1ms 1ms +4% z=-0.1
canvas-zoom-sweep: style recalc duration 16ms 16ms +2% z=-1.9
canvas-zoom-sweep: layout count 6 6 +0%
canvas-zoom-sweep: style recalc count 32 31 -5% z=-1.7
canvas-zoom-sweep: task duration 371ms 368ms -1% z=1.8
canvas-zoom-sweep: script duration 18ms 18ms +1% z=-3.1
canvas-zoom-sweep: TBT 0ms 0ms +0%
canvas-zoom-sweep: heap used 69.9 MB 69.8 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.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 7ms -11% z=-3.4
dom-widget-clipping: layout count 0 0 +0%
dom-widget-clipping: style recalc count 11 11 -5% z=-5.2
dom-widget-clipping: task duration 373ms 376ms +1% z=0.7
dom-widget-clipping: script duration 59ms 57ms -3% z=-3.2
dom-widget-clipping: TBT 0ms 0ms +0%
dom-widget-clipping: heap used 50.7 MB 50.6 MB -0%
dom-widget-clipping: DOM nodes 18 17 -6% z=-3.6
dom-widget-clipping: event listeners 0 1 variance too high
large-graph-idle: avg frame time 17ms 17ms +0% z=-0.6
large-graph-idle: p95 frame time 17ms 17ms +0%
large-graph-idle: layout duration 0ms 0ms +0%
large-graph-idle: style recalc duration 9ms 8ms -15% z=-4.4
large-graph-idle: layout count 0 0 +0%
large-graph-idle: style recalc count 10 9 -10% z=-8.3
large-graph-idle: task duration 671ms 663ms -1% ⚠️ z=2.2
large-graph-idle: script duration 102ms 101ms -1% z=-0.1
large-graph-idle: TBT 0ms 0ms +0%
large-graph-idle: heap used 63.2 MB 62.1 MB -2%
large-graph-idle: DOM nodes -280 -283 +1% z=-339.9
large-graph-idle: event listeners -149 -164 +10% z=-31.2
large-graph-pan: avg frame time 17ms 17ms +0% z=0.8
large-graph-pan: p95 frame time 17ms 17ms +0%
large-graph-pan: layout duration 0ms 0ms +0%
large-graph-pan: style recalc duration 14ms 14ms +2% z=-3.9
large-graph-pan: layout count 0 0 +0%
large-graph-pan: style recalc count 69 70 +1% z=-0.1
large-graph-pan: task duration 1284ms 1177ms -8% ⚠️ z=2.2
large-graph-pan: script duration 455ms 428ms -6% z=1.0
large-graph-pan: TBT 0ms 0ms +0%
large-graph-pan: heap used 62.7 MB 62.6 MB -0%
large-graph-pan: DOM nodes -283 -283 +0% z=-183.0
large-graph-pan: event listeners -149 -148 -1% z=-184.7
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 +3%
large-graph-zoom: style recalc duration 13ms 14ms +9%
large-graph-zoom: layout count 60 60 +0%
large-graph-zoom: style recalc count 65 65 -1%
large-graph-zoom: task duration 1461ms 1503ms +3%
large-graph-zoom: script duration 519ms 529ms +2%
large-graph-zoom: TBT 0ms 0ms +0%
large-graph-zoom: heap used 56.6 MB 56.8 MB +0%
large-graph-zoom: DOM nodes -288 -288 -0%
large-graph-zoom: event listeners -153 -153 +0%
minimap-idle: avg frame time 17ms 17ms -0% z=0.1
minimap-idle: p95 frame time 17ms 17ms +0%
minimap-idle: layout duration 0ms 0ms +0%
minimap-idle: style recalc duration 7ms 7ms +1% z=-2.9
minimap-idle: layout count 0 0 +0%
minimap-idle: style recalc count 8 8 +0% z=-2.3
minimap-idle: task duration 659ms 675ms +2% ⚠️ z=3.1
minimap-idle: script duration 102ms 103ms +1% z=0.5
minimap-idle: TBT 0ms 0ms +0%
minimap-idle: heap used 64.8 MB 63.5 MB -2%
minimap-idle: DOM nodes -282 -285 +1% z=-222.0
minimap-idle: event listeners -147 -164 +12% z=-255.3
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 10ms +9% z=-2.5
subgraph-dom-widget-clipping: layout count 0 0 +0%
subgraph-dom-widget-clipping: style recalc count 46 47 +1% z=-2.5
subgraph-dom-widget-clipping: task duration 391ms 397ms +1% z=1.0
subgraph-dom-widget-clipping: script duration 119ms 119ms +1% z=-1.4
subgraph-dom-widget-clipping: TBT 0ms 0ms +0%
subgraph-dom-widget-clipping: heap used 51.4 MB 51.4 MB +0%
subgraph-dom-widget-clipping: DOM nodes 18 19 +6% z=-2.8
subgraph-dom-widget-clipping: event listeners 6 7 +17% z=-1.6
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 8ms +0% z=-3.3
subgraph-idle: layout count 0 0 +0%
subgraph-idle: style recalc count 10 9 -15% z=-3.7
subgraph-idle: task duration 459ms 439ms -4% ⚠️ z=2.2
subgraph-idle: script duration 13ms 13ms -5% z=-2.8
subgraph-idle: TBT 0ms 0ms +0%
subgraph-idle: heap used 67.3 MB 67.0 MB -0%
subgraph-idle: DOM nodes 20 17 -15% z=-3.2
subgraph-idle: event listeners 4 4 +0% variance too high
subgraph-mouse-sweep: avg frame time 17ms 17ms +0% z=-0.1
subgraph-mouse-sweep: p95 frame time 17ms 17ms +0%
subgraph-mouse-sweep: layout duration 4ms 5ms +22% z=-0.3
subgraph-mouse-sweep: style recalc duration 34ms 39ms +16% z=-0.9
subgraph-mouse-sweep: layout count 16 16 +0%
subgraph-mouse-sweep: style recalc count 77 78 +1% z=-1.1
subgraph-mouse-sweep: task duration 778ms 802ms +3% z=0.5
subgraph-mouse-sweep: script duration 86ms 91ms +6% z=-1.5
subgraph-mouse-sweep: TBT 0ms 0ms +0%
subgraph-mouse-sweep: heap used 44.0 MB 45.0 MB +2%
subgraph-mouse-sweep: DOM nodes -278 -140 -50% z=-92.6
subgraph-mouse-sweep: event listeners -153 -153 +0% variance too high
subgraph-transition-enter: avg frame time 17ms 17ms +0%
subgraph-transition-enter: p95 frame time 17ms 17ms +1%
subgraph-transition-enter: layout duration 12ms 12ms +0%
subgraph-transition-enter: style recalc duration 30ms 30ms +0%
subgraph-transition-enter: layout count 13 13 +0%
subgraph-transition-enter: style recalc count 17 17 +0%
subgraph-transition-enter: task duration 907ms 893ms -2%
subgraph-transition-enter: script duration 34ms 33ms -4%
subgraph-transition-enter: TBT 137ms 134ms -2%
subgraph-transition-enter: heap used 95.3 MB 94.8 MB -1%
subgraph-transition-enter: DOM nodes 13673 13673 +0%
subgraph-transition-enter: event listeners 2375 2375 +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 36ms 37ms +4%
viewport-pan-sweep: layout count 0 0 +0%
viewport-pan-sweep: style recalc count 250 250 +0%
viewport-pan-sweep: task duration 4377ms 4506ms +3%
viewport-pan-sweep: script duration 1368ms 1458ms +7%
viewport-pan-sweep: TBT 0ms 0ms +0%
viewport-pan-sweep: heap used 68.4 MB 70.9 MB +4%
viewport-pan-sweep: DOM nodes -281 -283 +1%
viewport-pan-sweep: event listeners -133 -133 +0%
vue-large-graph-idle: avg frame time 18ms 17ms -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 16103ms 16346ms +2%
vue-large-graph-idle: script duration 502ms 513ms +2%
vue-large-graph-idle: TBT 0ms 0ms +0%
vue-large-graph-idle: heap used 158.2 MB 158.3 MB +0%
vue-large-graph-idle: DOM nodes -8312 -8312 +0%
vue-large-graph-idle: event listeners -16387 -16387 +0%
vue-large-graph-pan: avg frame time 18ms 18ms +2%
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 16ms 15ms -7%
vue-large-graph-pan: layout count 0 0 +0%
vue-large-graph-pan: style recalc count 141 136 -4%
vue-large-graph-pan: task duration 20321ms 19965ms -2%
vue-large-graph-pan: script duration 881ms 843ms -4%
vue-large-graph-pan: TBT 156ms 138ms -12%
vue-large-graph-pan: heap used 161.3 MB 155.0 MB -4%
vue-large-graph-pan: DOM nodes -8312 -8312 +0%
vue-large-graph-pan: event listeners -16385 -16384 -0%
workflow-execution: avg frame time 17ms 17ms +0% z=0.6
workflow-execution: p95 frame time 17ms 17ms +0%
workflow-execution: layout duration 1ms 1ms +30% z=-2.0
workflow-execution: style recalc duration 21ms 22ms +4% z=-1.1
workflow-execution: layout count 3 4 +33% z=-1.7
workflow-execution: style recalc count 14 16 +11% z=-1.1
workflow-execution: task duration 109ms 128ms +18% z=0.5
workflow-execution: script duration 9ms 11ms +17% z=-6.1
workflow-execution: TBT 0ms 0ms +0%
workflow-execution: heap used 65.5 MB 65.7 MB +0%
workflow-execution: DOM nodes 123 136 +10% z=-3.6
workflow-execution: event listeners 97 98 +1% z=10.6
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-13T00:53:29.600Z",
  "gitSha": "d582bb91f465b9eaa1a04b39405bba418faaaecc",
  "branch": "austin/node-space-drag",
  "measurements": [
    {
      "name": "canvas-idle",
      "durationMs": 2035.000999999994,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 7.361,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 489.04600000000005,
      "heapDeltaBytes": 5837316,
      "heapUsedBytes": 70259964,
      "domNodes": 16,
      "jsHeapTotalBytes": 24379392,
      "scriptDurationMs": 14.858000000000002,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-idle",
      "durationMs": 2020.2429999999936,
      "styleRecalcs": 9,
      "styleRecalcDurationMs": 7.506,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 449.107,
      "heapDeltaBytes": 5876384,
      "heapUsedBytes": 70249268,
      "domNodes": 18,
      "jsHeapTotalBytes": 24641536,
      "scriptDurationMs": 14.446000000000003,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1974.7050000000286,
      "styleRecalcs": 80,
      "styleRecalcDurationMs": 44.882,
      "layouts": 12,
      "layoutDurationMs": 3.75,
      "taskDurationMs": 947.4340000000001,
      "heapDeltaBytes": -12116452,
      "heapUsedBytes": 52394644,
      "domNodes": -279,
      "jsHeapTotalBytes": 24088576,
      "scriptDurationMs": 129.286,
      "eventListeners": -153,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-mouse-sweep",
      "durationMs": 1766.7340000000422,
      "styleRecalcs": 73,
      "styleRecalcDurationMs": 32.738,
      "layouts": 12,
      "layoutDurationMs": 3.192,
      "taskDurationMs": 848.2019999999999,
      "heapDeltaBytes": -14971476,
      "heapUsedBytes": 49557980,
      "domNodes": -283,
      "jsHeapTotalBytes": 23302144,
      "scriptDurationMs": 116.08100000000002,
      "eventListeners": -153,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1718.1679999999915,
      "styleRecalcs": 30,
      "styleRecalcDurationMs": 15.568,
      "layouts": 6,
      "layoutDurationMs": 0.604,
      "taskDurationMs": 360.695,
      "heapDeltaBytes": 8813792,
      "heapUsedBytes": 73215112,
      "domNodes": 76,
      "jsHeapTotalBytes": 24641536,
      "scriptDurationMs": 17.631,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "canvas-zoom-sweep",
      "durationMs": 1738.2179999999607,
      "styleRecalcs": 31,
      "styleRecalcDurationMs": 16.772000000000002,
      "layouts": 6,
      "layoutDurationMs": 0.6759999999999999,
      "taskDurationMs": 374.411,
      "heapDeltaBytes": 8851152,
      "heapUsedBytes": 73212916,
      "domNodes": 78,
      "jsHeapTotalBytes": 24379392,
      "scriptDurationMs": 18.117,
      "eventListeners": 19,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 628.1740000000013,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 7.813000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 397.968,
      "heapDeltaBytes": -11576664,
      "heapUsedBytes": 52879484,
      "domNodes": 16,
      "jsHeapTotalBytes": 25427968,
      "scriptDurationMs": 58.71999999999999,
      "eventListeners": 2,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "dom-widget-clipping",
      "durationMs": 554.817000000071,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 6.612000000000002,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 353.065,
      "heapDeltaBytes": -11185016,
      "heapUsedBytes": 53217400,
      "domNodes": 18,
      "jsHeapTotalBytes": 25427968,
      "scriptDurationMs": 56.123000000000005,
      "eventListeners": 0,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2015.9350000000131,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 6.8489999999999975,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 654.113,
      "heapDeltaBytes": 4386440,
      "heapUsedBytes": 63953424,
      "domNodes": -285,
      "jsHeapTotalBytes": 3768320,
      "scriptDurationMs": 99.361,
      "eventListeners": -179,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-idle",
      "durationMs": 2033.4760000000642,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 8.416,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 672.325,
      "heapDeltaBytes": 7273980,
      "heapUsedBytes": 66263032,
      "domNodes": -280,
      "jsHeapTotalBytes": 2981888,
      "scriptDurationMs": 103.211,
      "eventListeners": -149,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2146.0820000000354,
      "styleRecalcs": 69,
      "styleRecalcDurationMs": 13.537,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 1247.343,
      "heapDeltaBytes": 4546700,
      "heapUsedBytes": 65444324,
      "domNodes": -284,
      "jsHeapTotalBytes": 4222976,
      "scriptDurationMs": 422.531,
      "eventListeners": -147,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "large-graph-pan",
      "durationMs": 2160.2120000000014,
      "styleRecalcs": 70,
      "styleRecalcDurationMs": 14.775999999999998,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 1106.372,
      "heapDeltaBytes": 4766324,
      "heapUsedBytes": 65794416,
      "domNodes": -282,
      "jsHeapTotalBytes": 3698688,
      "scriptDurationMs": 433.65400000000005,
      "eventListeners": -149,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3182.7369999999746,
      "styleRecalcs": 64,
      "styleRecalcDurationMs": 13.373,
      "layouts": 60,
      "layoutDurationMs": 6.9110000000000005,
      "taskDurationMs": 1470.719,
      "heapDeltaBytes": -3708548,
      "heapUsedBytes": 59143568,
      "domNodes": -287,
      "jsHeapTotalBytes": 5865472,
      "scriptDurationMs": 512.861,
      "eventListeners": -153,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "large-graph-zoom",
      "durationMs": 3198.158000000035,
      "styleRecalcs": 65,
      "styleRecalcDurationMs": 15.412999999999997,
      "layouts": 60,
      "layoutDurationMs": 7.447,
      "taskDurationMs": 1534.739,
      "heapDeltaBytes": -2123852,
      "heapUsedBytes": 59930324,
      "domNodes": -288,
      "jsHeapTotalBytes": 6389760,
      "scriptDurationMs": 546.097,
      "eventListeners": -153,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "minimap-idle",
      "durationMs": 2030.8330000000296,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 7.145000000000002,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 667.7180000000001,
      "heapDeltaBytes": 6725056,
      "heapUsedBytes": 67277056,
      "domNodes": -284,
      "jsHeapTotalBytes": 4292608,
      "scriptDurationMs": 100.95700000000001,
      "eventListeners": -149,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333332,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "minimap-idle",
      "durationMs": 2053.788000000054,
      "styleRecalcs": 8,
      "styleRecalcDurationMs": 7.173000000000003,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 681.967,
      "heapDeltaBytes": 5351752,
      "heapUsedBytes": 65949188,
      "domNodes": -285,
      "jsHeapTotalBytes": 3506176,
      "scriptDurationMs": 104.94699999999999,
      "eventListeners": -179,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.670000000000012,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 596.445000000017,
      "styleRecalcs": 46,
      "styleRecalcDurationMs": 9.706000000000001,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 390.321,
      "heapDeltaBytes": -10726556,
      "heapUsedBytes": 53950080,
      "domNodes": 18,
      "jsHeapTotalBytes": 25427968,
      "scriptDurationMs": 117.99200000000002,
      "eventListeners": 8,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "subgraph-dom-widget-clipping",
      "durationMs": 595.9609999999884,
      "styleRecalcs": 47,
      "styleRecalcDurationMs": 11.055999999999997,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 403.698,
      "heapDeltaBytes": -10478620,
      "heapUsedBytes": 53889760,
      "domNodes": 20,
      "jsHeapTotalBytes": 25427968,
      "scriptDurationMs": 120.93299999999999,
      "eventListeners": 6,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "subgraph-idle",
      "durationMs": 2003.0100000000175,
      "styleRecalcs": 7,
      "styleRecalcDurationMs": 6.346999999999999,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 433.038,
      "heapDeltaBytes": 5632384,
      "heapUsedBytes": 70113424,
      "domNodes": 14,
      "jsHeapTotalBytes": 24641536,
      "scriptDurationMs": 12.922,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.699999999999818
    },
    {
      "name": "subgraph-idle",
      "durationMs": 1993.5460000000376,
      "styleRecalcs": 10,
      "styleRecalcDurationMs": 9.335,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 445.4100000000001,
      "heapDeltaBytes": 5880792,
      "heapUsedBytes": 70356924,
      "domNodes": 20,
      "jsHeapTotalBytes": 24379392,
      "scriptDurationMs": 12.427999999999999,
      "eventListeners": 4,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1741.0110000000145,
      "styleRecalcs": 76,
      "styleRecalcDurationMs": 43.800000000000004,
      "layouts": 16,
      "layoutDurationMs": 5.027,
      "taskDurationMs": 816.905,
      "heapDeltaBytes": -16290564,
      "heapUsedBytes": 48308532,
      "domNodes": -282,
      "jsHeapTotalBytes": 22253568,
      "scriptDurationMs": 91.095,
      "eventListeners": -153,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.66333333333335,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "subgraph-mouse-sweep",
      "durationMs": 1735.569000000055,
      "styleRecalcs": 80,
      "styleRecalcDurationMs": 35.138000000000005,
      "layouts": 16,
      "layoutDurationMs": 4.159999999999999,
      "taskDurationMs": 786.9939999999999,
      "heapDeltaBytes": -18413024,
      "heapUsedBytes": 46144804,
      "domNodes": 2,
      "jsHeapTotalBytes": 23040000,
      "scriptDurationMs": 90.781,
      "eventListeners": -153,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.700000000000728
    },
    {
      "name": "subgraph-transition-enter",
      "durationMs": 1400.3920000000107,
      "styleRecalcs": 17,
      "styleRecalcDurationMs": 29.720000000000002,
      "layouts": 13,
      "layoutDurationMs": 12.400999999999998,
      "taskDurationMs": 892.5789999999998,
      "heapDeltaBytes": 30987320,
      "heapUsedBytes": 99406660,
      "domNodes": 13673,
      "jsHeapTotalBytes": 15204352,
      "scriptDurationMs": 32.772,
      "eventListeners": 2375,
      "totalBlockingTimeMs": 134,
      "frameDurationMs": 16.666666666666696,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8281.339000000004,
      "styleRecalcs": 250,
      "styleRecalcDurationMs": 36.312999999999995,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 4542.929,
      "heapDeltaBytes": 15898660,
      "heapUsedBytes": 76004084,
      "domNodes": -282,
      "jsHeapTotalBytes": 9465856,
      "scriptDurationMs": 1510.861,
      "eventListeners": -133,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.80000000000109
    },
    {
      "name": "viewport-pan-sweep",
      "durationMs": 8236.427999999933,
      "styleRecalcs": 250,
      "styleRecalcDurationMs": 37.922,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 4469.103,
      "heapDeltaBytes": 13061924,
      "heapUsedBytes": 72622384,
      "domNodes": -284,
      "jsHeapTotalBytes": 6844416,
      "scriptDurationMs": 1404.9740000000002,
      "eventListeners": -133,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.80000000000109
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 16260.201000000052,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 16235.197999999997,
      "heapDeltaBytes": -35596708,
      "heapUsedBytes": 166109656,
      "domNodes": -8312,
      "jsHeapTotalBytes": -3874816,
      "scriptDurationMs": 526.014,
      "eventListeners": -16387,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.219999999999953,
      "p95FrameDurationMs": 16.80000000000291
    },
    {
      "name": "vue-large-graph-idle",
      "durationMs": 16474.218000000066,
      "styleRecalcs": 0,
      "styleRecalcDurationMs": 0,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 16457.661,
      "heapDeltaBytes": -41194892,
      "heapUsedBytes": 165793380,
      "domNodes": -8312,
      "jsHeapTotalBytes": -10686464,
      "scriptDurationMs": 500.849,
      "eventListeners": -16387,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 17.776666666666642,
      "p95FrameDurationMs": 16.80000000000291
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 19860.009999999987,
      "styleRecalcs": 134,
      "styleRecalcDurationMs": 14.282000000000018,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 19826.707,
      "heapDeltaBytes": -58175340,
      "heapUsedBytes": 166722424,
      "domNodes": -8312,
      "jsHeapTotalBytes": -8069120,
      "scriptDurationMs": 847.022,
      "eventListeners": -16381,
      "totalBlockingTimeMs": 125,
      "frameDurationMs": 17.77333333333336,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "vue-large-graph-pan",
      "durationMs": 20128.519999999982,
      "styleRecalcs": 137,
      "styleRecalcDurationMs": 14.812999999999965,
      "layouts": 0,
      "layoutDurationMs": 0,
      "taskDurationMs": 20103.965000000004,
      "heapDeltaBytes": -47245248,
      "heapUsedBytes": 158425436,
      "domNodes": -8312,
      "jsHeapTotalBytes": -5705728,
      "scriptDurationMs": 838.306,
      "eventListeners": -16387,
      "totalBlockingTimeMs": 151,
      "frameDurationMs": 18.330000000000048,
      "p95FrameDurationMs": 16.799999999999272
    },
    {
      "name": "workflow-execution",
      "durationMs": 469.6230000000128,
      "styleRecalcs": 20,
      "styleRecalcDurationMs": 24.783,
      "layouts": 5,
      "layoutDurationMs": 1.7750000000000001,
      "taskDurationMs": 130.18400000000003,
      "heapDeltaBytes": 5338956,
      "heapUsedBytes": 69069984,
      "domNodes": 150,
      "jsHeapTotalBytes": 5242880,
      "scriptDurationMs": 11.988000000000001,
      "eventListeners": 99,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    },
    {
      "name": "workflow-execution",
      "durationMs": 478.33300000002055,
      "styleRecalcs": 11,
      "styleRecalcDurationMs": 18.859,
      "layouts": 3,
      "layoutDurationMs": 0.7520000000000001,
      "taskDurationMs": 125.5,
      "heapDeltaBytes": 5049124,
      "heapUsedBytes": 68713308,
      "domNodes": 121,
      "jsHeapTotalBytes": 6029312,
      "scriptDurationMs": 9.793999999999999,
      "eventListeners": 97,
      "totalBlockingTimeMs": 0,
      "frameDurationMs": 16.666666666666668,
      "p95FrameDurationMs": 16.800000000000182
    }
  ]
}

🎨 Storybook: ✅ Built — View Storybook

Details

⏰ Completed at: 08/13/2026, 12:35:42 AM UTC

Links

🎭 Playwright: ✅ 1805 passed, 0 failed · 3 flaky

📊 Browser Reports
  • chromium: View Report (✅ 1784 / ❌ 0 / ⚠️ 3 / ⏭️ 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)

Base automatically changed from fix/space-var to main July 23, 2026 01:54
@AustinMroz
AustinMroz force-pushed the austin/node-space-drag branch from 93ac026 to 3e6362e Compare July 31, 2026 19:10

@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/tests/vueNodes/interactions/canvas/pan.spec.ts`:
- Around line 55-70: Update the “while dragging node, spacebar starts pan” test
to capture the node’s graph position before the post-Space pointer move, then
assert that the final move changes that position to verify node dragging
resumes. Add mouse-button cleanup by releasing the mouse at the end of the step.

In `@src/renderer/extensions/vueNodes/layout/useNodeDrag.ts`:
- Around line 199-210: In the isReadOnly branch of the drag handler, stop and
clear the existing autoPan state before modifying canvas.ds.offset. Use the
established autoPan control and cleanup symbols, then continue the direct
canvas-panning behavior without invoking its onPan callback.
🪄 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: 32bd41a8-ef2c-400f-a80a-d9dd5de408b7

📥 Commits

Reviewing files that changed from the base of the PR and between 15a8601 and 3e6362e.

📒 Files selected for processing (3)
  • browser_tests/tests/vueNodes/interactions/canvas/pan.spec.ts
  • src/components/graph/GraphCanvas.vue
  • src/renderer/extensions/vueNodes/layout/useNodeDrag.ts

Comment thread browser_tests/tests/vueNodes/interactions/canvas/pan.spec.ts Outdated
Comment thread src/renderer/extensions/vueNodes/layout/useNodeDrag.ts
@AustinMroz
AustinMroz marked this pull request as ready for review July 31, 2026 21:06
@AustinMroz
AustinMroz requested a review from a team July 31, 2026 21:06
@dosubot dosubot Bot added the size:S This PR changes 10-29 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

@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Note

GitHub couldn't provide a complete incremental comparison for this pull request, so CodeRabbit is performing a full review instead. This review may take a little longer.

.not.toEqual(offsetBefore)
})

await test.step('while dragging node, spacebar starts pan', async () => {

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.

This seems like several steps...

Comment on lines +204 to +210
canvas.ds.offset[0] += delta[0] / canvas.ds.scale
canvas.ds.offset[1] += delta[1] / canvas.ds.scale
canvas.setDirty(true, true)
lastPointerX = event.clientX
lastPointerY = event.clientY
dragStartMouse.x += delta[0]
dragStartMouse.y += delta[1]

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.

The fact that we have to update this many things at once is a pretty big code smell, IMO.
(Not for this PR, just whining)

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

🤖 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/components/graph/GraphCanvas.vue`:
- Line 73: Update the GraphCanvas Space keydown binding to use a handler that
ignores events originating from inputs, textareas, buttons, or contenteditable
elements, and otherwise forwards Space through
canvasInteractions.forwardEventToCanvas only when an eligible node drag is
active.
- Line 73: Update the forwardEventToCanvas function’s event parameter type to
include KeyboardEvent, preserving its existing event handling and redispatch
behavior for keyboard properties.

In `@src/lib/litegraph/src/LGraphCanvas.ts`:
- Line 4011: Update the Space keyup handling around _autoPan?.stop() to restart
the AutoPanController when the pointer remains down and node dragging or link
interaction is still active. Invoke start() only for those active-drag states,
preserving the existing stopped behavior when no interaction is in progress.
🪄 Autofix

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: c11a21b2-a375-40cc-a9a5-0ce9286d9f5f

📥 Commits

Reviewing files that changed from the base of the PR and between c6fe797 and 2a956ab.

📒 Files selected for processing (4)
  • browser_tests/tests/vueNodes/interactions/canvas/pan.spec.ts
  • src/components/graph/GraphCanvas.vue
  • src/lib/litegraph/src/LGraphCanvas.ts
  • src/renderer/extensions/vueNodes/layout/useNodeDrag.ts

Comment thread src/components/graph/GraphCanvas.vue Outdated
Comment thread src/lib/litegraph/src/LGraphCanvas.ts
@AustinMroz AustinMroz assigned AustinMroz and unassigned DrJKL Aug 12, 2026
## Summary

Adds Playwright coverage and minimal fixes for two Space-pan regressions
in the parent PR.

## Changes

- **What**: Keep Space input in focused text widgets instead of
forwarding it to canvas panning.
- **What**: End the active Vue node drag when pointerup occurs during
Space-pan.
- **Tests**: Cover focused text input and pointer-release behavior.

## Review Focus

The first commit contains the failing regression tests. The second
commit contains the production fixes that make them pass.

---------

Co-authored-by: Amp <amp@ampcode.com>
@dosubot dosubot Bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:S This PR changes 10-29 lines, ignoring generated files. labels Aug 12, 2026
DrJKL
DrJKL previously approved these changes Aug 12, 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

Caution

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

⚠️ Outside diff range comments (1)
src/components/graph/GraphCanvas.vue (1)

623-635: 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Do not consume Space from focused select controls.

When e.target is an HTMLSelectElement during a Vue-node drag, this handler calls comfyApp.canvas.processKey(e). processKey prevents the default Space action, so the select cannot open or operate normally. Exclude HTMLSelectElement with the other native controls.

Proposed fix
     target instanceof HTMLInputElement ||
     target instanceof HTMLTextAreaElement ||
     target instanceof HTMLButtonElement ||
+    target instanceof HTMLSelectElement ||
     (target instanceof HTMLElement && target.isContentEditable)
🤖 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/components/graph/GraphCanvas.vue` around lines 623 - 635, Update
forwardSpaceKeyEvent to also return when e.target is an HTMLSelectElement,
alongside the existing native control checks, so Space is not forwarded to
comfyApp.canvas.processKey while a select is focused.
🤖 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/lib/litegraph/src/LGraphCanvas.linkDragAutoPan.test.ts`:
- Around line 61-85: Rewrite the test around real canvas behavior instead of
spying on AutoPanController methods: set the pointer through the canvas
pointer-handling path, place it at an edge, and drive the real auto-pan loop.
Assert that canvas.ds.offset remains unchanged while Space panning is active and
changes again after keyup, removing direct canvas.mouse mutation and
implementation-detail spy assertions.

---

Outside diff comments:
In `@src/components/graph/GraphCanvas.vue`:
- Around line 623-635: Update forwardSpaceKeyEvent to also return when e.target
is an HTMLSelectElement, alongside the existing native control checks, so Space
is not forwarded to comfyApp.canvas.processKey while a select is focused.
🪄 Autofix

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: 4bc79f38-912f-4044-ba13-924a788009c7

📥 Commits

Reviewing files that changed from the base of the PR and between 1d5a912 and 8a04624.

📒 Files selected for processing (3)
  • src/components/graph/GraphCanvas.vue
  • src/lib/litegraph/src/LGraphCanvas.linkDragAutoPan.test.ts
  • src/lib/litegraph/src/LGraphCanvas.ts

Comment thread src/lib/litegraph/src/LGraphCanvas.linkDragAutoPan.test.ts

@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/components/graph/GraphCanvas.vue`:
- Around line 627-630: Update the editable-control guard in GraphCanvas.vue’s
processKey-related Space forwarding logic to include HTMLSelectElement alongside
the existing input, textarea, and button checks, preventing native select
controls from triggering canvas panning. Add a browser test covering Space on a
focused native select and verify the control consumes the key without forwarding
it.
🪄 Autofix

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: 79df96ea-6f18-4854-be82-fb013e3468f7

📥 Commits

Reviewing files that changed from the base of the PR and between 1d5a912 and 213c174.

📒 Files selected for processing (6)
  • browser_tests/fixtures/ComfyMouse.ts
  • browser_tests/fixtures/helpers/KeyboardHelper.ts
  • browser_tests/tests/vueNodes/interactions/canvas/pan.spec.ts
  • src/components/graph/GraphCanvas.vue
  • src/lib/litegraph/src/LGraphCanvas.linkDragAutoPan.test.ts
  • src/lib/litegraph/src/LGraphCanvas.ts

Comment thread src/components/graph/GraphCanvas.vue

@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/lib/litegraph/src/LGraphCanvas.linkDragAutoPan.test.ts`:
- Around line 63-79: Update the drag setup in the test around processMouseDown
and processMouseMove to use PointerEvent for both pointerdown and pointermove
events, and set isPrimary: true on each event so the primary-pointer handling
invokes pointer.down and pointer.move.
🪄 Autofix

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: 431cbc4a-4057-4b41-8a9d-989f67a49d59

📥 Commits

Reviewing files that changed from the base of the PR and between 213c174 and 9bb58d7.

📒 Files selected for processing (1)
  • src/lib/litegraph/src/LGraphCanvas.linkDragAutoPan.test.ts

Comment thread src/lib/litegraph/src/LGraphCanvas.linkDragAutoPan.test.ts
@github-actions github-actions Bot added the risk:R3 PR risk grade (advisory shadow check; grader-owned) label Aug 13, 2026
DrJKL
DrJKL previously approved these changes Aug 13, 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 `@browser_tests/tests/vueNodes/interactions/canvas/pan.spec.ts`:
- Around line 110-148: Add browser coverage alongside the existing native select
Space-key test for a focused button and a focused contenteditable element.
Verify that holding Space while each element is focused does not start canvas
panning, exercising the separate exclusions in forwardSpaceKeyEvent.
🪄 Autofix

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: fee40729-af5e-45cf-94c3-dcf8c9ded03a

📥 Commits

Reviewing files that changed from the base of the PR and between 9bb58d7 and fa46894.

📒 Files selected for processing (3)
  • browser_tests/tests/vueNodes/interactions/canvas/pan.spec.ts
  • src/components/graph/GraphCanvas.vue
  • src/lib/litegraph/src/LGraphCanvas.linkDragAutoPan.test.ts

Comment thread browser_tests/tests/vueNodes/interactions/canvas/pan.spec.ts

@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 (2)
browser_tests/tests/vueNodes/interactions/canvas/pan.spec.ts (2)

41-52: 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Assert node immobility during Space-held panning.

Both Space-panning paths verify only that the canvas offset changes. The active-drag path captures positionBeforeResume after the Space-held move, so node movement during panning is not detected. Capture the node position before each Space-held move and assert that it remains unchanged until Space is released.

Proposed assertions
       const offsetBefore = await comfyPage.canvasOps.getOffset()
+      const positionBeforePan = [
+        ...(await nodeRef.getProperty<[number, number]>('pos'))
+      ]
...
       await comfyMouse.dragElementBy(node.root, { x: -300, y: 0 })
+      await softExpect
+        .poll(async () => [
+          ...(await nodeRef.getProperty<[number, number]>('pos'))
+        ])
+        .toEqual(positionBeforePan)
       await releaseSpace.disposeAsync()
...
       const offsetBeforePan = await comfyPage.canvasOps.getOffset()
+      const positionBeforePan = [
+        ...(await nodeRef.getProperty<[number, number]>('pos'))
+      ]
...
       await comfyPage.page.mouse.move(400, 400, { steps: 5 })
+      await softExpect
+        .poll(async () => [
+          ...(await nodeRef.getProperty<[number, number]>('pos'))
+        ])
+        .toEqual(positionBeforePan)

Also applies to: 55-65

🤖 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 `@browser_tests/tests/vueNodes/interactions/canvas/pan.spec.ts` around lines 41
- 52, Update both Space-held panning test steps around the node drag
interactions to capture the node position before the Space-held move and assert
it remains unchanged after the move, before releasing Space. Keep the existing
canvas-offset assertions, and apply the same immobility check to the active-drag
path using its node position symbol.

169-183: 🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Observe the pointer-release state before releasing Space.

The test disposes mouseRelease and spaceRelease back-to-back. It never checks node behavior after pointer release while Space remains held. A pointer-up regression can pass if Space-up clears the stale drag state. Assert that the initial +40 move changed the node. After mouseRelease.disposeAsync(), wait for a frame, move the pointer once before disposing spaceRelease, and assert that the node position remains unchanged.

Proposed test sequence
           await comfyPage.page.mouse.move(start.x, start.y)
+          const positionBeforeDrag = [
+            ...(await nodeRef.getProperty<[number, number]>('pos'))
+          ]
           await using mouseRelease = await comfyMouse.hold()
           await comfyPage.page.mouse.move(start.x + 40, start.y + 40, {
             steps: 5
           })
+          await expect
+            .poll(async () => [
+              ...(await nodeRef.getProperty<[number, number]>('pos'))
+            ])
+            .not.toEqual(positionBeforeDrag)
...
           await mouseRelease.disposeAsync()
+          await comfyPage.nextFrame()
+          const positionAfterPointerRelease = [
+            ...(await nodeRef.getProperty<[number, number]>('pos'))
+          ]
+          await comfyPage.page.mouse.move(start.x + 120, start.y + 120, {
+            steps: 5
+          })
+          await comfyPage.nextFrame()
+          await expect
+            .poll(async () => [
+              ...(await nodeRef.getProperty<[number, number]>('pos'))
+            ])
+            .toEqual(positionAfterPointerRelease)
           await spaceRelease.disposeAsync()
🤖 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 `@browser_tests/tests/vueNodes/interactions/canvas/pan.spec.ts` around lines
169 - 183, Update the “Release the pointer while Space-panning” step around
positionAfterRelease to assert the initial +40 move changed the node, then
dispose mouseRelease and wait for a frame before moving the pointer once more
while Space remains held; assert the node position is unchanged, and only then
dispose spaceRelease.
🤖 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 `@browser_tests/tests/vueNodes/interactions/canvas/pan.spec.ts`:
- Around line 41-52: Update both Space-held panning test steps around the node
drag interactions to capture the node position before the Space-held move and
assert it remains unchanged after the move, before releasing Space. Keep the
existing canvas-offset assertions, and apply the same immobility check to the
active-drag path using its node position symbol.
- Around line 169-183: Update the “Release the pointer while Space-panning” step
around positionAfterRelease to assert the initial +40 move changed the node,
then dispose mouseRelease and wait for a frame before moving the pointer once
more while Space remains held; assert the node position is unchanged, and only
then dispose spaceRelease.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro Plus

Run ID: 12a44c44-7644-4dd8-926a-c0a965ff2891

📥 Commits

Reviewing files that changed from the base of the PR and between fa46894 and 3605fb1.

📒 Files selected for processing (1)
  • browser_tests/tests/vueNodes/interactions/canvas/pan.spec.ts

@DrJKL DrJKL assigned christian-byrne and unassigned AustinMroz Aug 13, 2026
@AustinMroz
AustinMroz added this pull request to the merge queue Aug 13, 2026
Merged via the queue into main with commit 891ee51 Aug 13, 2026
70 checks passed
@AustinMroz
AustinMroz deleted the austin/node-space-drag branch August 13, 2026 02:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

risk:R3 PR risk grade (advisory shadow check; grader-owned) 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