-
- Downloads
allow users to duplicate dashboard tabs (#38190)
Closes https://github.com/metabase/metabase/issues/38208 ### Description Adds a item to the dashboard tab menu to duplicate the tab. ### How to verify 1. Open a dashboard you can edit 2. Go to edit more, click the tab menu for a tab 3. Click duplicate, tab should be duplicated ### Demo https://www.loom.com/share/d73aad469074440992618ee179518d39 ### Checklist ~~- [ ] Tests have been added/updated to cover changes in this PR~~ e2e tests are added in the next PR in the stack
Showing
- frontend/src/metabase/core/components/TabButton/TabButton.tsx 14 additions, 11 deletions...tend/src/metabase/core/components/TabButton/TabButton.tsx
- frontend/src/metabase/dashboard/actions/tabs.ts 135 additions, 14 deletionsfrontend/src/metabase/dashboard/actions/tabs.ts
- frontend/src/metabase/dashboard/components/DashboardTabs/DashboardTabs.styled.tsx 0 additions, 5 deletions...shboard/components/DashboardTabs/DashboardTabs.styled.tsx
- frontend/src/metabase/dashboard/components/DashboardTabs/DashboardTabs.tsx 27 additions, 15 deletions...base/dashboard/components/DashboardTabs/DashboardTabs.tsx
- frontend/src/metabase/dashboard/components/DashboardTabs/DashboardTabs.unit.spec.tsx 59 additions, 9 deletions...oard/components/DashboardTabs/DashboardTabs.unit.spec.tsx
- frontend/src/metabase/dashboard/components/DashboardTabs/test-utils.ts 4 additions, 0 deletions...metabase/dashboard/components/DashboardTabs/test-utils.ts
- frontend/src/metabase/dashboard/components/DashboardTabs/use-dashboard-tabs.ts 2 additions, 0 deletions.../dashboard/components/DashboardTabs/use-dashboard-tabs.ts
Please register or sign in to comment