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 5d9560c build(deps-dev): bump node-fetch in /superset-frontend
(#11485)
add 01ddbd0 feat: annotation layers modal + filters (#11494)
No new revisions were added by this update.
Summary of changes:
.../AnnotationLayerModal_spec.jsx} | 41 +++--
.../annotationlayers/AnnotationLayersList_spec.jsx | 31 +++-
.../src/components/ListView/ListView.tsx | 2 +-
.../AnnotationLayerModal.tsx} | 176 ++++++++++-----------
.../CRUD/annotationlayers/AnnotationLayersList.tsx | 76 +++++----
.../{csstemplates => annotationlayers}/types.ts | 7 +-
superset/annotation_layers/api.py | 4 +
tests/annotation_layers/api_tests.py | 1 +
8 files changed, 191 insertions(+), 147 deletions(-)
copy
superset-frontend/spec/javascripts/views/CRUD/{csstemplates/CssTemplateModal_spec.jsx
=> annotationlayers/AnnotationLayerModal_spec.jsx} (59%)
copy superset-frontend/src/views/CRUD/{csstemplates/CssTemplateModal.tsx =>
annotationlayers/AnnotationLayerModal.tsx} (53%)
copy superset-frontend/src/views/CRUD/{csstemplates =>
annotationlayers}/types.ts (90%)