open-webui/src/lib/components/chat
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
..
ContentRenderer chore: format 2025-05-23 19:22:08 +04:00
Controls Update Controls.svelte 2025-06-17 11:21:24 +02:00
MessageInput refac: styling 2025-07-21 13:06:34 +04:00
Messages refac 2025-07-19 19:15:05 +04:00
ModelSelector refac: model item tag styling 2025-07-22 11:19:40 +04:00
Overview chore: streamline the URL used for resources like favicon.png 2025-07-09 09:14:51 +02:00
Placeholder enh: allow direct file upload to knowledge attachment 2025-07-19 14:50:36 +04:00
Settings fix(frontend): Ensure 'Her' theme is always a light theme 2025-07-27 04:02:05 -04:00
Artifacts.svelte refac: iframe include allow-downloads by default 2025-06-16 16:24:51 +04:00
Chat.svelte chore: format 2025-07-19 18:57:59 +04:00
ChatControls.svelte refac 2025-07-09 13:47:10 +04:00
ChatPlaceholder.svelte chore: streamline the URL used for resources like favicon.png 2025-07-09 09:14:51 +02:00
MessageInput.svelte refac: styling 2025-07-22 11:22:01 +04:00
Messages.svelte enh: follow up prompts behaviour 2025-07-18 17:49:24 +04:00
ModelSelector.svelte make margin depend on high contrast mode, based on comment on pr 2025-07-02 09:55:47 +02:00
Navbar.svelte refac: mobile navbar 2025-07-05 02:26:52 +04:00
Overview.svelte enh: artifacts, overview back button 2024-10-08 15:35:35 -07:00
Placeholder.svelte enh: folders 2025-07-19 14:29:08 +04:00
SettingsModal.svelte chore: format 2025-07-19 18:57:59 +04:00
ShareChatModal.svelte refac 2025-06-27 15:44:26 +04:00
ShortcutsModal.svelte refac 2025-06-27 15:44:26 +04:00
Suggestions.svelte refac: suggestion prompts 2025-07-04 23:40:31 +04:00
TagChatModal.svelte enh: auto tag feedback 2024-10-23 20:18:51 -07:00
Tags.svelte refac: toast error 2025-01-20 22:41:32 -08:00
ToolServersModal.svelte refac 2025-06-27 15:44:26 +04:00