fix: address code review comments

- Use DEFAULT_THEME constant for theme reset
- Type user selector properly
- Include LOCALE_CONFIG in preferences cleanup
- Add newline to migration file
This commit is contained in:
Clemens 2025-11-13 10:35:05 +01:00
parent 60ac63604f
commit 8e91edd9d8
4 changed files with 6 additions and 3 deletions

View file

@ -67,5 +67,6 @@ export function setClientPreferences(preferences: {
export function removeClientPreferences() {
removeItem(DATE_RANGE_CONFIG);
removeItem(TIMEZONE_CONFIG);
removeItem(LOCALE_CONFIG);
removeItem(THEME_CONFIG);
}