open-webui/src/lib
silentoplayz c03741df93 fix(frontend): Ensure 'Her' theme is always a light theme
This commit fixes a bug where the 'Her' theme would switch to dark mode after a logout/login cycle. The issue was caused by two problems:

1. The `dark` class was being incorrectly added to the `documentElement` when the 'Her' theme was selected in `src/app.html`.
2. The `applyTheme` function in `src/lib/components/chat/Settings/General.svelte` was not explicitly setting the 'Her' theme as a light theme.

This commit resolves both of these issues, ensuring that the 'Her' theme is always a light theme.
2025-07-27 04:02:05 -04:00
..
apis enh: add folder modal 2025-07-19 19:46:35 +04:00
components fix(frontend): Ensure 'Her' theme is always a light theme 2025-07-27 04:02:05 -04:00
i18n Merge pull request #15960 from itk-dev/feature/more-danish-translations 2025-07-23 20:15:40 +04:00
pyodide wip: pyodide kernel 2025-02-04 21:02:11 -08:00
stores refac/fix: shortcut modal 2025-07-18 12:47:22 +04:00
types chore: format 2024-08-26 15:38:42 +02:00
utils refac 2025-07-19 19:15:05 +04:00
workers refac 2025-02-10 00:02:23 -08:00
constants.ts wip 2024-12-11 20:25:46 -08:00
dayjs.js feat(dayjs): add zh-tw locale support 2025-06-20 16:24:04 +08:00
emoji-groups.json feat: emoji picker 2024-12-30 02:20:09 -08:00
emoji-shortcodes.json feat: emoji picker 2024-12-30 02:20:09 -08:00
index.ts