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
fix render performance
- Extract EpisodeCard into memo() component, only the playing card
re-renders on 5s progress ticks instead of all 24+
- Replace inline isSeasonWatched() loop with memoized seasonWatchedMap
- Wrap playEpisode, markSeasonWatched/Unwatched in useCallback
- Stabilize onGoToDownloads in App.jsx (was recreated on every download-progress event)
- Wrap getSessionDomains in useCallback (reads ref, needs no deps)
- updated to 1.6.0