-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Issue/update color scheme #9495
Conversation
…creation header subtitle style
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.
Everything looks good, I think this incorporates everything we've decided to include in this v1. 👍
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.
I've glanced over the code and tested different parts of the app and I haven't noticed any broken functionality, but there are a few places where the old colors are still used (all screens of the login flow).
Notice the text box and button color:
In other parts of the app, the new highlight blue is used:
The selected menu item background uses the old blue (unlike Woo, which uses the grey color):
The main menu selection is grey:
Also, I'm not sure if the toolbar selected background color is correct:
The Activity Log page modification icon color is off (should be white):
Thanks for the review and catching those bugs, @0nko! I added resources to override the login library colors in a9ba165. See the screenshots below for illustration. You'll notice the button color was updated to I removed the custom selectable background drawable in af1657a. See the screenshots below for illustration. I think the toolbar touch feedback color is correct since the app theme's parent style is I'm not sure why the page modification icon color shows up as dark yellow, which I think is Can you share how you got to that screen in case there are certain steps to reproduce it? |
Thanks for catching those spots I missed, @0nko!
Yes, that's perfect, the pink buttons look great there. I noticed in your before/after login screenshot that I think the "log in with google" and "log in by entering your site address" links are maybe still using the old blue -- if so we should change those to |
I added color resources for the login button text color in 6e4bc09. See the screenshots below for illustration. I updated the background color for shortcuts too in order to follow the guidelines here. See the screenshots below for illustration. |
Good catch on the shortcuts. Those links now look good. 👍 |
Thanks for the changes, @theck13. It looks great 👍. |
Fix
Update the color scheme to Classic Bright to match the color changes described in https://en.blog.wordpress.com/2019/01/08/customize-your-wordpress-com-dashboard. These changes include updating color values, refactoring color names, renaming file names based on the new color values/names, and removing unused colors. There are no functional changes.
Test
An alpha build can be downloaded from here. It will be installed alongside the production build (i.e. two WordPress apps will be on the device; one production and one debug) so changes can be compared on the same device.
Review
The code review should not worry about the color names or specific changes to the color of the interface, but it should check that there are no breaking changes. The design and interface have been reviewed multiple times by @mattmiklic, but it should still be reviewed again to ensure nothing was missed.
Release
The
RELEASE-NOTES.txt
document was updated in 443b2de with the following: