This PR adds the theme-color property so the background above and under the app matches the apps background. An example is provided at the bottom of the PR.
Fixed
Add theme-color property to match the apps theme in PWA and when scrolling above and under the app on some browsers.
Screenshots or Videos
Before:
After:
🔄 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/5276
**Author:** [@sebdanielsson](https://github.com/sebdanielsson)
**Created:** 9/8/2024
**Status:** ✅ Merged
**Merged:** 9/13/2024
**Merged by:** [@tjbck](https://github.com/tjbck)
**Base:** `dev` ← **Head:** `add-theme-color`
---
### 📝 Commits (1)
- [`2a04dd0`](https://github.com/open-webui/open-webui/commit/2a04dd0f9b683f866ce46374f4de6c7973488d6e) Set theme colors to fix white top bar for PWA
### 📊 Changes
**2 files changed** (+39 additions, -13 deletions)
<details>
<summary>View changed files</summary>
📝 `src/app.html` (+16 -13)
📝 `src/lib/components/chat/Settings/General.svelte` (+23 -0)
</details>
### 📄 Description
# Changelog Entry
### Description
This PR adds the theme-color property so the background above and under the app matches the apps background. An example is provided at the bottom of the PR.
### Fixed
- Add theme-color property to match the apps theme in PWA and when scrolling above and under the app on some browsers.
### Screenshots or Videos
Before:
<img width="344" alt="image" src="https://github.com/user-attachments/assets/49178e10-eee0-4232-932c-3b3f6b4e15f2">
<img width="345" alt="image" src="https://github.com/user-attachments/assets/539daab4-530f-443c-83af-151435803df5">
After:
<img width="344" alt="image" src="https://github.com/user-attachments/assets/f956ab33-c8a0-422e-ad4c-68789a1f0070">
<img width="343" alt="image" src="https://github.com/user-attachments/assets/5b52e22e-d6ea-4061-b49c-a68d50c2a92c">
---
<sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/5276
Author: @sebdanielsson
Created: 9/8/2024
Status: ✅ Merged
Merged: 9/13/2024
Merged by: @tjbck
Base:
dev← Head:add-theme-color📝 Commits (1)
2a04dd0Set theme colors to fix white top bar for PWA📊 Changes
2 files changed (+39 additions, -13 deletions)
View changed files
📝
src/app.html(+16 -13)📝
src/lib/components/chat/Settings/General.svelte(+23 -0)📄 Description
Changelog Entry
Description
This PR adds the theme-color property so the background above and under the app matches the apps background. An example is provided at the bottom of the PR.
Fixed
Screenshots or Videos
Before:
After:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.