This is an automated email from the ASF dual-hosted git repository.
elizabeth pushed a change to branch selfSubscribeReports
in repository https://gitbox.apache.org/repos/asf/superset.git.
from b81f120 add timezone selector component (#15880)
add 1be8119 style: Rough draft of email report modal (#15666)
add 98d3f4f feat: toggle the ReportModal Icon based on user permissions
(#15780)
add 8dbe35b feat: Begin incorporation of email report modal to Charts
(#15793)
add 9e31846 feat: fetch UI specific reports (#15785)
No new revisions were added by this update.
Summary of changes:
superset-frontend/spec/fixtures/mockState.js | 2 +
.../ReportModal/EmailReportModal.test.jsx | 58 ++++++
.../src/components/ReportModal/index.tsx | 220 +++++++++++++++++++++
.../dashboard/components/Header/Header.test.tsx | 17 +-
.../src/dashboard/components/Header/index.jsx | 82 +++++++-
.../src/dashboard/components/Header/types.ts | 2 +-
.../src/dashboard/containers/DashboardHeader.jsx | 6 +-
.../src/explore/components/ExploreChartHeader.jsx | 31 +++
.../src/reports/actions/reportState.js | 70 +++++++
.../reducers/reportState.js} | 17 +-
superset-frontend/src/views/store.ts | 2 +
11 files changed, 496 insertions(+), 11 deletions(-)
create mode 100644
superset-frontend/src/components/ReportModal/EmailReportModal.test.jsx
create mode 100644 superset-frontend/src/components/ReportModal/index.tsx
create mode 100644 superset-frontend/src/reports/actions/reportState.js
copy superset-frontend/src/{SqlLab/reducers/localStorageUsage.js =>
reports/reducers/reportState.js} (69%)