Skip to content

Conversation

@christian-byrne
Copy link
Contributor

@christian-byrne christian-byrne commented Nov 14, 2025

Before (pre-refactor)

src/
├─ core/
│  └─ graph/
│     └─ subgraph/
│        ├─ proxyWidget.ts
│        └─ proxyWidgetUtils.ts
├─ services/
│  └─ litegraphService.ts (imports core/graph/subgraph/*)
├─ composables/
│  └─ useCoreCommands.ts (imports core/graph/subgraph/proxyWidgetUtils)
├─ scripts/app.ts (imports core/graph/subgraph/proxyWidget)
├─ views/components/tests referencing the same core path
└─ renderer/
   └─ core/canvas/... (indirectly pulled in because proxyWidget.ts imports renderer stores/services)
  • Chain reaction: useCoreCommandscore/graph/subgraph/proxyWidgetUtils → renderer stores/services → renderer chunks loaded even for workbench-only consumers.
  • Base layer pollution: files under src/core/** imported Pinia stores (domWidgetStore, subgraphNavigationStore) and renderer canvas stores.

After (current state)

src/
├─ renderer/
│  └─ graph/
│     └─ subgraph/
│        ├─ proxyWidget.ts
│        └─ proxyWidgetUtils.ts (registers renderer handlers)
├─ services/
│  └─ litegraphService.ts
│     ├─ exposes registerWidgetPromotionHandlers()
│     └─ exposes invokeToggleWidgetPromotion()
├─ composables/
│  └─ useCoreCommands.ts
│     └─ calls invokeToggleWidgetPromotion() (no renderer import)
├─ scripts/app.ts (imports renderer/graph/subgraph/proxyWidget)
└─ core/
   └─ graph/subgraph/
      └─ data-only helpers (no renderer imports)
  • Renderer ownership: UI-specific logic (DOM widgets, canvas listeners) resides under src/renderer/**.
  • Service bridge: litegraphService maintains optional renderer handlers. Workbench code consumes stable APIs instead of importing renderer modules or using dynamic import().
  • Resulting flow:
    • useCoreCommandslitegraphService.invokeToggleWidgetPromotion() → renderer handler (if registered)
    • litegraphService context menu hook → widgetPromotionHandlers.addWidgetPromotionOptions
    • scripts/app (renderer bootstrap) still imports the renderer module directly, which is acceptable for full renderer entrypoints.

┆Issue is synchronized with this Notion page by Unito

@dosubot dosubot bot added the size:M This PR changes 30-99 lines, ignoring generated files. label Nov 14, 2025
@github-actions
Copy link

github-actions bot commented Nov 14, 2025

🎭 Playwright Test Results

Some tests failed

⏰ Completed at: 11/14/2025, 01:20:24 AM UTC

📈 Summary

  • Total Tests: 498
  • Passed: 464 ✅
  • Failed: 1 ❌
  • Flaky: 3 ⚠️
  • Skipped: 30 ⏭️

📊 Test Reports by Browser

  • chromium: View Report • ✅ 455 / ❌ 1 / ⚠️ 3 / ⏭️ 30
  • chromium-2x: View Report • ✅ 2 / ❌ 0 / ⚠️ 0 / ⏭️ 0
  • chromium-0.5x: View Report • ✅ 1 / ❌ 0 / ⚠️ 0 / ⏭️ 0
  • mobile-chrome: View Report • ✅ 6 / ❌ 0 / ⚠️ 0 / ⏭️ 0

🎉 Click on the links above to view detailed test results for each browser configuration.

@github-actions
Copy link

github-actions bot commented Nov 14, 2025

🎨 Storybook Build Status

Build completed successfully!

⏰ Completed at: 11/14/2025, 01:10:28 AM UTC

🔗 Links


🎉 Your Storybook is ready for review!

@christian-byrne christian-byrne marked this pull request as draft November 14, 2025 01:10
@github-actions
Copy link

Bundle Size Report

Summary

  • Raw size: 13.6 MB baseline 13.6 MB — 🔴 +784 B
  • Gzip: 2.73 MB baseline 2.72 MB — 🔴 +109 B
  • Brotli: 2.14 MB baseline 2.14 MB — 🔴 +80 B
  • Bundles: 89 current • 89 baseline • 35 added / 35 removed

Category Glance
App Entry Points 🔴 +734 B (2.94 MB) · Graph Workspace 🔴 +50 B (799 kB) · Vendor & Third-Party ⚪ 0 B (5.32 MB) · Other ⚪ 0 B (3.92 MB) · Panels & Settings ⚪ 0 B (306 kB) · UI Components ⚪ 0 B (266 kB) · + 3 more

Per-category breakdown
App Entry Points — 2.94 MB (baseline 2.94 MB) • 🔴 +734 B

Main entry bundles and manifests

File Before After Δ Raw Δ Gzip Δ Brotli
assets/index-BMnk1wbg.js (new) 2.55 MB 🔴 +2.55 MB 🔴 +536 kB 🔴 +408 kB
assets/index-DzOMgN8K.js (removed) 2.55 MB 🟢 -2.55 MB 🟢 -536 kB 🟢 -408 kB
assets/index-ChFOPu2R.js (removed) 386 kB 🟢 -386 kB 🟢 -77.9 kB 🟢 -63.2 kB
assets/index-CUtpq67P.js (new) 386 kB 🔴 +386 kB 🔴 +77.9 kB 🔴 +63.1 kB
assets/index-CAiJ-GG2.js (new) 1.75 kB 🔴 +1.75 kB 🔴 +577 B 🔴 +488 B
assets/index-tBsheUlJ.js (removed) 1.75 kB 🟢 -1.75 kB 🟢 -575 B 🟢 -487 B
assets/index-DWfGiG59.js (new) 345 B 🔴 +345 B 🔴 +245 B 🔴 +236 B
assets/index-MNVRMsnT.js (removed) 345 B 🟢 -345 B 🟢 -244 B 🟢 -199 B

Status: 4 added / 4 removed

Graph Workspace — 799 kB (baseline 799 kB) • 🔴 +50 B

Graph editor runtime, canvas, workflow orchestration

File Before After Δ Raw Δ Gzip Δ Brotli
assets/GraphView-Be8zfoZq.js (new) 799 kB 🔴 +799 kB 🔴 +156 kB 🔴 +120 kB
assets/GraphView-BnvvO6Rd.js (removed) 799 kB 🟢 -799 kB 🟢 -156 kB 🟢 -120 kB

Status: 1 added / 1 removed

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

Top-level views, pages, and routed surfaces

File Before After Δ Raw Δ Gzip Δ Brotli
assets/UserSelectView-BoNrBreq.js (removed) 8 kB 🟢 -8 kB 🟢 -2.43 kB 🟢 -2.13 kB
assets/UserSelectView-DAsUD7Pa.js (new) 8 kB 🔴 +8 kB 🔴 +2.43 kB 🔴 +2.13 kB

Status: 1 added / 1 removed

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

Configuration panels, inspectors, and settings screens

File Before After Δ Raw Δ Gzip Δ Brotli
assets/CreditsPanel-C2pkQumr.js (new) 22.9 kB 🔴 +22.9 kB 🔴 +5.43 kB 🔴 +4.76 kB
assets/CreditsPanel-DhWf87r_.js (removed) 22.9 kB 🟢 -22.9 kB 🟢 -5.43 kB 🟢 -4.75 kB
assets/KeybindingPanel-D32vypFM.js (removed) 15.1 kB 🟢 -15.1 kB 🟢 -3.73 kB 🟢 -3.29 kB
assets/KeybindingPanel-DRmL8iE4.js (new) 15.1 kB 🔴 +15.1 kB 🔴 +3.73 kB 🔴 +3.29 kB
assets/ExtensionPanel-BBcHW-K2.js (new) 11.9 kB 🔴 +11.9 kB 🔴 +2.79 kB 🔴 +2.45 kB
assets/ExtensionPanel-dkvlK4q8.js (removed) 11.9 kB 🟢 -11.9 kB 🟢 -2.79 kB 🟢 -2.45 kB
assets/AboutPanel-CrYV7tVG.js (removed) 10.1 kB 🟢 -10.1 kB 🟢 -2.63 kB 🟢 -2.33 kB
assets/AboutPanel-DKEBGpV1.js (new) 10.1 kB 🔴 +10.1 kB 🔴 +2.62 kB 🔴 +2.33 kB
assets/ServerConfigPanel-B4OOOr4p.js (removed) 8.05 kB 🟢 -8.05 kB 🟢 -2.12 kB 🟢 -1.88 kB
assets/ServerConfigPanel-df20MXv1.js (new) 8.05 kB 🔴 +8.05 kB 🔴 +2.12 kB 🔴 +1.88 kB
assets/UserPanel-BAUr0D22.js (new) 7.76 kB 🔴 +7.76 kB 🔴 +2.02 kB 🔴 +1.77 kB
assets/UserPanel-Ck4j7smr.js (removed) 7.76 kB 🟢 -7.76 kB 🟢 -2.02 kB 🟢 -1.77 kB
assets/settings-BXTtSH4O.js 33.3 kB 33.3 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/settings-C9Pzn-NG.js 25.2 kB 25.2 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/settings-CCy2fA_h.js 27.3 kB 27.3 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/settings-CQpqEFfl.js 26.6 kB 26.6 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/settings-DHcnxypw.js 21.7 kB 21.7 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/settings-DhFTK9fY.js 25.1 kB 25.1 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/settings-DlT4t_ui.js 25.9 kB 25.9 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/settings-DRgSrIdD.js 24.2 kB 24.2 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/settings-tjkeqiZq.js 21.1 kB 21.1 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B

Status: 6 added / 6 removed

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

Reusable component library chunks

File Before After Δ Raw Δ Gzip Δ Brotli
assets/Load3D.vue_vue_type_script_setup_true_lang-_wIKR3R0.js (removed) 185 kB 🟢 -185 kB 🟢 -31.9 kB 🟢 -25.9 kB
assets/Load3D.vue_vue_type_script_setup_true_lang-Db-Gcszy.js (new) 185 kB 🔴 +185 kB 🔴 +31.9 kB 🔴 +25.9 kB
assets/WidgetSelect.vue_vue_type_script_setup_true_lang-Bsi4SFGo.js (removed) 47.9 kB 🟢 -47.9 kB 🟢 -10.4 kB 🟢 -9 kB
assets/WidgetSelect.vue_vue_type_script_setup_true_lang-DQM9p-WD.js (new) 47.9 kB 🔴 +47.9 kB 🔴 +10.4 kB 🔴 +9 kB
assets/ComfyQueueButton-crb1Yh1y.js (removed) 11.1 kB 🟢 -11.1 kB 🟢 -2.78 kB 🟢 -2.46 kB
assets/ComfyQueueButton-EgOxdIBe.js (new) 11.1 kB 🔴 +11.1 kB 🔴 +2.78 kB 🔴 +2.46 kB
assets/WidgetSelectButton-CXUL3Po9.js (new) 6.56 kB 🔴 +6.56 kB 🔴 +1.94 kB 🔴 +1.7 kB
assets/WidgetSelectButton-DHBu8Oko.js (removed) 6.56 kB 🟢 -6.56 kB 🟢 -1.94 kB 🟢 -1.7 kB
assets/WidgetLayoutField.vue_vue_type_script_setup_true_lang-COaUG5uy.js (removed) 2.16 kB 🟢 -2.16 kB 🟢 -811 B 🟢 -701 B
assets/WidgetLayoutField.vue_vue_type_script_setup_true_lang-CWz4eiKe.js (new) 2.16 kB 🔴 +2.16 kB 🔴 +809 B 🔴 +702 B
assets/LazyImage.vue_vue_type_script_setup_true_lang-CYFSl-yC.js 10.7 kB 10.7 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/UserAvatar.vue_vue_type_script_setup_true_lang-D2s8tnS2.js 1.26 kB 1.26 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/WidgetButton-ByrPd5jr.js 1.62 kB 1.62 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B

Status: 5 added / 5 removed

Data & Services — 12.6 kB (baseline 12.6 kB) • ⚪ 0 B

Stores, services, APIs, and repositories

File Before After Δ Raw Δ Gzip Δ Brotli
assets/keybindingService-1KHuwG3R.js (new) 7.6 kB 🔴 +7.6 kB 🔴 +1.84 kB 🔴 +1.59 kB
assets/keybindingService-BFc9q1SQ.js (removed) 7.6 kB 🟢 -7.6 kB 🟢 -1.84 kB 🟢 -1.59 kB
assets/audioService-DUPMmdAa.js (new) 2.2 kB 🔴 +2.2 kB 🔴 +959 B 🔴 +821 B
assets/audioService-R53232NO.js (removed) 2.2 kB 🟢 -2.2 kB 🟢 -964 B 🟢 -824 B
assets/serverConfigStore-CSC1Jwyz.js 2.79 kB 2.79 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B

Status: 2 added / 2 removed

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

Helpers, composables, and utility bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/audioUtils-BtkwkPTX.js (new) 1.41 kB 🔴 +1.41 kB 🔴 +652 B 🔴 +551 B
assets/audioUtils-C7YceFgA.js (removed) 1.41 kB 🟢 -1.41 kB 🟢 -653 B 🟢 -547 B
assets/mathUtil-CTARWQ-l.js 1.07 kB 1.07 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/nodeFilterUtil-CXKCRJ-m.js 460 B 460 B ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/useTransformCompatOverlayProps-YaCpDdzr.js 486 B 486 B ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/useWidgetValue-IC6pgigJ.js 2.45 kB 2.45 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B

Status: 1 added / 1 removed

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

External libraries and shared vendor chunks

File Before After Δ Raw Δ Gzip Δ Brotli
assets/vendor-other-DC3ww4lS.js 3.22 MB 3.22 MB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/vendor-primevue-PESgPnbc.js 517 B 517 B ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/vendor-three-aR6ntw5X.js 1.37 MB 1.37 MB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/vendor-tiptap-D5vdTa2Y.js 232 kB 232 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/vendor-vue-C80SsSPi.js 92.6 kB 92.6 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/vendor-xterm-BZLod3g9.js 407 kB 407 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
Other — 3.92 MB (baseline 3.92 MB) • ⚪ 0 B

Bundles that do not match a named category

File Before After Δ Raw Δ Gzip Δ Brotli
assets/WidgetRecordAudio-tCaalgw_.js (removed) 22.1 kB 🟢 -22.1 kB 🟢 -5.57 kB 🟢 -4.92 kB
assets/WidgetRecordAudio-yzjY095U.js (new) 22.1 kB 🔴 +22.1 kB 🔴 +5.57 kB 🔴 +4.93 kB
assets/AudioPreviewPlayer-BJ_nJlNw.js (new) 14.9 kB 🔴 +14.9 kB 🔴 +3.71 kB 🔴 +3.31 kB
assets/AudioPreviewPlayer-Ci5N1_3f.js (removed) 14.9 kB 🟢 -14.9 kB 🟢 -3.71 kB 🟢 -3.31 kB
assets/WidgetInputNumber-C_GumUu0.js (removed) 14.6 kB 🟢 -14.6 kB 🟢 -3.77 kB 🟢 -3.35 kB
assets/WidgetInputNumber-CWldcQtF.js (new) 14.6 kB 🔴 +14.6 kB 🔴 +3.77 kB 🔴 +3.34 kB
assets/WidgetGalleria-CtoTvHFH.js (removed) 5.59 kB 🟢 -5.59 kB 🟢 -1.74 kB 🟢 -1.54 kB
assets/WidgetGalleria-DFRBhgqP.js (new) 5.59 kB 🔴 +5.59 kB 🔴 +1.74 kB 🔴 +1.54 kB
assets/WidgetColorPicker-CKZ_xYnz.js (new) 4.87 kB 🔴 +4.87 kB 🔴 +1.67 kB 🔴 +1.47 kB
assets/WidgetColorPicker-XBlNn6dg.js (removed) 4.87 kB 🟢 -4.87 kB 🟢 -1.67 kB 🟢 -1.46 kB
assets/WidgetMarkdown-BcO1j3qi.js (new) 4.85 kB 🔴 +4.85 kB 🔴 +1.69 kB 🔴 +1.46 kB
assets/WidgetMarkdown-pIjwFObH.js (removed) 4.85 kB 🟢 -4.85 kB 🟢 -1.69 kB 🟢 -1.46 kB
assets/WidgetAudioUI-Bme8GQlb.js (new) 4.45 kB 🔴 +4.45 kB 🔴 +1.48 kB 🔴 +1.32 kB
assets/WidgetAudioUI-BPNJ0eUJ.js (removed) 4.45 kB 🟢 -4.45 kB 🟢 -1.48 kB 🟢 -1.32 kB
assets/WidgetMultiSelect-CBmKlhcV.js (new) 4.26 kB 🔴 +4.26 kB 🔴 +1.44 kB 🔴 +1.26 kB
assets/WidgetMultiSelect-G_5WEFcA.js (removed) 4.26 kB 🟢 -4.26 kB 🟢 -1.44 kB 🟢 -1.26 kB
assets/WidgetTreeSelect--ea8NzIQ.js (new) 3.99 kB 🔴 +3.99 kB 🔴 +1.36 kB 🔴 +1.2 kB
assets/WidgetTreeSelect-DGnd8AKI.js (removed) 3.99 kB 🟢 -3.99 kB 🟢 -1.37 kB 🟢 -1.19 kB
assets/WidgetTextarea-BMPVKby2.js (new) 3.7 kB 🔴 +3.7 kB 🔴 +1.28 kB 🔴 +1.12 kB
assets/WidgetTextarea-DEHeaez5.js (removed) 3.7 kB 🟢 -3.7 kB 🟢 -1.28 kB 🟢 -1.12 kB
assets/WidgetInputText-BH0GChiL.js (removed) 3.62 kB 🟢 -3.62 kB 🟢 -1.26 kB 🟢 -1.12 kB
assets/WidgetInputText-D6Sa49J7.js (new) 3.62 kB 🔴 +3.62 kB 🔴 +1.26 kB 🔴 +1.12 kB
assets/WidgetToggleSwitch-B9TqBEA6.js (new) 3.49 kB 🔴 +3.49 kB 🔴 +1.21 kB 🔴 +1.06 kB
assets/WidgetToggleSwitch-Cu44NbXL.js (removed) 3.49 kB 🟢 -3.49 kB 🟢 -1.21 kB 🟢 -1.06 kB
assets/WidgetSelect-BjYvZKAb.js (removed) 2.29 kB 🟢 -2.29 kB 🟢 -718 B 🟢 -608 B
assets/WidgetSelect-Du6uWTT4.js (new) 2.29 kB 🔴 +2.29 kB 🔴 +717 B 🔴 +616 B
assets/Load3D-CfsrjhMj.js (removed) 2.01 kB 🟢 -2.01 kB 🟢 -607 B 🟢 -514 B
assets/Load3D-j-OyuZdL.js (new) 2.01 kB 🔴 +2.01 kB 🔴 +605 B 🔴 +509 B
assets/WidgetLegacy-C1sqv0_Z.js (new) 1.91 kB 🔴 +1.91 kB 🔴 +555 B 🔴 +497 B
assets/WidgetLegacy-CTRukZOi.js (removed) 1.91 kB 🟢 -1.91 kB 🟢 -557 B 🟢 -466 B
assets/commands-_6uSNVYB.js 14.9 kB 14.9 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/commands-BaAvtVOT.js 14.7 kB 14.7 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/commands-BRKOlMPq.js 15.4 kB 15.4 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/commands-C1kmJUO0.js 14.9 kB 14.9 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/commands-CHLkz7NH.js 17.4 kB 17.4 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/commands-cLsDwHMQ.js 14 kB 14 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/commands-Ct50VUT9.js 16.2 kB 16.2 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/commands-DOEnM922.js 14.1 kB 14.1 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/commands-Ds4Sq2CW.js 15.7 kB 15.7 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/main-BjHbZI-o.js 97.5 kB 97.5 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/main-BsmSUEg9.js 75.9 kB 75.9 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/main-C1dqVsBC.js 103 kB 103 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/main-CTcPPkuZ.js 87.4 kB 87.4 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/main-CwX98cQA.js 89.7 kB 89.7 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/main-DFyT7zKX.js 84.8 kB 84.8 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/main-DHvyJYQT.js 74.9 kB 74.9 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/main-ruI2u5eb.js 118 kB 118 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/main-UdMyOcTd.js 86.4 kB 86.4 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/nodeDefs-_Px5dSNW.js 306 kB 306 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/nodeDefs-7z21KPoS.js 285 kB 285 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/nodeDefs-BWKZzBPK.js 346 kB 346 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/nodeDefs-CGbgH4Yl.js 320 kB 320 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/nodeDefs-CjjjdWkV.js 313 kB 313 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/nodeDefs-CVrNtxvj.js 288 kB 288 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/nodeDefs-DLRSA0IK.js 309 kB 309 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/nodeDefs-DQV2gnwA.js 372 kB 372 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/nodeDefs-ofqLG5vz.js 310 kB 310 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/WidgetChart-4dlndULn.js 2.44 kB 2.44 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/WidgetFileUpload-Cx6dGznS.js 11.9 kB 11.9 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/WidgetImageCompare-Ds3K3ULR.js 2.15 kB 2.15 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/widgetPropFilter-BIbGSUAt.js 1.28 kB 1.28 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B

Status: 15 added / 15 removed

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

Labels

size:M This PR changes 30-99 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants