-
- Downloads
allow renaming tabs by double clicking name (#30465)
* allow user to rename selected tab directly * fix style * change behavior to double click and refactor defualt exports * add unit tests
Showing
- frontend/src/metabase/core/components/TabButton/TabButton.styled.tsx 12 additions, 1 deletion...c/metabase/core/components/TabButton/TabButton.styled.tsx
- frontend/src/metabase/core/components/TabButton/TabButton.tsx 36 additions, 24 deletions...tend/src/metabase/core/components/TabButton/TabButton.tsx
- frontend/src/metabase/core/components/TabButton/TabButton.unit.spec.tsx 20 additions, 2 deletions...etabase/core/components/TabButton/TabButton.unit.spec.tsx
- frontend/src/metabase/core/components/TabButton/TabButtonMenu.tsx 2 additions, 2 deletions.../src/metabase/core/components/TabButton/TabButtonMenu.tsx
- frontend/src/metabase/core/components/TabButton/index.ts 1 addition, 2 deletionsfrontend/src/metabase/core/components/TabButton/index.ts
- frontend/src/metabase/core/components/TabRow/TabRow.stories.tsx 3 additions, 2 deletions...nd/src/metabase/core/components/TabRow/TabRow.stories.tsx
- frontend/src/metabase/core/components/TabRow/TabRow.styled.tsx 1 addition, 1 deletion...end/src/metabase/core/components/TabRow/TabRow.styled.tsx
- frontend/src/metabase/core/components/TabRow/TabRow.tsx 1 addition, 3 deletionsfrontend/src/metabase/core/components/TabRow/TabRow.tsx
- frontend/src/metabase/core/components/TabRow/TabRow.unit.spec.tsx 2 additions, 2 deletions.../src/metabase/core/components/TabRow/TabRow.unit.spec.tsx
- frontend/src/metabase/core/components/TabRow/index.ts 1 addition, 2 deletionsfrontend/src/metabase/core/components/TabRow/index.ts
- frontend/src/metabase/dashboard/components/DashboardTabs/DashboardTabs.styled.tsx 2 additions, 1 deletion...shboard/components/DashboardTabs/DashboardTabs.styled.tsx
- frontend/src/metabase/dashboard/components/DashboardTabs/DashboardTabs.tsx 2 additions, 1 deletion...base/dashboard/components/DashboardTabs/DashboardTabs.tsx
- frontend/src/metabase/dashboard/components/DashboardTabs/DashboardTabs.unit.spec.tsx 14 additions, 0 deletions...oard/components/DashboardTabs/DashboardTabs.unit.spec.tsx
- frontend/src/metabase/models/components/ModelDetailPage/ModelDetailPage.styled.tsx 1 addition, 1 deletion...els/components/ModelDetailPage/ModelDetailPage.styled.tsx
Please register or sign in to comment