• Steven's avatar
    refactor(web): improve locale/theme preference initialization · 3dc740c7
    Steven authored
    - Extract preference logic into dedicated hooks (useUserLocale, useUserTheme)
    - Add applyLocaleEarly() for consistent early application
    - Remove applyUserPreferences() from user store (now redundant)
    - Simplify App.tsx by moving effects to custom hooks
    - Make locale/theme handling consistent and reactive
    - Clean up manual preference calls from sign-in flows
    
    Fixes locale not overriding localStorage on user login.
    Improves maintainability with better separation of concerns.
    3dc740c7
Name
Last commit
Last update
..
remark-plugins Loading commit data...
attachment.ts Loading commit data...
i18n.ts Loading commit data...
markdown-list-detection.ts Loading commit data...
markdown-manipulation.ts Loading commit data...
memo.ts Loading commit data...
oauth.ts Loading commit data...
theme.ts Loading commit data...
user.ts Loading commit data...
uuid.ts Loading commit data...