mirror of
https://github.com/plexguide/Huntarr-Sonarr.git
synced 2025-12-16 20:04:16 -06:00
- Introduced mandatory page refresh on section changes to address caching issues and ensure fresh data display. - Added guidelines to prevent complex cache management systems and endless refresh loops using an `isInitialized` flag. - Implemented localStorage usage for storing target sections to facilitate navigation post-refresh. - Updated debugging strategies to monitor refresh behavior and initialization status effectively.