-
-
Notifications
You must be signed in to change notification settings - Fork 5.9k
Consolidate Logos and update README header #14136
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
silverwind
commented
Dec 23, 2020
0b94aa9
to
25e96c6
Compare
- Remove unused `logo-lg.png`, `logo-sm.png` and `logo-192.png`. - Consolidate `favicon.svg` and `logo.svg` to just `logo.svg`. - Remove Safari Mask icon, it seems to work fine with just `favicon.png` (no SVG support). - Remove Fluid Icon. It only served Firefox and SVG works just fine there. - Update customization instructions. - Update README.md to use SVG icon, increase logo size and center it and badges.
25e96c6
to
566e1fa
Compare
Merged
lunny
reviewed
Dec 25, 2020
lunny
approved these changes
Dec 25, 2020
Co-authored-by: Lunny Xiao <[email protected]>
silverwind
commented
Dec 25, 2020
Note that some sources say that a 192px icon is required for the Homescreen icon on Android but I just tested with 512px only and it seems to work just as well, so I think we can keep it to the one raster size in the manifest. |
Also tested with mobile Firefox and it reveals what is most likely a Firefox bug, see mozilla-mobile/fenix#17215. |
techknowlogick
approved these changes
Jan 1, 2021
🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
lgtm/done
This PR has enough approvals to get merged. There are no important open reservations anymore.
pr/breaking
Merging this PR means builds will break. Needs a description what exactly breaks, and how to fix it!
type/refactoring
Existing code has been cleaned up. There should be no new functionality.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
logo-lg.png
,logo-sm.png
andlogo-192.png
.favicon.svg
andlogo.svg
to justlogo.svg
.favicon.png
works just fine since Safari 12.