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 {
|
import type { BusterDashboardListItem, BusterDashboardResponse } from '@/api/asset_interfaces';
|
||||||
BusterDashboard,
|
|
||||||
BusterDashboardListItem,
|
|
||||||
BusterDashboardResponse
|
|
||||||
} from '@/api/asset_interfaces';
|
|
||||||
|
|
||||||
export enum DashboardResponses {
|
export enum DashboardResponses {
|
||||||
'/dashboards/get:getDashboardState' = '/dashboards/get:getDashboardState',
|
'/dashboards/get:getDashboardState' = '/dashboards/get:getDashboardState',
|
||||||
|
|
|
@ -3,7 +3,7 @@ import { BusterLogo } from './BusterLogo';
|
||||||
import { BusterLogoWithText } from './BusterLogoWithText';
|
import { BusterLogoWithText } from './BusterLogoWithText';
|
||||||
|
|
||||||
const meta: Meta<typeof BusterLogo> = {
|
const meta: Meta<typeof BusterLogo> = {
|
||||||
title: 'Base/Logos',
|
title: 'UI/Logos',
|
||||||
tags: ['autodocs'],
|
tags: ['autodocs'],
|
||||||
argTypes: {
|
argTypes: {
|
||||||
className: { control: 'text' }
|
className: { control: 'text' }
|
||||||
|
|
|
@ -3,7 +3,7 @@ import { Button } from '../buttons/Button';
|
||||||
import { Tooltip } from './Tooltip';
|
import { Tooltip } from './Tooltip';
|
||||||
|
|
||||||
const meta = {
|
const meta = {
|
||||||
title: 'UI/Tooltip',
|
title: 'UI/Tooltip/Tooltip',
|
||||||
component: Tooltip,
|
component: Tooltip,
|
||||||
parameters: {
|
parameters: {
|
||||||
layout: 'centered'
|
layout: 'centered'
|
||||||
|
|
Loading…
Reference in New Issue