This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


    from e80e10ec06 feat: add risingwave.py in db engine specs (#22123)
     add 3ffe7828a7 feat: Uses new table component in Drill to Detail (#22173)

No new revisions were added by this update.

Summary of changes:
 .../integration/dashboard/drilltodetail.test.ts    |  66 ++++-----
 .../Chart/DrillDetail/DrillDetailModal.tsx         |   1 +
 .../Chart/DrillDetail/DrillDetailPane.test.tsx     |   7 +-
 .../Chart/DrillDetail/DrillDetailPane.tsx          | 150 +++++++++++++++------
 .../Chart/DrillDetail/DrillDetailTableControls.tsx |   1 +
 .../src/components/Table/Table.stories.tsx         | 101 ++++++++++++++
 .../src/components/Table/VirtualTable.tsx          |   4 +-
 .../BooleanCell/BooleanCell.stories.tsx}           |  33 ++---
 .../BooleanCell/BooleanCell.test.tsx}              |  21 +--
 .../Table/cell-renderers/BooleanCell}/index.tsx    |  11 +-
 .../cell-renderers/NullCell/NullCell.stories.tsx}  |  14 +-
 .../cell-renderers/NullCell/NullCell.test.tsx}     |  17 ++-
 .../Table/cell-renderers/NullCell/index.tsx}       |  28 ++--
 .../TimeCell.stories.tsx}                          |  30 ++---
 .../cell-renderers/TimeCell/TimeCell.test.tsx}     |  41 +++---
 .../Table/cell-renderers/TimeCell/index.tsx}       |  24 ++--
 .../header-renderers/HeaderWithRadioGroup.tsx      |  94 +++++++++++++
 superset-frontend/src/components/Table/index.tsx   |  21 ++-
 18 files changed, 465 insertions(+), 199 deletions(-)
 copy 
superset-frontend/src/{explore/components/controls/SliderControl.stories.tsx => 
components/Table/cell-renderers/BooleanCell/BooleanCell.stories.tsx} (69%)
 copy 
superset-frontend/src/{explore/components/DataTableControl/RowCount.test.tsx => 
components/Table/cell-renderers/BooleanCell/BooleanCell.test.tsx} (63%)
 copy superset-frontend/src/{views/CRUD/data/dataset/AddDataset/RightPanel => 
components/Table/cell-renderers/BooleanCell}/index.tsx (74%)
 copy 
superset-frontend/src/{explore/components/DataTableControl/CopyButton.test.tsx 
=> components/Table/cell-renderers/NullCell/NullCell.stories.tsx} (72%)
 copy 
superset-frontend/src/{explore/components/DataTableControl/CopyButton.test.tsx 
=> components/Table/cell-renderers/NullCell/NullCell.test.tsx} (67%)
 copy superset-frontend/{plugins/plugin-chart-echarts/src/Tree/EchartsTree.tsx 
=> src/components/Table/cell-renderers/NullCell/index.tsx} (72%)
 copy 
superset-frontend/src/components/Table/cell-renderers/{NumericCell/NumericCell.stories.tsx
 => TimeCell/TimeCell.stories.tsx} (62%)
 copy superset-frontend/src/components/{Badge/Badge.test.tsx => 
Table/cell-renderers/TimeCell/TimeCell.test.tsx} (50%)
 copy 
superset-frontend/{plugins/plugin-chart-pivot-table/src/react-pivottable/PivotTable.jsx
 => src/components/Table/cell-renderers/TimeCell/index.tsx} (67%)
 create mode 100644 
superset-frontend/src/components/Table/header-renderers/HeaderWithRadioGroup.tsx

Reply via email to