[PR #64] [MERGED] feat: light mode support #6932

Closed
opened 2025-11-11 17:12:07 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/open-webui/pull/64
Author: @tjbck
Created: 11/5/2023
Status: Merged
Merged: 11/5/2023
Merged by: @tjbck

Base: mainHead: dev


📝 Commits (3)

  • f0e1ec7 feat: light mode support
  • eac614b fix: button dark theme styling
  • d2cb2ed Merge branch 'main' into dev

📊 Changes

7 files changed (+177 additions, -94 deletions)

View changed files

📝 src/app.html (+12 -0)
📝 src/lib/components/chat/SettingsModal.svelte (+101 -43)
📝 src/lib/components/chat/Suggestions.svelte (+20 -12)
📝 src/lib/components/common/Modal.svelte (+1 -1)
📝 src/lib/components/layout/Navbar.svelte (+4 -4)
📝 src/routes/+page.svelte (+38 -34)
📝 tailwind.config.js (+1 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/open-webui/pull/64 **Author:** [@tjbck](https://github.com/tjbck) **Created:** 11/5/2023 **Status:** ✅ Merged **Merged:** 11/5/2023 **Merged by:** [@tjbck](https://github.com/tjbck) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (3) - [`f0e1ec7`](https://github.com/open-webui/open-webui/commit/f0e1ec75d89003187c263fdeb8f62cbaa04da628) feat: light mode support - [`eac614b`](https://github.com/open-webui/open-webui/commit/eac614b4072bcd6f3622c911e45fbd55001df080) fix: button dark theme styling - [`d2cb2ed`](https://github.com/open-webui/open-webui/commit/d2cb2ed9c011d675f4be92841beef2ebaf1653c1) Merge branch 'main' into dev ### 📊 Changes **7 files changed** (+177 additions, -94 deletions) <details> <summary>View changed files</summary> 📝 `src/app.html` (+12 -0) 📝 `src/lib/components/chat/SettingsModal.svelte` (+101 -43) 📝 `src/lib/components/chat/Suggestions.svelte` (+20 -12) 📝 `src/lib/components/common/Modal.svelte` (+1 -1) 📝 `src/lib/components/layout/Navbar.svelte` (+4 -4) 📝 `src/routes/+page.svelte` (+38 -34) 📝 `tailwind.config.js` (+1 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-11 17:12:08 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/open-webui#6932