Just a tiny contribution - feel free to reject if it does not align with the design :)
🔄 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/eitchtee/WYGIWYH/pull/365
**Author:** [@samuelthng](https://github.com/samuelthng)
**Created:** 9/9/2025
**Status:** ✅ Merged
**Merged:** 9/9/2025
**Merged by:** [@eitchtee](https://github.com/eitchtee)
**Base:** `main` ← **Head:** `patch-1`
---
### 📝 Commits (1)
- [`a6c1daf`](https://github.com/eitchtee/WYGIWYH/commit/a6c1daf9021f3560b553d6b0aa5bbf3629d996de) fix(app): PWA Title Colour
### 📊 Changes
**1 file changed** (+0 additions, -2 deletions)
<details>
<summary>View changed files</summary>
📝 `app/templates/includes/head/favicons.html` (+0 -2)
</details>
### 📄 Description
Current situation: The current PWA is showing the title bar as white
<details><summary>Screenshot of how it is now</summary>
<img width="1122" height="946" alt="image" src="https://github.com/user-attachments/assets/6416ff8e-6c80-47c0-be64-48ea13d60bd4" />
</details>
---
Expectation: It is expected to be the accent colour of the application.
Django PWA already correctly sets the title based on settings.py, but the colour is being overridden by these values in head.
<details><summary>Screenshot of expected colour</summary>
<img width="1122" height="946" alt="image" src="https://github.com/user-attachments/assets/5a597594-c690-448a-be94-2d2aff8d98e3" />
</details>
---
Django PWA settings already set here:
https://github.com/eitchtee/WYGIWYH/blob/main/app/WYGIWYH/settings.py#L496
Django PWA example in their README and templates:
https://github.com/silviolleite/django-pwa/blob/master/README.md?plain=1#L51
https://github.com/silviolleite/django-pwa/blob/master/src/pwa/templates/pwa.html#L10
---
Just a tiny contribution - feel free to reject if it does not align with the design :)
---
<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/eitchtee/WYGIWYH/pull/365
Author: @samuelthng
Created: 9/9/2025
Status: ✅ Merged
Merged: 9/9/2025
Merged by: @eitchtee
Base:
main← Head:patch-1📝 Commits (1)
a6c1daffix(app): PWA Title Colour📊 Changes
1 file changed (+0 additions, -2 deletions)
View changed files
📝
app/templates/includes/head/favicons.html(+0 -2)📄 Description
Current situation: The current PWA is showing the title bar as white
Screenshot of how it is now
Expectation: It is expected to be the accent colour of the application.
Django PWA already correctly sets the title based on settings.py, but the colour is being overridden by these values in head.
Screenshot of expected colour
Django PWA settings already set here:
https://github.com/eitchtee/WYGIWYH/blob/main/app/WYGIWYH/settings.py#L496
Django PWA example in their README and templates:
https://github.com/silviolleite/django-pwa/blob/master/README.md?plain=1#L51
https://github.com/silviolleite/django-pwa/blob/master/src/pwa/templates/pwa.html#L10
Just a tiny contribution - feel free to reject if it does not align with the design :)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.