You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: randomize plot order on every page reload (#3816)
Remove deterministic shuffle seed to ensure plots appear in a new
random order on each F5/reload, even when filters remain unchanged.
Changes:
- Remove hashFilters() function (no longer needed)
- Use Math.random() instead of seeded shuffle
- Applies to both filtered and unfiltered views
Fixes random order behavior on homepage
---------
Co-authored-by: Claude <noreply@anthropic.com>
0 commit comments