-
-
Notifications
You must be signed in to change notification settings - Fork 169
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
refactor(tree-wide): consistent metadata #557
refactor(tree-wide): consistent metadata #557
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
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.
All code read, nothing seems to cause any alarm. 60/68 websites tested, no regressions/issues outside of ones that already exist.
dad1468
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.
Alright I've gone through everything again and I'm pretty confident there aren't any issues with it.
This PR fixes the lint warnings brought by #522 by replacing
flavor
withdarkFlavor
andlightFlavor
, addingaccentColor
where needed, and other fixes.