feat: homepage feed switcher — toggle between latest and for-you (#1282)
adds a feed mode toggle to the homepage's main infinite-scroll section.
authenticated users with engagement history see a clickable toggle
(same style as the top tracks period toggle) to switch between "latest
tracks" and "for you". unauthenticated users or those without enough
engagement data see no toggle — identical to today.
- new ForYouCache state module ($lib/for-you.svelte.ts) mirroring
TracksCache's interface but hitting /for-you/
- feed mode persisted to localStorage
- tag filters hidden when viewing for-you (backend handles hidden tags)
- infinite scroll dispatches to the active cache's fetchMore()
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
authored by