mirror of
https://github.com/ajnart/homarr.git
synced 2026-01-30 19:29:17 +01:00
* feat: add server settings for default board, default color scheme and default locale * chore: address pull request feedback * test: adjust unit tests to match requirements * fix: deepsource issue * chore: add deepsource as dependency to translation library * refactor: restructure language-combobox, adjust default locale for next-intl * chore: change cookie keys prefix from homarr- to homarr.
3 lines
107 B
TypeScript
3 lines
107 B
TypeScript
export const colorSchemeCookieKey = "homarr.color-scheme";
|
|
export const localeCookieKey = "homarr.locale";
|