Fix/leaderboard active filter#117
Conversation
|
thanks for this, and the datepicker improvements here are genuinely nice (the labelled, themed, error-aware version is exactly what AdminPage needs). the blocker is the LeaderboardPage change: this branch replaces the full LeaderboardPage with a 36-line stub that takes a |
|
thanks for this, and the active-filter idea plus the empty-state are genuinely useful. i can't merge it as-is yet though, so i'm holding it for now. the blocker: this version replaces the full LeaderboardPage (the ~395-line component that fetches from getLeaderboard, renders the contributors podium, the tables, skeleton loaders and infinite scroll) with a ~36-line component whose signature is to move forward, could you rebase onto main and re-apply just the active-filter + empty-state behavior on top of the existing LeaderboardPage, keeping it self-contained (no required |
#closes #85
Description
Fixed an issue where the activeFilter state in LeaderboardPage was not being applied to the underlying table components, causing unfiltered data to always render.
Key Changes
Testing
Security Notes
#closes