You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2023/01/12 20:42:16 UTC

[superset] branch master updated (5a422b31c5 -> 1a0de496ee)

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 5a422b31c5 fix: alert modal bug fix (#22688)
     add 1a0de496ee chore: Move charts to src/pages folder (#22230)

No new revisions were added by this update.

Summary of changes:
 .../ChartCreation/ChartCreation.test.tsx}          | 20 +++++++---------
 .../ChartCreation/index.tsx}                       | 14 +++++------
 .../CRUD/chart => pages/ChartList}/ChartCard.tsx   |  2 +-
 .../chart => pages/ChartList}/ChartList.test.jsx   |  2 +-
 .../ChartList.tsx => pages/ChartList/index.tsx}    |  0
 superset-frontend/src/views/CRUD/chart/types.ts    | 28 ----------------------
 .../src/views/CRUD/welcome/ChartTable.tsx          |  2 +-
 superset-frontend/src/views/routes.tsx             | 13 ++++------
 8 files changed, 22 insertions(+), 59 deletions(-)
 rename superset-frontend/src/{addSlice/AddSliceContainer.test.tsx => pages/ChartCreation/ChartCreation.test.tsx} (93%)
 rename superset-frontend/src/{addSlice/AddSliceContainer.tsx => pages/ChartCreation/index.tsx} (97%)
 rename superset-frontend/src/{views/CRUD/chart => pages/ChartList}/ChartCard.tsx (98%)
 rename superset-frontend/src/{views/CRUD/chart => pages/ChartList}/ChartList.test.jsx (99%)
 rename superset-frontend/src/{views/CRUD/chart/ChartList.tsx => pages/ChartList/index.tsx} (100%)
 delete mode 100644 superset-frontend/src/views/CRUD/chart/types.ts