Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1793 Dark theme status bar color in the PWA #1800

Merged
merged 3 commits into from
Jan 11, 2024

Conversation

SebinSong
Copy link
Collaborator

@SebinSong SebinSong commented Dec 20, 2023

closes #1793

The theme_color field in the manifest.json file is responsible for colouring the status bar but the thing is, the value needs to be updated dynamically either according to the browser's system preference or the user's selection in the app.

So I chose to use <meta name='theme-color' > instead, so that we can dynamically update the value from inside the app.

(Mainly referenced this article for the task.)

@SebinSong SebinSong requested a review from taoeffect December 20, 2023 04:18
@SebinSong SebinSong self-assigned this Dec 20, 2023
Copy link
Member

@taoeffect taoeffect left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Approved!! Great work @SebinSong! 😄

@taoeffect taoeffect merged commit 78926a4 into e2e-protocol Jan 11, 2024
2 checks passed
@taoeffect taoeffect deleted the sebin/task/#1793-dark-theme-in-pwa branch January 11, 2024 17:09
@taoeffect taoeffect mentioned this pull request Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants