material-components / material-design-for-wordpress

Material Design plugin for WordPress
78 stars 22 forks source link

Core color picker #419

Closed emeaguiar closed 2 years ago

emeaguiar commented 2 years ago

Summary

Fixes #354

Checklist

coveralls commented 2 years ago

Pull Request Test Coverage Report for Build 2865762665

Warning: This coverage report may be inaccurate.

This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

Details


Totals Coverage Status
Change from base Build 2835107180: 0.8%
Covered Lines: 4683
Relevant Lines: 6292

💛 - Coveralls
PatelUtkarsh commented 2 years ago

Two things on this: @emeaguiar

  1. useSetting is not available on 5.6 WP, which is our minimum support version.
  2. Colour are not showing correctly on latest WP based on generated colors.
PatelUtkarsh commented 2 years ago

For point 2:

I cleaned up the existing global style in order for this to work:

DELETE FROM wp_posts WHERE post_type = 'wp_global_styles'