Pokemon (type), Evolutions (trigger), Games (region/generation), and Runs (status/game) now have dropdown filters alongside search. Server-side filtering for paginated tables, client-side for small datasets. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
858 B
858 B
title, status, type, priority, created_at, updated_at, parent
| title | status | type | priority | created_at | updated_at | parent |
|---|---|---|---|---|---|---|
| Add filtering to admin tables | completed | feature | low | 2026-02-08T12:33:46Z | 2026-02-08T19:28:04Z | nuzlocke-tracker-iu5b |
Add filter controls to admin tables beyond the existing text search.
Current state
- Pokemon and Evolutions have text search
- No other filter dimensions available
Desired filters
- Pokemon: Filter by type, generation (derived from dex range)
- Evolutions: Filter by trigger type (level-up, trade, item, etc.)
- Games: Filter by region, generation
- Routes: Filter by encounter method availability
- Runs: Filter by status (active, completed, failed), game
UX
- Filter chips or dropdown selectors above the table, next to the existing search bar
- Filters combine with search (AND logic)
- Clear all filters button