Skip to content

Conversation

@simula-r
Copy link
Contributor

@simula-r simula-r commented Nov 18, 2025

Summary

Problem:

After vue node compacting PR the white space within the node has been greatly reduced, lowering the min intrinsic size, thus allowing us to reduce the amount we need to scale up via ensureCorrectLayoutScale(), therefore increasing readability of nodes. Great!

However, a side effect of reducing the scale factor means nodes with larger min content will not be scaled up enough causing nodes to be too large in many cases.

For example, if the min intrinsic width is very long due to input length:
image

Solution:

Allow for nodes to be resized less than their intrinsic min width. And truncate widget inputs like many other node UIs do.

IMPORTANT: when a node is added via search or other, it will still get a min size based on its intrinsic content it just wont be the min width! So best of both worlds.

image

this means we choose a default min width and clamp resize to it. This also means we have to remove the arbitrary min width values that were sprinkled around the vue node widgets. They are not needed because instead of min width, they can take up full width and inherit the sizing from the node min width! This makes nodes like little browser windows and widgets are just responsive elements with in. Much more natural imo.

Bonus

  • Set ensureCorrectLayouScale() to scale factor of 1.2 which means vue nodes are now only being set 20% bigger than LG. That covers for the height difference we cant change!
  • Fix ensureCorrectLayouScale() to offset y position for groups / better alignment
  • Get rid of arbitrary inflexible min width like min-[417px] which shouldnt have been used the first place
  • Make Select and Input overlay portals width set to their content

Changes

What:

  • Node resizing behavior
  • Node widget min width
  • Widget input and slot truncation
  • Misc arbitrary styling that should have been fluid

Screenshots (if applicable)

chrome_t4IHlvU4g4.mp4
chrome_hYm10upe6C.mp4

┆Issue is synchronized with this Notion page by Unito

@github-actions
Copy link

github-actions bot commented Nov 18, 2025

🎨 Storybook Build Status

Build completed successfully!

⏰ Completed at: 11/18/2025, 06:59:24 AM UTC

🔗 Links


🎉 Your Storybook is ready for review!

@github-actions
Copy link

github-actions bot commented Nov 18, 2025

🎭 Playwright Test Results

Some tests failed

⏰ Completed at: 11/18/2025, 07:12:52 AM UTC

📈 Summary

  • Total Tests: 476
  • Passed: 423 ✅
  • Failed: 21 ❌
  • Flaky: 2 ⚠️
  • Skipped: 30 ⏭️

📊 Test Reports by Browser

  • chromium: View Report • ✅ 418 / ❌ 19 / ⚠️ 2 / ⏭️ 30
  • chromium-2x: View Report • ✅ 2 / ❌ 0 / ⚠️ 0 / ⏭️ 0
  • chromium-0.5x: View Report • ✅ 1 / ❌ 0 / ⚠️ 0 / ⏭️ 0
  • mobile-chrome: View Report • ✅ 2 / ❌ 2 / ⚠️ 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 18, 2025

Bundle Size Report

Summary

  • Raw size: 13.7 MB baseline 13.7 MB — 🔴 +839 B
  • Gzip: 2.75 MB baseline 2.75 MB — 🔴 +124 B
  • Brotli: 2.16 MB baseline 2.16 MB — 🔴 +71 B
  • Bundles: 97 current • 97 baseline • 41 added / 41 removed

Category Glance
App Entry Points 🔴 +350 B (3.14 MB) · Other 🔴 +296 B (3.94 MB) · UI Components 🔴 +108 B (137 kB) · Graph Workspace 🔴 +85 B (789 kB) · Vendor & Third-Party ⚪ 0 B (5.32 MB) · Panels & Settings ⚪ 0 B (307 kB) · + 3 more

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

Main entry bundles and manifests

