Skip to content
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

Add blue color scheme from wp-admin #47204

Merged
merged 8 commits into from
Nov 10, 2020
Merged

Add blue color scheme from wp-admin #47204

merged 8 commits into from
Nov 10, 2020

Conversation

mreishus
Copy link
Contributor

@mreishus mreishus commented Nov 6, 2020

One part of #47036

Changes proposed in this Pull Request

  • Add blue color scheme

Testing instructions

  • Visit /me/account
  • Choose blue and save

To see the wp-admin color scheme, create an atomic site, then visit /wp-admin/profile.php, choose color scheme and save.

Calypso:
2020-11-06_13-46

Wp-Admin:
2020-11-06_13-46_1

@matticbot
Copy link
Contributor

@mreishus mreishus self-assigned this Nov 6, 2020
@mreishus mreishus added the [Feature] Calypso & wp-admin Navigation All navigation in Calypso and wp-admin, and the unified transitions between the two. label Nov 6, 2020
@matticbot
Copy link
Contributor

matticbot commented Nov 6, 2020

Here is how your PR affects size of JS and CSS bundles shipped to the user's browser:

Sections (~39 bytes added 📈 [gzipped])

name     parsed_size           gzip_size
account       +154 B  (+0.0%)      +39 B  (+0.0%)

Sections contain code specific for a given set of routes. Is downloaded and parsed only when a particular route is navigated to.

Async-loaded Components (~74 bytes added 📈 [gzipped])

name                      parsed_size           gzip_size
async-load-design-blocks       +154 B  (+0.0%)      +38 B  (+0.0%)
async-load-design              +154 B  (+0.0%)      +36 B  (+0.0%)

React components that are loaded lazily, when a certain part of UI is displayed for the first time.

Legend

What is parsed and gzip size?

Parsed Size: Uncompressed size of the JS and CSS files. This much code needs to be parsed and stored in memory.
Gzip Size: Compressed size of the JS and CSS files. This much data needs to be downloaded over network.

Generated by performance advisor bot at iscalypsofastyet.com.

@mreishus mreishus mentioned this pull request Nov 6, 2020
94 tasks
@matticbot matticbot added the [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. label Nov 6, 2020
Copy link
Contributor

@cpapazoglou cpapazoglou left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @mreishus!

LGTM!

@mreishus mreishus merged commit ea61702 into master Nov 10, 2020
@mreishus mreishus deleted the add/color-scheme-blue branch November 10, 2020 18:37
@matticbot matticbot removed the [Status] Needs Review The PR is ready for review. This also triggers e2e canary tests and wp-desktop tests automatically. label Nov 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Feature] Calypso & wp-admin Navigation All navigation in Calypso and wp-admin, and the unified transitions between the two.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants