Skip to content

Conversation

@DrJKL
Copy link
Contributor

@DrJKL DrJKL commented Nov 22, 2025

Summary

Background and text colors.

Screenshot

image

┆Issue is synchronized with this Notion page by Unito

@DrJKL DrJKL requested a review from viva-jinyi as a code owner November 22, 2025 23:16
@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label Nov 22, 2025
@coderabbitai
Copy link
Contributor

coderabbitai bot commented Nov 22, 2025

📝 Walkthrough

Walkthrough

CSS color token classes are updated across multiple input components, replacing deprecated tokens (text-neutral-500, text-muted, bg-base-background) with new design system tokens (text-muted-foreground, bg-secondary-background). No functional or behavioral changes.

Changes

Cohort / File(s) Change Summary
SingleSelect styling updates
src/components/custom/widget/WorkflowTemplateSelectorDialog.vue, src/components/input/SingleSelect.vue
SingleSelect trigger background changed from bg-base-background to bg-secondary-background; trigger value text color class removed; caret icon color changed from text-base text-neutral-500 to text-muted-foreground; icon slot gains text-muted-foreground class
Input component styling updates
src/components/input/MultiSelect.vue, src/components/input/SearchBox.vue
Root template and baseClasses updated to use bg-secondary-background instead of bg-base-background; search and dropdown icon colors changed from text-muted or text-neutral-400 to text-muted-foreground; trigger value text styling simplified
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch drjkl/fix/template-filters

📜 Recent review details

Configuration used: CodeRabbit UI

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between a91b9f2 and e04d2dd.