File Before After Δ Raw Δ Gzip Δ Brotli
assets/index-f23RVrMu.js (new) 2.77 MB 🔴 +2.77 MB 🔴 +577 kB 🔴 +438 kB
assets/index-B_bT-d7H.js (removed) 2.77 MB 🟢 -2.77 MB 🟢 -577 kB 🟢 -438 kB
assets/index-B2O5V-Sa.js (removed) 364 kB 🟢 -364 kB 🟢 -75.2 kB 🟢 -61.3 kB
assets/index-jRvac8Wk.js (new) 364 kB 🔴 +364 kB 🔴 +75.2 kB 🔴 +61.4 kB
assets/index-CJRCR493.js (removed) 345 B 🟢 -345 B 🟢 -245 B 🟢 -236 B
assets/index-Dx6xGImG.js (new) 345 B 🔴 +345 B 🔴 +246 B 🔴 +228 B

Status: 3 added / 3 removed

Graph Workspace — 789 kB (baseline 789 kB) • 🔴 +85 B

Graph editor runtime, canvas, workflow orchestration

File Before After Δ Raw Δ Gzip Δ Brotli
assets/GraphView-DGUPTcez.js (new) 789 kB 🔴 +789 kB 🔴 +155 kB 🔴 +119 kB
assets/GraphView-D917mKqU.js (removed) 789 kB 🟢 -789 kB 🟢 -155 kB 🟢 -119 kB

Status: 1 added / 1 removed

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

Top-level views, pages, and routed surfaces

File Before After Δ Raw Δ Gzip Δ Brotli
assets/UserSelectView-CrxLiYbj.js (new) 8.03 kB 🔴 +8.03 kB 🔴 +2.45 kB 🔴 +2.15 kB
assets/UserSelectView-D7jgTDNT.js (removed) 8.03 kB 🟢 -8.03 kB 🟢 -2.45 kB 🟢 -2.16 kB

Status: 1 added / 1 removed

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

Configuration panels, inspectors, and settings screens

File Before After Δ Raw Δ Gzip Δ Brotli
assets/CreditsPanel-BPnKeZeS.js (removed) 23 kB 🟢 -23 kB 🟢 -5.47 kB 🟢 -4.79 kB
assets/CreditsPanel-Sq_9bI7O.js (new) 23 kB 🔴 +23 kB 🔴 +5.47 kB 🔴 +4.79 kB
assets/KeybindingPanel-OAToDxDq.js (new) 15.1 kB 🔴 +15.1 kB 🔴 +3.74 kB 🔴 +3.3 kB
assets/KeybindingPanel-w7Iu3FWG.js (removed) 15.1 kB 🟢 -15.1 kB 🟢 -3.75 kB 🟢 -3.3 kB
assets/ExtensionPanel-D5EZ1t0y.js (new) 12 kB 🔴 +12 kB 🔴 +2.81 kB 🔴 +2.46 kB
assets/ExtensionPanel-HXBHbJNT.js (removed) 12 kB 🟢 -12 kB 🟢 -2.81 kB 🟢 -2.46 kB
assets/AboutPanel-BZv7bCxw.js (removed) 10.2 kB 🟢 -10.2 kB 🟢 -2.64 kB 🟢 -2.31 kB
assets/AboutPanel-DBFMIv95.js (new) 10.2 kB 🔴 +10.2 kB 🔴 +2.64 kB 🔴 +2.32 kB
assets/ServerConfigPanel-C9OUEwnA.js (new) 8.09 kB 🔴 +8.09 kB 🔴 +2.14 kB 🔴 +1.89 kB
assets/ServerConfigPanel-Dm_686eP.js (removed) 8.09 kB 🟢 -8.09 kB 🟢 -2.14 kB 🟢 -1.89 kB
assets/UserPanel-Du7H9GJp.js (removed) 7.8 kB 🟢 -7.8 kB 🟢 -2.04 kB 🟢 -1.78 kB
assets/UserPanel-DvYGafZF.js (new) 7.8 kB 🔴 +7.8 kB 🔴 +2.04 kB 🔴 +1.78 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 — 137 kB (baseline 136 kB) • 🔴 +108 B

Reusable component library chunks

