This is an automated email from the ASF dual-hosted git repository.
tai pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
from 937b868 style: add border between menu and submenu (#10698)
add c715cad feat: base tabbed modal for new database CRUD UI (#10668)
No new revisions were added by this update.
Summary of changes:
.../icons/{checkbox-half.svg => databases.svg} | 5 +-
.../views/CRUD/data/database/DatabaseList_spec.jsx | 5 +
...atabaseList_spec.jsx => DatabaseModal_spec.jsx} | 16 +-
.../src/{ => common}/components/Modal.tsx | 88 +++++---
.../src/common/components/{index.ts => Tabs.tsx} | 40 ++--
superset-frontend/src/components/Icon/index.tsx | 5 +
.../src/views/CRUD/data/database/DatabaseList.tsx | 73 ++++++-
.../src/views/CRUD/data/database/DatabaseModal.tsx | 231 +++++++++++++++++++++
.../views/CRUD/data/dataset/AddDatasetModal.tsx | 2 +-
9 files changed, 402 insertions(+), 63 deletions(-)
copy superset-frontend/images/icons/{checkbox-half.svg => databases.svg} (68%)
copy
superset-frontend/spec/javascripts/views/CRUD/data/database/{DatabaseList_spec.jsx
=> DatabaseModal_spec.jsx} (73%)
copy superset-frontend/src/{ => common}/components/Modal.tsx (65%)
copy superset-frontend/src/common/components/{index.ts => Tabs.tsx} (55%)
create mode 100644
superset-frontend/src/views/CRUD/data/database/DatabaseModal.tsx