-
Notifications
You must be signed in to change notification settings - Fork 401
[fix] improve FormDropdownMenu scrolling behavior #6570
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
- Add top margin (mt-1) for better spacing - Change overflow-hidden to overflow-y-scroll for scrollable list
🎨 Storybook Build Status✅ Build completed successfully! ⏰ Completed at: 11/04/2025, 05:59:31 AM UTC 🔗 Links🎉 Your Storybook is ready for review! |
🎭 Playwright Test Results⏰ Completed at: 11/04/2025, 06:13:35 AM UTC 📈 Summary
📊 Test Reports by Browser
🎉 Click on the links above to view detailed test results for each browser configuration. |
Bundle Size ReportSummary
Category Glance Per-category breakdownApp Entry Points — 3.28 MB (baseline 3.28 MB) • 🔴 +7 BMain entry bundles and manifests
Status: 3 added / 3 removed Graph Workspace — 728 kB (baseline 728 kB) • ⚪ 0 BGraph editor runtime, canvas, workflow orchestration
Status: 1 added / 1 removed Views & Navigation — 8.18 kB (baseline 8.18 kB) • ⚪ 0 BTop-level views, pages, and routed surfaces
Status: 1 added / 1 removed Panels & Settings — 293 kB (baseline 293 kB) • ⚪ 0 BConfiguration panels, inspectors, and settings screens
Status: 6 added / 6 removed UI Components — 12.6 kB (baseline 12.6 kB) • ⚪ 0 BReusable component library chunks
Status: 1 added / 1 removed Data & Services — 10.4 kB (baseline 10.4 kB) • ⚪ 0 BStores, services, APIs, and repositories
Status: 1 added / 1 removed Utilities & Hooks — 1.07 kB (baseline 1.07 kB) • ⚪ 0 BHelpers, composables, and utility bundles
Vendor & Third-Party — 5.32 MB (baseline 5.32 MB) • ⚪ 0 BExternal libraries and shared vendor chunks
Other — 2.55 MB (baseline 2.55 MB) • ⚪ 0 BBundles that do not match a named category
|
This pull request makes a minor UI adjustment to the `FormDropdownMenu.vue` component. The change improves the dropdown menu's usability by allowing its contents to scroll vertically and adds a small top margin for better spacing. * UI improvement: Changed the dropdown list container to use `overflow-y-scroll` and added a top margin (`mt-2`) for improved scrolling and spacing. (`src/renderer/extensions/vueNodes/widgets/components/form/dropdown/FormDropdownMenu.vue`)- Add top margin (mt-2) for better spacing - Change overflow-hidden to overflow-y-scroll for scrollable list ## Current https://github.com/user-attachments/assets/40cb4600-ff4e-41a5-89d6-a9aee48fa633 ## Before https://github.com/user-attachments/assets/fbe7a399-06d5-4cda-b850-f28b09f20d73 ┆Issue is synchronized with this [Notion page](https://www.notion.so/PR-6570-fix-improve-FormDropdownMenu-scrolling-behavior-2a16d73d3650815c883fcfeb7d9a3ace) by [Unito](https://www.unito.io)
This pull request makes a minor UI adjustment to the
FormDropdownMenu.vuecomponent. The change improves the dropdown menu's usability by allowing its contents to scroll vertically and adds a small top margin for better spacing.overflow-y-scrolland added a top margin (mt-2) for improved scrolling and spacing. (src/renderer/extensions/vueNodes/widgets/components/form/dropdown/FormDropdownMenu.vue)- Add top margin (mt-2) for better spacingCurrent
Screen.Recording.2025-11-04.at.06.55.07.mov
Before
Screen.Recording.2025-11-04.at.06.57.22.mov
┆Issue is synchronized with this Notion page by Unito