This is an automated email from the ASF dual-hosted git repository.
msyavuz pushed a change to branch template_less
in repository https://gitbox.apache.org/repos/asf/superset.git
from f580da88ca fix(Theming): DatabaseModal visual fixes (#33286)
add e529d84e34 fix: button colors and icons (#33287)
No new revisions were added by this update.
Summary of changes:
.../ExploreResultsButton.test.tsx | 10 ++++---
.../components/ExploreResultsButton/index.tsx | 10 +++----
.../src/SqlLab/components/ResultSet/index.tsx | 12 ++-------
superset-frontend/src/components/Button/index.tsx | 6 ++++-
superset-frontend/src/components/Button/types.ts | 2 ++
.../src/components/Icons/BaseIcon.tsx | 14 +++++-----
superset-frontend/src/components/Modal/Modal.tsx | 8 +++++-
superset-frontend/src/components/index.ts | 1 +
.../src/dashboard/components/DashboardGrid.jsx | 10 ++-----
.../src/dashboard/components/SliceAdder.tsx | 7 +++--
.../explore/components/PropertiesModal/index.tsx | 1 +
.../AnnotationLayerControl/AnnotationLayer.jsx | 12 +++++++--
.../controls/AnnotationLayerControl/index.tsx | 6 -----
.../controls/CollectionControl/index.jsx | 6 +----
.../ConditionalFormattingControl.tsx | 1 -
.../DndColumnSelectControl/DndSelectLabel.tsx | 11 ++------
.../FilterControl/AdhocFilterControl/index.jsx | 15 ++---------
.../FilterControl/AdhocFilterEditPopover/index.jsx | 7 ++++-
.../MetricControl/AdhocMetricEditPopover/index.jsx | 1 +
.../controls/MetricControl/MetricsControl.jsx | 13 +++------
.../src/features/alerts/AlertReportModal.tsx | 8 +-----
.../features/datasets/AddDataset/Footer/index.tsx | 4 ++-
superset-frontend/src/features/home/ChartTable.tsx | 2 +-
.../src/features/home/DashboardTable.tsx | 2 +-
superset-frontend/src/features/home/RightMenu.tsx | 2 +-
.../src/features/home/SavedQueries.tsx | 6 +----
superset-frontend/src/features/home/SubMenu.tsx | 3 +++
.../src/pages/AlertReportList/index.tsx | 17 +-----------
.../src/pages/AnnotationLayerList/index.tsx | 16 +++--------
.../src/pages/AnnotationList/index.tsx | 20 ++------------
superset-frontend/src/pages/ChartList/index.tsx | 16 ++---------
.../src/pages/CssTemplateList/index.tsx | 18 +++----------
.../src/pages/DashboardList/index.tsx | 12 +--------
superset-frontend/src/pages/DatabaseList/index.tsx | 18 +++----------
superset-frontend/src/pages/DatasetList/index.tsx | 8 +-----
superset-frontend/src/pages/RolesList/index.tsx | 21 +++------------
.../src/pages/RowLevelSecurityList/index.tsx | 31 ++++------------------
.../src/pages/SavedQueryList/index.tsx | 10 +------
superset-frontend/src/pages/Tags/index.tsx | 28 +++----------------
superset-frontend/src/pages/UsersList/index.tsx | 21 +++------------
40 files changed, 105 insertions(+), 311 deletions(-)