mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-01-11 20:00:26 +01:00
[PR #365] [MERGED] fix(app): pwa title colour #384
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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.