📒 Files selected for processing (4)
  • src/components/custom/widget/WorkflowTemplateSelectorDialog.vue (1 hunks)
  • src/components/input/MultiSelect.vue (3 hunks)
  • src/components/input/SearchBox.vue (2 hunks)
  • src/components/input/SingleSelect.vue (3 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
  • GitHub Check: setup
  • GitHub Check: test
  • GitHub Check: lint-and-format
  • GitHub Check: collect
🔇 Additional comments (4)
src/components/custom/widget/WorkflowTemplateSelectorDialog.vue (1)

95-95: LGTM - Consistent icon styling.

The addition of text-muted-foreground aligns with the icon color token updates across other input components in this PR.

src/components/input/SearchBox.vue (1)

3-3: LGTM - Design token migration.

Both the icon color (text-muted-foreground) and wrapper background (bg-secondary-background) updates align with the design system token refresh across input components.

Also applies to: 76-76

src/components/input/MultiSelect.vue (1)

20-20: LGTM - Consistent color token updates.

The changes update the component to use semantic design tokens:

  • Root background now uses bg-secondary-background
  • Trigger value text removes text-muted-foreground to use default foreground color (making selected values more prominent)
  • Dropdown icon updates to text-muted-foreground for consistency

All changes are cosmetic with no functional impact.

Also applies to: 130-130, 143-143

src/components/input/SingleSelect.vue (1)

23-23: Verify semantic token configuration in Tailwind theme.

The design system CSS variables (--muted-foreground, --secondary-background, --base-foreground) are properly defined in packages/design-system/src/css/style.css with both light and dark mode variants. However, the Tailwind configuration does not explicitly expose these CSS variables as color utilities.

The component uses class names like bg-secondary-background and text-muted-foreground directly without arbitrary value syntax. Confirm through manual testing that these class names render correctly and apply the intended styling. If the classes don't resolve, the Tailwind config may need explicit color mappings: a theme.colors extension that connects the utility names to their corresponding CSS variable values.

Tip

📝 Customizable high-level summaries are now available in beta!

You can now customize how CodeRabbit generates the high-level summary in your pull requests — including its content, structure, tone, and formatting.

  • Provide your own instructions using the high_level_summary_instructions setting.
  • Format the summary however you like (bullet lists, tables, multi-section layouts, contributor stats, etc.).
  • Use high_level_summary_in_walkthrough to move the summary from the description to the walkthrough section.

Example instruction:

"Divide the high-level summary into five sections:

  1. 📝 Description — Summarize the main change in 50–60 words, explaining what was done.
  2. 📓 References — List relevant issues, discussions, documentation, or related PRs.
  3. 📦 Dependencies & Requirements — Mention any new/updated dependencies, environment variable changes, or configuration updates.
  4. 📊 Contributor Summary — Include a Markdown table showing contributions:
    | Contributor | Lines Added | Lines Removed | Files Changed |
  5. ✔️ Additional Notes — Add any extra reviewer context.
    Keep each section concise (under 200 words) and use bullet or numbered lists for clarity."

Note: This feature is currently in beta for Pro-tier users, and pricing will be announced later.


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

@github-actions
Copy link

github-actions bot commented Nov 22, 2025

🎨 Storybook Build Status

Build completed successfully!

⏰ Completed at: 11/22/2025, 11:18:30 PM UTC

🔗 Links


🎉 Your Storybook is ready for review!

@github-actions
Copy link

github-actions bot commented Nov 22, 2025

🎭 Playwright Test Results

⚠️ Tests passed with flaky tests

⏰ Completed at: 11/22/2025, 11:28:18 PM UTC

📈 Summary

  • Total Tests: 497
  • Passed: 486 ✅
  • Failed: 0
  • Flaky: 2 ⚠️
  • Skipped: 9 ⏭️

📊 Test Reports by Browser

  • chromium: View Report • ✅ 477 / ❌ 0 / ⚠️ 2 / ⏭️ 9
  • 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

Bundle Size Report

Summary

  • Raw size: 14.2 MB baseline 14.2 MB — 🔴 +1 B
  • Gzip: 2.84 MB baseline 2.84 MB — 🟢 -44 B
  • Brotli: 2.23 MB baseline 2.23 MB — 🟢 -37 B
  • Bundles: 92 current • 92 baseline • 38 added / 38 removed

Category Glance
App Entry Points 🔴 +16 B (3.18 MB) · Graph Workspace 🟢 -15 B (940 kB) · Vendor & Third-Party ⚪ 0 B (5.7 MB) · Other ⚪ 0 B (3.87 MB) · Panels & Settings ⚪ 0 B (306 kB) · UI Components ⚪ 0 B (141 kB) · + 3 more

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

Main entry bundles and manifests

File Before After Δ Raw Δ Gzip Δ Brotli
assets/index-ikoxyGc6.js (new) 2.77 MB 🔴 +2.77 MB 🔴 +579 kB 🔴 +440 kB
assets/index-Bv7YSDZg.js (removed) 2.77 MB 🟢 -2.77 MB 🟢 -579 kB 🟢 -440 kB
assets/index-BdQh56kj.js (removed) 413 kB 🟢 -413 kB 🟢 -84.6 kB 🟢 -69 kB
assets/index-BX1UQJ_4.js (new) 413 kB 🔴 +413 kB 🔴 +84.6 kB 🔴 +68.9 kB
assets/index-B-bKKR40.js (new) 345 B 🔴 +345 B 🔴 +245 B 🔴 +236 B
assets/index-BYirAIgU.js (removed) 345 B 🟢 -345 B 🟢 -244 B 🟢 -201 B

Status: 3 added / 3 removed

Graph Workspace — 940 kB (baseline 940 kB) • 🟢 -15 B

Graph editor runtime, canvas, workflow orchestration

File Before After Δ Raw Δ Gzip Δ Brotli
assets/GraphView-DObuZg07.js (removed) 940 kB 🟢 -940 kB 🟢 -182 kB 🟢 -140 kB
assets/GraphView-CSHqyNf6.js (new) 940 kB 🔴 +940 kB 🔴 +182 kB 🔴 +140 kB

Status: 1 added / 1 removed

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

Top-level views, pages, and routed surfaces

File Before After Δ Raw Δ Gzip Δ Brotli
assets/UserSelectView-avcptame.js (removed) 7.97 kB 🟢 -7.97 kB 🟢 -2.43 kB 🟢 -2.14 kB
assets/UserSelectView-C06DY6za.js (new) 7.97 kB 🔴 +7.97 kB 🔴 +2.43 kB 🔴 +2.14 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-CUoY1FOh.js (new) 22.9 kB 🔴 +22.9 kB 🔴 +5.46 kB 🔴 +4.78 kB
assets/CreditsPanel-DKCw9DuH.js (removed) 22.9 kB 🟢 -22.9 kB 🟢 -5.46 kB 🟢 -4.78 kB
assets/KeybindingPanel-am5blcYE.js (new) 15.1 kB 🔴 +15.1 kB 🔴 +3.73 kB 🔴 +3.28 kB
assets/KeybindingPanel-BJJfKNTu.js (removed) 15.1 kB 🟢 -15.1 kB 🟢 -3.73 kB 🟢 -3.3 kB
assets/ExtensionPanel-CcjU4pWr.js (removed) 11.9 kB 🟢 -11.9 kB 🟢 -2.79 kB 🟢 -2.45 kB
assets/ExtensionPanel-CPKCcQAn.js (new) 11.9 kB 🔴 +11.9 kB 🔴 +2.79 kB 🔴 +2.45 kB
assets/AboutPanel-CEutzAG2.js (removed) 10.1 kB 🟢 -10.1 kB 🟢 -2.62 kB 🟢 -2.31 kB
assets/AboutPanel-CxG9i4KG.js (new) 10.1 kB 🔴 +10.1 kB 🔴 +2.62 kB 🔴 +2.31 kB
assets/ServerConfigPanel-Cfol4JV5.js (removed) 8.02 kB 🟢 -8.02 kB 🟢 -2.12 kB 🟢 -1.89 kB
assets/ServerConfigPanel-WI4qiKXg.js (new) 8.02 kB 🔴 +8.02 kB 🔴 +2.12 kB 🔴 +1.89 kB
assets/UserPanel-DB11fSa4.js (removed) 7.74 kB 🟢 -7.74 kB 🟢 -2.03 kB 🟢 -1.77 kB
assets/UserPanel-DpE_FeCR.js (new) 7.74 kB 🔴 +7.74 kB 🔴 +2.03 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 — 141 kB (baseline 141 kB) • ⚪ 0 B

Reusable component library chunks

File Before After Δ Raw Δ Gzip Δ Brotli
assets/Load3D.vue_vue_type_script_setup_true_lang-BiNVufaC.js (new) 53.9 kB 🔴 +53.9 kB 🔴 +8.43 kB 🔴 +7.23 kB
assets/Load3D.vue_vue_type_script_setup_true_lang-C2QXId-M.js (removed) 53.9 kB 🟢 -53.9 kB 🟢 -8.43 kB 🟢 -7.24 kB
assets/WidgetSelect.vue_vue_type_script_setup_true_lang-BdDyg9RY.js (removed) 48.1 kB 🟢 -48.1 kB 🟢 -10.3 kB 🟢 -8.91 kB
assets/WidgetSelect.vue_vue_type_script_setup_true_lang-D7kHm8Us.js (new) 48.1 kB 🔴 +48.1 kB 🔴 +10.3 kB 🔴 +8.92 kB
assets/WidgetInputNumber.vue_vue_type_script_setup_true_lang-BApWhI1e.js (removed) 12.7 kB 🟢 -12.7 kB 🟢 -3.3 kB 🟢 -2.92 kB
assets/WidgetInputNumber.vue_vue_type_script_setup_true_lang-C5fyrN40.js (new) 12.7 kB 🔴 +12.7 kB 🔴 +3.3 kB 🔴 +2.94 kB
assets/ComfyQueueButton-Dhmo2bbA.js (new) 9.22 kB 🔴 +9.22 kB 🔴 +2.5 kB 🔴 +2.2 kB
assets/ComfyQueueButton-NfpX24jB.js (removed) 9.22 kB 🟢 -9.22 kB 🟢 -2.5 kB 🟢 -2.2 kB
assets/WidgetLayoutField.vue_vue_type_script_setup_true_lang-BVihg8G9.js (new) 2.14 kB 🔴 +2.14 kB 🔴 +795 B 🔴 +691 B
assets/WidgetLayoutField.vue_vue_type_script_setup_true_lang-DLVWTLYQ.js (removed) 2.14 kB 🟢 -2.14 kB 🟢 -797 B 🟢 -695 B
assets/MediaTitle.vue_vue_type_script_setup_true_lang-B8JZb9Jj.js (removed) 848 B 🟢 -848 B 🟢 -477 B 🟢 -415 B
assets/MediaTitle.vue_vue_type_script_setup_true_lang-BvrYLsYj.js (new) 848 B 🔴 +848 B 🔴 +474 B 🔴 +432 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.5 kB (baseline 12.5 kB) • ⚪ 0 B

Stores, services, APIs, and repositories

File Before After Δ Raw Δ Gzip Δ Brotli
assets/keybindingService-CMAaKYRa.js (new) 7.51 kB 🔴 +7.51 kB 🔴 +1.83 kB 🔴 +1.59 kB
assets/keybindingService-D_Xy2RgQ.js (removed) 7.51 kB 🟢 -7.51 kB 🟢 -1.84 kB 🟢 -1.58 kB
assets/audioService-CoT1M2cp.js (new) 2.2 kB 🔴 +2.2 kB 🔴 +958 B 🔴 +818 B
assets/audioService-NT9Kdzjl.js (removed) 2.2 kB 🟢 -2.2 kB 🟢 -961 B 🟢 -822 B
assets/serverConfigStore-B8VVfOcG.js 2.79 kB 2.79 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B

Status: 2 added / 2 removed

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

Helpers, composables, and utility bundles

File Before After Δ Raw Δ Gzip Δ Brotli
assets/audioUtils-ClD1r2qB.js (removed) 1.41 kB 🟢 -1.41 kB 🟢 -652 B 🟢 -547 B
assets/audioUtils-DARYB7ie.js (new) 1.41 kB 🔴 +1.41 kB 🔴 +651 B 🔴 +550 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

Status: 1 added / 1 removed

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

External libraries and shared vendor chunks

File Before After Δ Raw Δ Gzip Δ Brotli
assets/vendor-other-BccPILzc.js 3.59 MB 3.59 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-CmlTruXJ.js 232 kB 232 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/vendor-vue-CIBLfoY2.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.87 MB (baseline 3.87 MB) • ⚪ 0 B

Bundles that do not match a named category

File Before After Δ Raw Δ Gzip Δ Brotli
assets/WidgetRecordAudio-CLsNEOVP.js (removed) 21.9 kB 🟢 -21.9 kB 🟢 -5.52 kB 🟢 -4.89 kB
assets/WidgetRecordAudio-DTPrr2Oz.js (new) 21.9 kB 🔴 +21.9 kB 🔴 +5.52 kB 🔴 +4.88 kB
assets/AudioPreviewPlayer-B2NoU-Es.js (removed) 14.9 kB 🟢 -14.9 kB 🟢 -3.69 kB 🟢 -3.29 kB
assets/AudioPreviewPlayer-DdGpcYxN.js (new) 14.9 kB 🔴 +14.9 kB 🔴 +3.69 kB 🔴 +3.3 kB
assets/WidgetGalleria-DF6Q5ldp.js (removed) 5.56 kB 🟢 -5.56 kB 🟢 -1.74 kB 🟢 -1.54 kB
assets/WidgetGalleria-DXYDVn6K.js (new) 5.56 kB 🔴 +5.56 kB 🔴 +1.74 kB 🔴 +1.54 kB
assets/WidgetColorPicker-BkwMkCSU.js (removed) 4.87 kB 🟢 -4.87 kB 🟢 -1.69 kB 🟢 -1.48 kB
assets/WidgetColorPicker-DrHbj5rd.js (new) 4.87 kB 🔴 +4.87 kB 🔴 +1.69 kB 🔴 +1.48 kB
assets/WidgetMarkdown-Bcldssew.js (new) 4.64 kB 🔴 +4.64 kB 🔴 +1.62 kB 🔴 +1.41 kB
assets/WidgetMarkdown-DbHqJmGK.js (removed) 4.64 kB 🟢 -4.64 kB 🟢 -1.62 kB 🟢 -1.41 kB
assets/WidgetAudioUI-B_dvI73L.js (new) 4.33 kB 🔴 +4.33 kB 🔴 +1.44 kB 🔴 +1.29 kB
assets/WidgetAudioUI-BRkQ_FB6.js (removed) 4.33 kB 🟢 -4.33 kB 🟢 -1.44 kB 🟢 -1.29 kB
assets/WidgetTextarea-CjkICd0p.js (new) 3.72 kB 🔴 +3.72 kB 🔴 +1.3 kB 🔴 +1.15 kB
assets/WidgetTextarea-DD80Vdqr.js (removed) 3.72 kB 🟢 -3.72 kB 🟢 -1.3 kB 🟢 -1.14 kB
assets/WidgetInputText-BjaSmY4b.js (new) 3.45 kB 🔴 +3.45 kB 🔴 +1.23 kB 🔴 +1.09 kB
assets/WidgetInputText-CBJF2_GJ.js (removed) 3.45 kB 🟢 -3.45 kB 🟢 -1.23 kB 🟢 -1.09 kB
assets/WidgetToggleSwitch-B4T8JXgE.js (new) 3.23 kB 🔴 +3.23 kB 🔴 +1.14 kB 🔴 +1.02 kB
assets/WidgetToggleSwitch-Nxl9aBic.js (removed) 3.23 kB 🟢 -3.23 kB 🟢 -1.14 kB 🟢 -1.01 kB
assets/MediaImageBottom-BgyKt_vE.js (removed) 3.05 kB 🟢 -3.05 kB 🟢 -1.05 kB 🟢 -908 B
assets/MediaImageBottom-Cnj5xF77.js (new) 3.05 kB 🔴 +3.05 kB 🔴 +1.05 kB 🔴 +924 B
assets/MediaAudioBottom-BogkwFRb.js (removed) 3 kB 🟢 -3 kB 🟢 -1.05 kB 🟢 -923 B
assets/MediaAudioBottom-C9GeQo7e.js (new) 3 kB 🔴 +3 kB 🔴 +1.05 kB 🔴 +908 B
assets/Media3DTop-BYkBUGpF.js (new) 3 kB 🔴 +3 kB 🔴 +1.08 kB 🔴 +913 B
assets/Media3DTop-jwnh7E-z.js (removed) 3 kB 🟢 -3 kB 🟢 -1.08 kB 🟢 -912 B
assets/MediaVideoBottom-B2l_rmtu.js (removed) 3 kB 🟢 -3 kB 🟢 -1.04 kB 🟢 -916 B
assets/MediaVideoBottom-pLgPmeij.js (new) 3 kB 🔴 +3 kB 🔴 +1.04 kB 🔴 +928 B
assets/Media3DBottom-BUz5To2A.js (removed) 2.98 kB 🟢 -2.98 kB 🟢 -1.04 kB 🟢 -925 B
assets/Media3DBottom-ITty2EPr.js (new) 2.98 kB 🔴 +2.98 kB 🔴 +1.04 kB 🔴 +924 B
assets/WidgetSelect-BVmwswqB.js (removed) 2.17 kB 🟢 -2.17 kB 🟢 -671 B 🟢 -581 B
assets/WidgetSelect-CRnC_LhM.js (new) 2.17 kB 🔴 +2.17 kB 🔴 +672 B 🔴 +574 B
assets/WidgetInputNumber-BnNQAgF2.js (removed) 2.12 kB 🟢 -2.12 kB 🟢 -661 B 🟢 -561 B
assets/WidgetInputNumber-BymWG-BU.js (new) 2.12 kB 🔴 +2.12 kB 🔴 +660 B 🔴 +562 B
assets/Load3D-Conk4ks7.js (removed) 1.94 kB 🟢 -1.94 kB 🟢 -596 B 🟢 -498 B
assets/Load3D-DCxSGtTt.js (new) 1.94 kB 🔴 +1.94 kB 🔴 +595 B 🔴 +498 B
assets/WidgetLegacy-C9QgQvjm.js (new) 1.88 kB 🔴 +1.88 kB 🔴 +559 B 🔴 +471 B
assets/WidgetLegacy-lOaffh8e.js (removed) 1.88 kB 🟢 -1.88 kB 🟢 -559 B 🟢 -470 B
assets/commands-_s-RvhJR.js 13.6 kB 13.6 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/commands-BuUILW6P.js 13 kB 13 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/commands-BV4R6fLx.js 14.9 kB 14.9 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/commands-CLwPdnT6.js 14.2 kB 14.2 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/commands-CWMchBmd.js 15.9 kB 15.9 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/commands-DazTQhtc.js 12.9 kB 12.9 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/commands-DmWrOe93.js 13.7 kB 13.7 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/commands-DwiH7Kr6.js 13.8 kB 13.8 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/commands-mS3LCNPn.js 14.5 kB 14.5 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/main-5lOBdqcC.js 84.5 kB 84.5 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/main-BOCuaVpE.js 73.4 kB 73.4 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/main-ClrEFGUz.js 72.4 kB 72.4 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/main-CyNU0iQX.js 99.3 kB 99.3 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/main-D7gwLxft.js 114 kB 114 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/main-DC8o4BCt.js 86.8 kB 86.8 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/main-DKiesCV4.js 94.3 kB 94.3 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/main-Hq2q-OtB.js 83.6 kB 83.6 kB ⚪ 0 B ⚪ 0 B ⚪ 0 B
assets/main-USAlAlnj.js 82 kB 82 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-BEdbKgBt.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: 18 added / 18 removed

Copy link
Member

@viva-jinyi viva-jinyi left a comment

Choose a reason for hiding this comment

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

👍

@DrJKL DrJKL merged commit f5c9f69 into main Nov 22, 2025
32 checks passed
@DrJKL DrJKL deleted the drjkl/fix/template-filters branch November 22, 2025 23:30
@christian-byrne christian-byrne added needs-backport Fix/change that needs to be cherry-picked to the current feature freeze branch 1.32 cloud/1.32 labels Nov 23, 2025
@comfy-pr-bot
Copy link
Member

@DrJKL Successfully backported to #6867

@comfy-pr-bot
Copy link
Member

@DrJKL Successfully backported to #6868

@github-actions github-actions bot removed the needs-backport Fix/change that needs to be cherry-picked to the current feature freeze branch label Nov 23, 2025
christian-byrne pushed a commit that referenced this pull request Nov 23, 2025
…e Template Select Modal (#6867)

Backport of #6835 to `core/1.32`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6867-backport-core-1-32-Style-Fix-the-filter-search-sort-controls-on-the-Template-Select-Mo-2b46d73d3650817ea7c1d8adfbc0a69e)
by [Unito](https://www.unito.io)

Co-authored-by: Alexander Brown <drjkl@comfy.org>
christian-byrne pushed a commit that referenced this pull request Nov 23, 2025
…he Template Select Modal (#6868)

Backport of #6835 to `cloud/1.32`

Automatically created by backport workflow.

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-6868-backport-cloud-1-32-Style-Fix-the-filter-search-sort-controls-on-the-Template-Select-M-2b46d73d3650811584b1e0c9ea2cf044)
by [Unito](https://www.unito.io)

Co-authored-by: Alexander Brown <drjkl@comfy.org>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

1.32 cloud/1.32 size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants