-
-
Notifications
You must be signed in to change notification settings - Fork 36
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
Fix various PWA issues #979
Conversation
For some reason Chromium requires an icon at this size, however the error in Lighthouse states that the size must be *at least* 144x144 but in fact must be exactly this size.
We can use `@media (display-mode: standalone)` to detect this instead
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
some images are broken?
Codecov ReportBase: 92.91% // Head: 93.63% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #979 +/- ##
==========================================
+ Coverage 92.91% 93.63% +0.72%
==========================================
Files 161 161
Lines 2469 2468 -1
==========================================
+ Hits 2294 2311 +17
+ Misses 175 157 -18
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can't test it locally, but code-wise things look fine.
?source=pwa
from PWA start urlNote: The maskable icons are scaled differently to the regular icons to account for the mask safe area in order to prevent the icon from being cut off.