feat(frontend): add searchable select input#274
Conversation
|
Thanks for the PR @eryue0220 🙏 The searchable operation select is a genuinely useful UX improvement, especially for nodes with long operation lists like GitHub, Notion, Linear, and S3 👑 Before merging, could you address two small things and one related UX ask? 🤗 Duplicate operation lists. The new grouped lists duplicate the old flat operation lists for Linear, GitHub, ClickHouse, Notion, and S3. The old Unrelated E2E change. In Execute node target workflow selector. The Execute node already loads available target workflows into its selector, but it still uses the old plain Everything else looks good on my side. Typecheck, lint, and build all passed on my local merge snapshot. Thanks again for the improvement! 🚀 |
…to feat/searchable-select * 'feat/searchable-select' of github.com:eryue0220/heym: impl/chat-queue (heymrun#278) docs: add plugin authoring guide fix: make plugin dependency locking cross-platform
Okay, I've updated. |
|
Thank you so much 🙏 |
Summary
Convert node operation dropdowns to the shared searchable select UI across the remaining E2E-covered node property panels. Which can help user find the operation, especially when the operation list is too long.
UI is in following the pictures: