From 49d8eeb57e8d1f7be76d76c12535c29ebf82bb11 Mon Sep 17 00:00:00 2001 From: Nate Kelley Date: Thu, 27 Feb 2025 11:52:02 -0700 Subject: [PATCH] Update story naming conventions --- web/src/api/buster_socket/dashboards/dashboardResponses.ts | 6 +----- web/src/assets/svg/BusterLogos.stories.tsx | 2 +- web/src/components/ui/tooltip/Tooltip.stories.tsx | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/web/src/api/buster_socket/dashboards/dashboardResponses.ts b/web/src/api/buster_socket/dashboards/dashboardResponses.ts index 75da18b98..9bef59236 100644 --- a/web/src/api/buster_socket/dashboards/dashboardResponses.ts +++ b/web/src/api/buster_socket/dashboards/dashboardResponses.ts @@ -1,8 +1,4 @@ -import type { - BusterDashboard, - BusterDashboardListItem, - BusterDashboardResponse -} from '@/api/asset_interfaces'; +import type { BusterDashboardListItem, BusterDashboardResponse } from '@/api/asset_interfaces'; export enum DashboardResponses { '/dashboards/get:getDashboardState' = '/dashboards/get:getDashboardState', diff --git a/web/src/assets/svg/BusterLogos.stories.tsx b/web/src/assets/svg/BusterLogos.stories.tsx index af518f430..217c4e7bc 100644 --- a/web/src/assets/svg/BusterLogos.stories.tsx +++ b/web/src/assets/svg/BusterLogos.stories.tsx @@ -3,7 +3,7 @@ import { BusterLogo } from './BusterLogo'; import { BusterLogoWithText } from './BusterLogoWithText'; const meta: Meta = { - title: 'Base/Logos', + title: 'UI/Logos', tags: ['autodocs'], argTypes: { className: { control: 'text' } diff --git a/web/src/components/ui/tooltip/Tooltip.stories.tsx b/web/src/components/ui/tooltip/Tooltip.stories.tsx index e40bf4464..0aa2ef432 100644 --- a/web/src/components/ui/tooltip/Tooltip.stories.tsx +++ b/web/src/components/ui/tooltip/Tooltip.stories.tsx @@ -3,7 +3,7 @@ import { Button } from '../buttons/Button'; import { Tooltip } from './Tooltip'; const meta = { - title: 'UI/Tooltip', + title: 'UI/Tooltip/Tooltip', component: Tooltip, parameters: { layout: 'centered'