File Before After Δ Raw Δ Gzip Δ Brotli
assets/Load3D.vue_vue_type_script_setup_true_lang-DM2if5vJ.js (new) 53.9 kB 🔴 +53.9 kB 🔴 +8.43 kB 🔴 +7.25 kB
assets/Load3D.vue_vue_type_script_setup_true_lang-Du2IUmRC.js (removed) 53.9 kB 🟢 -53.9 kB 🟢 -8.43 kB 🟢 -7.23 kB
assets/WidgetSelect.vue_vue_type_script_setup_true_lang-DqJ3Zc4O.js (new) 48.2 kB 🔴 +48.2 kB 🔴 +10.4 kB 🔴 +9 kB
assets/WidgetSelect.vue_vue_type_script_setup_true_lang-nSA6PUEE.js (removed) 48.1 kB 🟢 -48.1 kB 🟢 -10.4 kB 🟢 -9 kB
assets/ComfyQueueButton-BEiyMZd7.js (removed) 11.2 kB 🟢 -11.2 kB 🟢 -2.8 kB 🟢 -2.47 kB
assets/ComfyQueueButton-DiwTxOb-.js (new) 11.2 kB 🔴 +11.2 kB 🔴 +2.79 kB 🔴 +2.47 kB
assets/WidgetSelectButton-BTV7WWrK.js (new) 6.61 kB 🔴 +6.61 kB 🔴 +1.97 kB 🔴 +1.74 kB
assets/WidgetSelectButton-DoJdf7ZP.js (removed) 6.59 kB 🟢 -6.59 kB 🟢 -1.96 kB 🟢 -1.72 kB
assets/WidgetLayoutField.vue_vue_type_script_setup_true_lang-yr35ztCL.js (removed) 2.16 kB 🟢 -2.16 kB 🟢 -810 B 🟢 -706 B
assets/WidgetLayoutField.vue_vue_type_script_setup_true_lang-Df5J2g6G.js (new) 2.14 kB 🔴 +2.14 kB 🔴 +795 B 🔴 +693 B
assets/MediaTitle.vue_vue_type_script_setup_true_lang-BmC0C226.js (removed) 848 B 🟢 -848 B 🟢 -475 B 🟢 -417 B
assets/MediaTitle.vue_vue_type_script_setup_true_lang-Z3QiemL6.js (new) 848 B 🔴 +848 B 🔴 +474 B 🔴 +429 B
assets/LazyImage.vue_vue_type_script_setup_true_lang-Wi-CcgaU.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: 6 added / 6 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-CTvyxVLB.js (removed) 7.6 kB 🟢 -7.6 kB 🟢 -1.84 kB 🟢 -1.59 kB
assets/keybindingService-Dna_Id2y.js (new) 7.6 kB 🔴 +7.6 kB 🔴 +1.84 kB 🔴 +1.58 kB
assets/audioService-CQI8EDMx.js (removed) 2.2 kB 🟢 -2.2 kB 🟢 -963 B 🟢 -823 B
assets/audioService-Ds_JTdu2.js (new) 2.2 kB 🔴 +2.2 kB 🔴 +960 B 🔴 +822 B
assets/serverConfigStore-B-x6001d.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-Cg3oxwc8.js (removed) 1.41 kB 🟢 -1.41 kB 🟢 -650 B 🟢 -549 B
assets/audioUtils-q4bNKgEh.js (new) 1.41 kB 🔴 +1.41 kB 🔴 +651 B 🔴 +546 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-6R86j2Wt.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-CSqz1Oiv.js 232 kB 232 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/vendor-vue-Cp6hwTh6.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.94 MB (baseline 3.94 MB) • 🔴 +296 B

Bundles that do not match a named category

