Commit graph

10 commits

Author SHA1 Message Date
0c03332988 update ui components for better interaction 2025-09-23 22:09:39 -07:00
9ed6a00f5f feat: auto-close sidebar on navigation
- Added beforeNavigate hook to close sidebar when navigating between pages
- Prevents search sidebar from staying open when browsing different sections
- Ensures clean UI state transitions between pages
2025-09-20 21:36:49 -07:00
3e7ccf8fdb Refactored Button component 2025-09-17 22:06:45 -07:00
0bab6e0d7e refactor: restructure party component layout 2025-09-17 10:47:59 -07:00
cc46a695d5 use visual segmented control in party views 2025-09-16 20:09:36 -07:00
fed7b5ae50 implement visual party segmented control 2025-09-16 20:08:57 -07:00
888e53fa62 add drag-drop support with API integration
- created drag-drop composable with touch/mouse support
- added DraggableItem and DropZone components
- integrated grids with drag-drop functionality
- added API endpoints for position updates and swaps
- handles cross-container dragging for all grid types
2025-09-16 03:45:22 -07:00
e26b5c2e20 add context menus to units and party 2025-09-15 21:24:49 -07:00
795d9761d7 Enable party editing with search sidebar 2025-09-15 04:05:37 -07:00
cf351ef1fc Add ported grid components 2025-09-11 10:46:02 -07:00