Commit ec4e540
committed
refactor(ui): implement table-based navigation and responsive layout
This major UI overhaul introduces a modern table-based navigation system and
responsive layout, setting the foundation for future UI/UX improvements.
Key changes:
- Replace text-based navigation with Bubble Tea table component
- Add responsive frame and content layout with dynamic sizing
- Implement consistent table-based selection across all views
- Add proper state management for cursor and selection handling
- Improve loading states with custom messages and spinners
- Enhance back navigation with proper state cleanup
- Implement modern styling with Lipgloss borders and colors
Technical improvements:
- Move Category type to domain package for better organization
- Add table component initialization and styling
- Implement row-based selection handlers
- Add dynamic table updates based on current step
- Clean up provider descriptions for future integrations
This change builds upon recent improvements:
- Integrates with the new loading spinner system
- Enhances the category selection UI
- Complements the vim-style navigation
- Maintains all existing functionality while modernizing the interface
The new table-based UI provides a solid foundation for:
- Easier addition of new views and workflows
- Consistent selection behavior across all steps
- Better visual hierarchy and state management
- Future UI/UX improvements and customizations1 parent 0455878 commit ec4e540
File tree
5 files changed
+626
-414
lines changed- internal
- domain
- ui
- handlers
- model
- styles
- views
5 files changed
+626
-414
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
21 | 29 | | |
22 | 30 | | |
23 | 31 | | |
| |||
53 | 61 | | |
54 | 62 | | |
55 | 63 | | |
56 | | - | |
| 64 | + | |
57 | 65 | | |
58 | 66 | | |
59 | 67 | | |
60 | 68 | | |
61 | 69 | | |
62 | | - | |
| 70 | + | |
63 | 71 | | |
64 | 72 | | |
65 | 73 | | |
0 commit comments