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 52294c8 refactor: Replace react-bootstrap Modals with Antd in
Datasource (#11390)
add e9dba18 feat: annotation layers CRUD list view (#11432)
No new revisions were added by this update.
Summary of changes:
superset-frontend/images/empty.svg | 22 ++
.../annotationlayers/AnnotationLayersList_spec.jsx | 101 ++++++++
.../src/components/ListView/ListView.tsx | 56 +++--
superset-frontend/src/views/App.tsx | 6 +
.../CRUD/annotationlayers/AnnotationLayersList.tsx | 255 +++++++++++++++++++++
superset/annotation_layers/api.py | 4 +
superset/views/annotations.py | 11 +
tests/annotation_layers/api_tests.py | 4 +
8 files changed, 442 insertions(+), 17 deletions(-)
create mode 100644 superset-frontend/images/empty.svg
create mode 100644
superset-frontend/spec/javascripts/views/CRUD/annotationlayers/AnnotationLayersList_spec.jsx
create mode 100644
superset-frontend/src/views/CRUD/annotationlayers/AnnotationLayersList.tsx