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 25f4226dbb fix: add more clickhouse disallowed functions on config 
(#31198)
     add 1d44662b1d refactor: Split SliceHeaderControls into smaller files 
(#31270)

No new revisions were added by this update.

Summary of changes:
 .../Chart/ChartContextMenu/ChartContextMenu.tsx    |   2 +-
 .../src/dashboard/components/SliceHeader/index.tsx |   5 +-
 .../SliceHeaderControls.test.tsx                   |  17 +-
 .../ViewResultsModalTrigger.tsx                    | 117 ++++++
 .../components/SliceHeaderControls/index.tsx       | 458 +--------------------
 .../components/SliceHeaderControls/types.ts        |  62 +++
 .../components/SliceHeaderControls/utils.ts        | 293 +++++++++++++
 .../ChartContextMenu => hooks}/usePermissions.ts   |   8 +
 8 files changed, 502 insertions(+), 460 deletions(-)
 create mode 100644 
superset-frontend/src/dashboard/components/SliceHeaderControls/ViewResultsModalTrigger.tsx
 create mode 100644 
superset-frontend/src/dashboard/components/SliceHeaderControls/types.ts
 create mode 100644 
superset-frontend/src/dashboard/components/SliceHeaderControls/utils.ts
 rename superset-frontend/src/{components/Chart/ChartContextMenu => 
hooks}/usePermissions.ts (86%)

Reply via email to