Add run dashboard and encounter tracking interface
Run list at /runs shows all runs with status badges. Run dashboard at /runs/:id displays stats, active team, graveyard, and rule badges. Encounter tracking at /runs/:runId/encounters shows route list with status indicators, progress bar, filters, and a modal for logging or editing encounters with pokemon picker. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
export { EncounterModal } from './EncounterModal'
|
||||
export { GameCard } from './GameCard'
|
||||
export { GameGrid } from './GameGrid'
|
||||
export { Layout } from './Layout'
|
||||
export { PokemonCard } from './PokemonCard'
|
||||
export { RuleBadges } from './RuleBadges'
|
||||
export { RuleToggle } from './RuleToggle'
|
||||
export { RulesConfiguration } from './RulesConfiguration'
|
||||
export { StatCard } from './StatCard'
|
||||
export { StepIndicator } from './StepIndicator'
|
||||
|
||||
Reference in New Issue
Block a user