File Before After Δ Raw Δ Gzip Δ Brotli
assets/WidgetRecordAudio-BW2ADNjU.js (removed) 22.1 kB 🟢 -22.1 kB 🟢 -5.57 kB 🟢 -4.92 kB
assets/WidgetRecordAudio-DGWCRDGS.js (new) 22.1 kB 🔴 +22.1 kB 🔴 +5.56 kB 🔴 +4.91 kB
assets/AudioPreviewPlayer-D9KPNVG6.js (removed) 15 kB 🟢 -15 kB 🟢 -3.7 kB 🟢 -3.31 kB
assets/AudioPreviewPlayer-DEDlTlUa.js (new) 15 kB 🔴 +15 kB 🔴 +3.7 kB 🔴 +3.31 kB
assets/WidgetInputNumber-DajXRmtn.js (new) 14.6 kB 🔴 +14.6 kB 🔴 +3.81 kB 🔴 +3.38 kB
assets/WidgetInputNumber-DqLnHd6q.js (removed) 14.6 kB 🟢 -14.6 kB 🟢 -3.79 kB 🟢 -3.37 kB
assets/WidgetFileUpload-PiJqIEcV.js (new) 12 kB 🔴 +12 kB 🔴 +2.82 kB 🔴 +2.45 kB
assets/WidgetFileUpload-Cx6dGznS.js (removed) 11.9 kB 🟢 -11.9 kB 🟢 -2.81 kB 🟢 -2.44 kB
assets/WidgetGalleria-B6XyzbTB.js (removed) 5.62 kB 🟢 -5.62 kB 🟢 -1.76 kB 🟢 -1.55 kB
assets/WidgetGalleria-BmgD84SM.js (new) 5.62 kB 🔴 +5.62 kB 🔴 +1.76 kB 🔴 +1.55 kB
assets/WidgetColorPicker-DW92AX06.js (new) 4.93 kB 🔴 +4.93 kB 🔴 +1.7 kB 🔴 +1.49 kB
assets/WidgetColorPicker-BHty04e9.js (removed) 4.91 kB 🟢 -4.91 kB 🟢 -1.69 kB 🟢 -1.47 kB
assets/WidgetMarkdown-CIRYUk6o.js (removed) 4.88 kB 🟢 -4.88 kB 🟢 -1.7 kB 🟢 -1.47 kB
assets/WidgetMarkdown-CtfjJ-kr.js (new) 4.88 kB 🔴 +4.88 kB 🔴 +1.7 kB 🔴 +1.47 kB
assets/WidgetAudioUI-B8wEgKN-.js (removed) 4.49 kB 🟢 -4.49 kB 🟢 -1.5 kB 🟢 -1.34 kB
assets/WidgetAudioUI-BCLU_pkw.js (new) 4.49 kB 🔴 +4.49 kB 🔴 +1.5 kB 🔴 +1.33 kB
assets/WidgetMultiSelect-B9VJumUJ.js (new) 4.34 kB 🔴 +4.34 kB 🔴 +1.47 kB 🔴 +1.28 kB
assets/WidgetMultiSelect-BFzqshso.js (removed) 4.3 kB 🟢 -4.3 kB 🟢 -1.46 kB 🟢 -1.27 kB
assets/WidgetTreeSelect-B42bTbyk.js (new) 4.07 kB 🔴 +4.07 kB 🔴 +1.4 kB 🔴 +1.22 kB
assets/WidgetTreeSelect-DQeX0Vzd.js (removed) 4.03 kB 🟢 -4.03 kB 🟢 -1.38 kB 🟢 -1.21 kB
assets/WidgetTextarea-BRpyEGyo.js (new) 3.74 kB 🔴 +3.74 kB 🔴 +1.3 kB 🔴 +1.14 kB
assets/WidgetTextarea-DZpr2Yz6.js (removed) 3.74 kB 🟢 -3.74 kB 🟢 -1.3 kB 🟢 -1.14 kB
assets/WidgetInputText-BapKaVTZ.js (new) 3.71 kB 🔴 +3.71 kB 🔴 +1.3 kB 🔴 +1.15 kB
assets/WidgetInputText-Bl84owLo.js (removed) 3.66 kB 🟢 -3.66 kB 🟢 -1.28 kB 🟢 -1.13 kB
assets/WidgetToggleSwitch-0DgETHYw.js (removed) 3.52 kB 🟢 -3.52 kB 🟢 -1.23 kB 🟢 -1.07 kB
assets/WidgetToggleSwitch-B1CEm_DW.js (new) 3.52 kB 🔴 +3.52 kB 🔴 +1.23 kB 🔴 +1.07 kB
assets/MediaImageBottom-D2-d16Ym.js (new) 3.11 kB 🔴 +3.11 kB 🔴 +1.06 kB 🔴 +913 B
assets/MediaImageBottom-G8kNSrnp.js (removed) 3.11 kB 🟢 -3.11 kB 🟢 -1.06 kB 🟢 -915 B
assets/MediaAudioBottom-B-HSkwjk.js (removed) 3.06 kB 🟢 -3.06 kB 🟢 -1.06 kB 🟢 -922 B
assets/MediaAudioBottom-B8WGqt7J.js (new) 3.06 kB 🔴 +3.06 kB 🔴 +1.06 kB 🔴 +936 B
assets/MediaVideoBottom-BzPJ_JE4.js (new) 3.06 kB 🔴 +3.06 kB 🔴 +1.06 kB 🔴 +918 B
assets/MediaVideoBottom-CZz_jhdj.js (removed) 3.06 kB 🟢 -3.06 kB 🟢 -1.06 kB 🟢 -921 B
assets/Media3DTop-CpsMOFUW.js (new) 3.05 kB 🔴 +3.05 kB 🔴 +1.09 kB 🔴 +920 B
assets/Media3DTop-CR46gllV.js (removed) 3.05 kB 🟢 -3.05 kB 🟢 -1.09 kB 🟢 -918 B
assets/Media3DBottom-BWGBIKIi.js (removed) 3.04 kB 🟢 -3.04 kB 🟢 -1.06 kB 🟢 -931 B
assets/Media3DBottom-jVscJMoq.js (new) 3.04 kB 🔴 +3.04 kB 🔴 +1.05 kB 🔴 +929 B
assets/WidgetSelect-DCEuS0HU.js (removed) 2.33 kB 🟢 -2.33 kB 🟢 -735 B 🟢 -627 B
assets/WidgetSelect-Dfik148q.js (new) 2.33 kB 🔴 +2.33 kB 🔴 +734 B 🔴 +621 B
assets/Load3D-CdkAyX1B.js (removed) 2.01 kB 🟢 -2.01 kB 🟢 -613 B 🟢 -546 B
assets/Load3D-v9P0PaMf.js (new) 2.01 kB 🔴 +2.01 kB 🔴 +611 B 🔴 +539 B
assets/WidgetLegacy-DdHCRXZO.js (new) 1.95 kB 🔴 +1.95 kB 🔴 +577 B 🔴 +515 B
assets/WidgetLegacy-DDtJPQmI.js (removed) 1.95 kB 🟢 -1.95 kB 🟢 -577 B 🟢 -516 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/MediaAudioTop-RTI8pWy9.js 1.42 kB 1.42 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/MediaImageTop-B4svUc3L.js 1.68 kB 1.68 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/MediaVideoTop-BB0lT7C5.js 2.7 kB 2.7 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-rDmYEWg5.js 2.39 kB 2.39 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: 21 added / 21 removed

