main ← new-discourse-compatibility
merged 10:47AM - 14 Jan 26 UTC
**Main Changes:**
- **Modern Discourse Compatibility:** Updated the component… to be fully compatible with the latest Glimmer patterns and Post Stream changes.
- **Adjustable Cache TTL:** Added a new setting fkb_panel_cache_ttl allowing admins to define the cache duration in minutes.
- **Live Background Refresh:** Implemented a timer-based background refresh logic. The panel now updates user statistics (likes, solutions, etc.) automatically without requiring page navigation or a manual refresh.
- **Cross-tab Synchronization:** Migrated storage to localStorage to ensure data consistency across all open browser tabs.
- **Optimized Performance:** Refined the fetching logic to prevent redundant AJAX calls and unnecessary loading spinners during navigation.