You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix widget UI issues and add custom filename support
Issues Fixed:
- #30: Add proper sizing/scrolling to status output (150px height, scrollable)
- #31: Remove inappropriate auto-import message
- #32: Add custom filename input for save/load operations
Key Changes:
- Status output now has fixed height with scroll and border for visibility
- Removed print message from load_ipython_extension since widget auto-displays
- Added save_filename_input text widget for custom file names
- Added file extension validation (.yml, .yaml, .json)
- Updated save logic to use custom filename instead of fixed clustrix.yml
- Added existing files dropdown for quick selection
- Fixed related tests for new behavior
Features:
- Custom filename: Users can specify any .yml/.yaml/.json filename
- File validation: Prevents invalid extensions
- Quick selection: Dropdown for existing files fills filename input
- Better visibility: Status messages now properly visible with scrolling
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments