This is an automated email from the ASF dual-hosted git repository.
diegopucci pushed a change to branch chore/color-consistency-e2e
in repository https://gitbox.apache.org/repos/asf/superset.git
from 22b696c843 Lint
add 6e79fac87c fix: ci
add d54aa7c1f5 fix: add chart color
add bb738d6d49 Merge branch 'feat-color-enhancement' of
https://github.com/stephenLYZ/superset into chore/color-consistency-e2e
add 1594becdff fix: color not reset if remove color scheme
add f3212e457d fix lint
add 37e8e802c1 fix: test
add a9bacb5fc2 fix: test
add ac94bbe372 Merge branch 'feat-color-enhancement' of
https://github.com/stephenLYZ/superset into chore/color-consistency-e2e
add 6db4c30ed5 fix
add 89bb2b3ce1 Merge branch 'feat-color-enhancement' of
https://github.com/stephenLYZ/superset into chore/color-consistency-e2e
add 99ba83b2bd Update tests
No new revisions were added by this update.
Summary of changes:
.../cypress/integration/dashboard/editmode.test.ts | 4 +-
.../src/color/CategoricalColorScale.ts | 4 +-
.../src/color/SharedLabelColorSingleton.ts | 75 ++++++++++++--------
.../packages/superset-ui-core/src/color/index.ts | 1 +
.../test/color/SharedLabelColorSingleton.test.ts | 80 +++++++++++++++++-----
.../src/dashboard/actions/dashboardState.js | 29 --------
.../dashboard/components/Header/Header.test.tsx | 3 +-
.../src/dashboard/components/Header/index.jsx | 14 ++--
.../src/dashboard/components/Header/types.ts | 3 +-
.../PropertiesModal/PropertiesModal.test.tsx | 2 +-
.../dashboard/components/PropertiesModal/index.tsx | 24 ++++---
.../components/gridComponents/ChartHolder.tsx | 11 ---
.../dashboard/containers/DashboardComponent.jsx | 2 -
.../src/dashboard/containers/DashboardHeader.jsx | 6 +-
.../src/dashboard/reducers/dashboardState.js | 9 ---
.../src/dashboard/reducers/dashboardState.test.js | 9 +--
superset-frontend/src/explore/ExplorePage.tsx | 10 ++-
17 files changed, 157 insertions(+), 129 deletions(-)