feat: top tracks time-range toggle + artist leaderboard rank (#1228)
* feat: top tracks time-range toggle + artist leaderboard rank
add a cycling period filter to the homepage top tracks section (all time
→ past month → past week → past day) with localStorage persistence, and
show a rank badge (#1–#10) on artist analytics pages with gold/silver/
bronze styling for top 3. leaderboard is cached in Redis (5 min TTL).
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
* fix: clear leaderboard cache between tests
the leaderboard tests were hitting stale Redis cache from other
analytics tests that ran first. add a fixture to clear the cache
key before and after each test.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
authored by