This is an automated email from the ASF dual-hosted git repository.
kgabryje pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.
from 8efd94a refactor: icon to icons for navbar (#15643)
add a914e3c feat(explore): Implement conditional formatting component
(#15651)
No new revisions were added by this update.
Summary of changes:
.../ConditionalFormattingControl.tsx | 184 +++++++++++++++++
.../FormattingPopover.tsx | 61 ++++++
.../FormattingPopoverContent.tsx | 223 +++++++++++++++++++++
.../ConditionalFormattingControl}/index.ts | 6 +-
.../controls/ConditionalFormattingControl/types.ts | 68 +++++++
.../src/explore/components/controls/index.js | 2 +
6 files changed, 541 insertions(+), 3 deletions(-)
create mode 100644
superset-frontend/src/explore/components/controls/ConditionalFormattingControl/ConditionalFormattingControl.tsx
create mode 100644
superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopover.tsx
create mode 100644
superset-frontend/src/explore/components/controls/ConditionalFormattingControl/FormattingPopoverContent.tsx
copy superset-frontend/src/{components/ListView =>
explore/components/controls/ConditionalFormattingControl}/index.ts (87%)
create mode 100644
superset-frontend/src/explore/components/controls/ConditionalFormattingControl/types.ts