Commit graph

14 commits

Author SHA1 Message Date
b1bfe82507 fix party job/skill API calls
- use shortcode instead of id for job updates
- wrap job_id in party object for rails API
- only send editable skill slots (1-3), skip null values
- add updateAccessory method stub
2025-11-28 11:04:26 -08:00
4161a615ba add job system 2025-09-29 23:45:50 -07:00
bc2e7d6bdb fix dropdown double button issue 2025-09-24 02:52:24 -07:00
94ad52252e Update to use Button component
Also removes redundant styles
2025-09-24 01:53:59 -07:00
6ace86a00e Fix various spacing and sizing issues on party details 2025-09-24 01:24:57 -07:00
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
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