mirror of https://github.com/buster-so/buster.git
Update story naming conventions
This commit is contained in:
parent
9c0c196ebf
commit
49d8eeb57e
|
@ -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',
|
||||
|
|
|
@ -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' }
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue