Update story naming conventions

This commit is contained in:
Nate Kelley 2025-02-27 11:52:02 -07:00
parent 9c0c196ebf
commit 49d8eeb57e
No known key found for this signature in database
GPG Key ID: FD90372AB8D98B4F
3 changed files with 3 additions and 7 deletions

View File

@ -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',

View File

@ -3,7 +3,7 @@ import { BusterLogo } from './BusterLogo';
import { BusterLogoWithText } from './BusterLogoWithText';
const meta: Meta<typeof BusterLogo> = {
title: 'Base/Logos',
title: 'UI/Logos',
tags: ['autodocs'],
argTypes: {
className: { control: 'text' }

View File

@ -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'