v0.1.15
v0.1.15 (2025-01-17)
Fix
- fix(tree): Implement label editing functionality in TreeBrowser component
- Added support for inline label editing in the TreeBrowser component, allowing users to double-click on a node to edit its label.
- Introduced new props
label_updateandonLabelUpdateto manage label changes and communicate updates to the backend. - Enhanced the TreeBrowserWidget to handle label updates and maintain state consistency.
- Updated CSS styles for the editing input field to improve user experience.
These changes enhance the interactivity of the TreeBrowser, providing a more intuitive way for users to modify node labels. (ac47007)