-
- Downloads
Let non-users unsubscribe from alerts and subscriptions (#32379)
* basic unsubscribe functionality * add undo unsubscribe and error display * refactor successful request display * refactor interface name * add tests and helpers for unsubscribing non-users * remove placeholder comment * undo deletion * improve type safety
Showing
- e2e/support/helpers/e2e-email-helpers.js 27 additions, 8 deletionse2e/support/helpers/e2e-email-helpers.js
- e2e/test/scenarios/sharing/subscriptions.cy.spec.js 105 additions, 3 deletionse2e/test/scenarios/sharing/subscriptions.cy.spec.js
- frontend/src/metabase/containers/ErrorPages.tsx 1 addition, 1 deletionfrontend/src/metabase/containers/ErrorPages.tsx
- frontend/src/metabase/containers/Unsubscribe.styled.tsx 62 additions, 0 deletionsfrontend/src/metabase/containers/Unsubscribe.styled.tsx
- frontend/src/metabase/containers/Unsubscribe.tsx 244 additions, 0 deletionsfrontend/src/metabase/containers/Unsubscribe.tsx
- frontend/src/metabase/dashboard/components/DashboardActions.jsx 1 addition, 0 deletions...nd/src/metabase/dashboard/components/DashboardActions.jsx
- frontend/src/metabase/dashboard/components/Sidebar.jsx 1 addition, 0 deletionsfrontend/src/metabase/dashboard/components/Sidebar.jsx
- frontend/src/metabase/routes.jsx 2 additions, 0 deletionsfrontend/src/metabase/routes.jsx
- frontend/src/metabase/services.js 2 additions, 0 deletionsfrontend/src/metabase/services.js
- frontend/src/metabase/sharing/components/PulsesListSidebar.jsx 1 addition, 0 deletions...end/src/metabase/sharing/components/PulsesListSidebar.jsx
Loading
Please register or sign in to comment