feat: persist view preferences and language to user settings (#1831)

Co-authored-by: ChangkeunJ <reiot92@gmail.com>
This commit is contained in:
Sven van Ginkel
2026-09-17 02:29:36 +02:00
committed by GitHub
parent 50f6fc075d
commit f0f1f7985c
7 changed files with 180 additions and 42 deletions

View File

@@ -121,6 +121,7 @@ const Layout = () => {
const I18nApp = () => {
useEffect(() => {
// Activate a locale so I18nProvider can mount App and load the account settings.
dynamicActivate(getLocale())
}, [])