-
Notifications
You must be signed in to change notification settings - Fork 411
fix: node preview background color #6768
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🎭 Playwright Test Results⏰ Completed at: 11/20/2025, 04:39:55 AM UTC 📈 Summary
📊 Test Reports by Browser
🎉 Click on the links above to view detailed test results for each browser configuration. |
🎨 Storybook Build Status✅ Build completed successfully! ⏰ Completed at: 11/20/2025, 04:28:31 AM UTC 🔗 Links🎉 Your Storybook is ready for review! |
Bundle Size ReportSummary
Category Glance Per-category breakdownApp Entry Points — 3.12 MB (baseline 3.12 MB) • 🔴 +29 BMain entry bundles and manifests
Status: 3 added / 3 removed Graph Workspace — 925 kB (baseline 925 kB) • ⚪ 0 BGraph editor runtime, canvas, workflow orchestration
Status: 1 added / 1 removed Views & Navigation — 7.97 kB (baseline 7.97 kB) • ⚪ 0 BTop-level views, pages, and routed surfaces
Status: 1 added / 1 removed Panels & Settings — 306 kB (baseline 306 kB) • ⚪ 0 BConfiguration panels, inspectors, and settings screens
Status: 6 added / 6 removed UI Components — 141 kB (baseline 141 kB) • ⚪ 0 BReusable component library chunks
Status: 6 added / 6 removed Data & Services — 12.5 kB (baseline 12.5 kB) • ⚪ 0 BStores, services, APIs, and repositories
Status: 2 added / 2 removed Utilities & Hooks — 2.94 kB (baseline 2.94 kB) • ⚪ 0 BHelpers, composables, and utility bundles
Status: 1 added / 1 removed Vendor & Third-Party — 5.32 MB (baseline 5.32 MB) • ⚪ 0 BExternal libraries and shared vendor chunks
Other — 3.87 MB (baseline 3.87 MB) • ⚪ 0 BBundles that do not match a named category
Status: 18 added / 18 removed |
Co-authored-by: Alexander Brown <[email protected]>
🔧 Auto-fixes AppliedThis PR has been automatically updated to fix linting and formatting issues.
Changes made:
|
## Summary Changes node previews to use background color from color palette instead of the menu color. | Before | After | | ------ | ----- | | <img width="1700" height="1248" alt="Selection_2345" src="https://github.com/user-attachments/assets/cc1d0e97-9551-4f88-8e92-4fe6bcdd8c21" /> | <img width="2144" height="1138" alt="Selection_2347" src="https://github.com/user-attachments/assets/16e64be3-3623-4900-ad18-c599a1aee59b" /> | Fixes #6576 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6768-fix-node-preview-background-color-2b16d73d365081868644e1e6b7c7e3be) by [Unito](https://www.unito.io) --------- Co-authored-by: Alexander Brown <[email protected]> Co-authored-by: GitHub Action <[email protected]>
|
@christian-byrne Successfully backported to #6771 |
Backport of #6768 to `core/1.32` Automatically created by backport workflow. ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6771-backport-core-1-32-fix-node-preview-background-color-2b16d73d3650817e959af4b89351b641) by [Unito](https://www.unito.io) Co-authored-by: Christian Byrne <[email protected]> Co-authored-by: Alexander Brown <[email protected]> Co-authored-by: GitHub Action <[email protected]>
## Summary Changes node previews to use background color from color palette instead of the menu color. | Before | After | | ------ | ----- | | <img width="1700" height="1248" alt="Selection_2345" src="https://github.com/user-attachments/assets/cc1d0e97-9551-4f88-8e92-4fe6bcdd8c21" /> | <img width="2144" height="1138" alt="Selection_2347" src="https://github.com/user-attachments/assets/16e64be3-3623-4900-ad18-c599a1aee59b" /> | Fixes #6576 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6768-fix-node-preview-background-color-2b16d73d365081868644e1e6b7c7e3be) by [Unito](https://www.unito.io) --------- Co-authored-by: Alexander Brown <[email protected]> Co-authored-by: GitHub Action <[email protected]>
|
@christian-byrne Backport to Please manually cherry-pick commit Conflicting files |
## Summary Changes node previews to use background color from color palette instead of the menu color. | Before | After | | ------ | ----- | | <img width="1700" height="1248" alt="Selection_2345" src="https://github.com/user-attachments/assets/cc1d0e97-9551-4f88-8e92-4fe6bcdd8c21" /> | <img width="2144" height="1138" alt="Selection_2347" src="https://github.com/user-attachments/assets/16e64be3-3623-4900-ad18-c599a1aee59b" /> | Fixes #6576 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6768-fix-node-preview-background-color-2b16d73d365081868644e1e6b7c7e3be) by [Unito](https://www.unito.io) --------- Co-authored-by: Alexander Brown <[email protected]> Co-authored-by: GitHub Action <[email protected]>
## Summary Backports the node preview background color fix from main to cloud/1.32. Changes node previews to use background color from color palette instead of the menu color. Original PR: #6768 Cherry-picked from: 836cd7f ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6859-Backport-Fix-node-preview-background-color-2b46d73d365081d0b188eea8f1dadcec) by [Unito](https://www.unito.io) Co-authored-by: Alexander Brown <[email protected]> Co-authored-by: GitHub Action <[email protected]>
Summary
Changes node previews to use background color from color palette instead of the menu color.
Fixes #6576
┆Issue is synchronized with this Notion page by Unito