@simula-r simula-r marked this pull request as ready for review November 18, 2025 07:02
@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Nov 18, 2025
@simula-r simula-r added the New Browser Test Expectations New browser test screenshot should be set by github action label Nov 18, 2025
@github-actions
Copy link

Updating Playwright Expectations

@github-actions github-actions bot removed the New Browser Test Expectations New browser test screenshot should be set by github action label Nov 18, 2025
@dosubot dosubot bot added size:M This PR changes 30-99 lines, ignoring generated files. and removed size:L This PR changes 100-499 lines, ignoring generated files. labels Nov 18, 2025
@simula-r simula-r changed the title fix: arbitrary styles, min size != content, ensure layout calc, trunc… fix: arbitrary styles, min size === content, ensure layout calc, trunc… Nov 18, 2025
@simula-r simula-r changed the title fix: arbitrary styles, min size === content, ensure layout calc, trunc… fix: arbitrary styles, min size <= content, ensure layout calc, trunc… Nov 18, 2025
Copy link
Contributor

@christian-byrne christian-byrne left a comment

Choose a reason for hiding this comment

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

LGTM

@christian-byrne christian-byrne merged commit 0cff8eb into main Nov 18, 2025
7 checks passed
@christian-byrne christian-byrne deleted the fix/vue-nodes-minimum-size branch November 18, 2025 20:52
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.

3 participants