-
Notifications
You must be signed in to change notification settings - Fork 0
Implement Tab Navigation with Turbo Frames #35
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Acceptance Criteria
- Six tabs: Game, Inventory, Quests, Map, Stats, Perks
- Tab content loads via Turbo without page refresh
- Active tab persists in session storage
- Keyboard shortcuts (I=inventory, J=quests, M=map)
Technical Requirements
- Create
tabs_controller.jsStimulus controller - Each tab loads content into turbo_frame_tag "game_content"
- Routes: /game/main, /game/inventory, /game/quests, etc.
- CSS active state with green glow effect
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request