Files
NetAlertX/front/js
Valiante 9fedd49e4a Fix: theme reverts to Light after header reload (#943)
Theme was applied on raw $(document).ready, which fires before the async cacheSettings() call has necessarily populated the settings cache. clearCache() (the header reload button) wipes localStorage immediately before reloading, so that reload could read an empty cache and hard-override the theme to Light via setCookie, even with Dark or System configured. Gated the theme application on callAfterAppInitialized(), which is already used elsewhere for this class of race.

Fixes #943
2026-08-21 17:44:21 +01:00
..
2026-07-25 10:25:33 +10:00
2026-07-25 10:25:33 +10:00
2026-03-02 04:35:07 +00:00
2026-06-24 18:07:35 +10:00
2026-01-11 11:24:12 +11:00
2026-07-25 10:25:33 +10:00