21 lines
906 B
Markdown
21 lines
906 B
Markdown
|
|
---
|
||
|
|
# nuzlocke-tracker-o7il
|
||
|
|
title: Improve run creation workflow UX
|
||
|
|
status: completed
|
||
|
|
type: feature
|
||
|
|
priority: normal
|
||
|
|
created_at: 2026-02-07T20:26:26Z
|
||
|
|
updated_at: 2026-02-07T20:27:46Z
|
||
|
|
---
|
||
|
|
|
||
|
|
Box art from local files, capitalize regions everywhere, add region filter + run-status filters to GameGrid, sticky top bar with selected game summary + Next button in NewRun step 1.
|
||
|
|
|
||
|
|
## Checklist
|
||
|
|
- [ ] GameCard: box art from /boxart/{slug}.png with color fallback, capitalize region
|
||
|
|
- [ ] GameGrid: add runs prop, region filter pills, run-status checkboxes, capitalize regions
|
||
|
|
- [ ] NewRun: add useRuns(), pass runs to GameGrid, sticky top bar with game summary + Next button
|
||
|
|
- [ ] RunEncounters: capitalize region display
|
||
|
|
- [ ] RunDashboard: capitalize region display
|
||
|
|
- [ ] AdminGameDetail: capitalize region display
|
||
|
|
- [ ] NewRun step 3 summary: capitalize region display
|
||
|
|
- [ ] Verify: npx tsc --noEmit clean compile
|