v1.7.15
Fix
Remove client-side lastVisited preservation logic
- Server is now the sole source of truth for lastVisited ordering.
- This removes the complex logic that tried to preserve "recent" client-side
- lastVisited values when server data arrived, which was causing inconsistent
- ordering across devices and refreshes.
- The optimistic update for immediate UI feedback when clicking items is kept,
- but server data always wins on refresh - ensuring consistent ordering.
- 🤖 Generated with [Claude Code](https://claude.com/claude-code)
