Skip to content

feat: add race and user filters to admin page#12

Merged
selfire1 merged 1 commit intomainfrom
claude/add-admin-filters-01Pt8gVBbBKPmqFZwN4wM2Xf
Nov 29, 2025
Merged

feat: add race and user filters to admin page#12
selfire1 merged 1 commit intomainfrom
claude/add-admin-filters-01Pt8gVBbBKPmqFZwN4wM2Xf

Conversation

@selfire1
Copy link
Owner

Add filters to the admin page that allow filtering predictions by race and user. The filters can be combined to show predictions from a specific user at a specific race.

Changes:

  • Create Filters component with race and user select dropdowns
  • Create PredictionsTableWrapper to handle client-side filtering logic
  • Update DataTable to show empty state when no results match filters
  • Update page to use new wrapper component with filtering capabilities

Filtering is done in memory and filter states do not persist across page refreshes.

Add filters to the admin page that allow filtering predictions by race and user. The filters can be combined to show predictions from a specific user at a specific race.

Changes:
- Create Filters component with race and user select dropdowns
- Create PredictionsTableWrapper to handle client-side filtering logic
- Update DataTable to show empty state when no results match filters
- Update page to use new wrapper component with filtering capabilities

Filtering is done in memory and filter states do not persist across page refreshes.
@selfire1 selfire1 merged commit 0351e43 into main Nov 29, 2025
3 of 4 checks passed
@selfire1 selfire1 deleted the claude/add-admin-filters-01Pt8gVBbBKPmqFZwN4wM2Xf branch November 29, 2025 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants