-
Notifications
You must be signed in to change notification settings - Fork 88
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
feat: update favicons and meta tags #1654
Conversation
6837df4
to
ffc5190
Compare
ffc5190
to
89589cc
Compare
Can you list the visual changes this produces, just for reference and since this is fairly significant? |
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.
This one looks all black - not the grey the other icons use. Is that intended?
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.
Yep, it's intended. The Safari pinned tab icon is supposed to be a silhouette and gets colored by the color
field in meta.html
line 30.
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.
Also, this one is off center, is that intended?
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.
It's intended - it leaves space for text under the icon.
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.
Thanks for explanations and LGTM
Proposed changes
static/img/favicon
meta.html
mask-icon
)browserconfig.xml
)Brief description of rationale
Ion does not follow some best practices for favicons. These changes were inspired by RealFaviconGenerator and commits like tjcsl/tin@92c3258.