-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Make custom nodes searchable from Node Palette #53
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
base: experiment-template
Are you sure you want to change the base?
Conversation
|
@claude better adapt the integrated catalog search content in the node palette sidebar so that it fits within the width available. |
|
Claude finished @dimitrieh's task —— View job ✅ Improved Catalog Search Layout in Palette SidebarSuccessfully adapted the catalog search content to fit within the palette sidebar width! Changes Made:
Before vs After:
The changes have been committed and pushed to the branch. The catalog search results will now display properly within the palette sidebar width, even with long package names. --- | |
4234302 to
63eeabe
Compare
|
Experiment Deployed Your Node-RED experiment is now live at: View all experiments: https://dashboard.tailbfedba.ts.net This deployment will automatically expire in 7 days. Branch: |
63eeabe to
2bcaca4
Compare
|
Experiment Deployed Your Node-RED experiment is now live at: View all experiments: https://dashboard.tailbfedba.ts.net This deployment will automatically expire in 7 days. Branch: |
2bcaca4 to
f32d49a
Compare
|
Experiment Deployed Your Node-RED experiment is now live at: View all experiments: https://dashboard.tailbfedba.ts.net This deployment will automatically expire in 7 days. Branch: |
- Integrated catalog search functionality into main palette filter - Shows available (uninstalled) nodes in dedicated section when searching - Added visual distinction with dashed borders and reduced opacity - Implemented install buttons directly in palette search results - Added debounced search to optimize catalog API calls - Limited results to 10 items for better performance Closes #49 Co-authored-by: Dimitrie Hoekstra <[email protected]>
- Added text wrapping for long node names using word-break and overflow-wrap - Implemented flexbox layout for proper alignment - Vertically centered Install buttons for better multi-line text alignment - Increased label margin to prevent overlap with buttons - Set minimum height for consistent spacing Co-authored-by: Dimitrie Hoekstra <[email protected]>
f32d49a to
718ddd5
Compare
Closes #49