Remove MRVA prefix from component stories

This commit is contained in:
Koen Vlaswinkel
2022-09-07 16:43:19 +02:00
parent 9383b03971
commit a38a0356a0
9 changed files with 9 additions and 9 deletions

View File

@@ -6,7 +6,7 @@ import AnalysisAlertResult from '../../view/remote-queries/AnalysisAlertResult';
import type { AnalysisAlert } from '../../remote-queries/shared/analysis-result';
export default {
title: 'MRVA/Analysis Alert Result',
title: 'Analysis Alert Result',
component: AnalysisAlertResult,
} as ComponentMeta<typeof AnalysisAlertResult>;

View File

@@ -7,7 +7,7 @@ import CodePaths from '../../view/remote-queries/CodePaths';
import type { CodeFlow } from '../../remote-queries/shared/analysis-result';
export default {
title: 'MRVA/Code Paths',
title: 'Code Paths',
component: CodePaths,
decorators: [
(Story) => (

View File

@@ -5,7 +5,7 @@ import { ComponentStory, ComponentMeta } from '@storybook/react';
import DownloadButtonComponent from '../../view/remote-queries/DownloadButton';
export default {
title: 'MRVA/Download Button',
title: 'Download Button',
component: DownloadButtonComponent,
argTypes: {
onClick: {

View File

@@ -5,7 +5,7 @@ import { ComponentMeta } from '@storybook/react';
import DownloadSpinnerComponent from '../../view/remote-queries/DownloadSpinner';
export default {
title: 'MRVA/Download Spinner',
title: 'Download Spinner',
component: DownloadSpinnerComponent,
} as ComponentMeta<typeof DownloadSpinnerComponent>;

View File

@@ -5,7 +5,7 @@ import { ComponentStory, ComponentMeta } from '@storybook/react';
import FileCodeSnippet from '../../view/remote-queries/FileCodeSnippet';
export default {
title: 'MRVA/File Code Snippet',
title: 'File Code Snippet',
component: FileCodeSnippet
} as ComponentMeta<typeof FileCodeSnippet>;

View File

@@ -5,7 +5,7 @@ import { ComponentStory, ComponentMeta } from '@storybook/react';
import LastUpdatedComponent from '../../view/remote-queries/LastUpdated';
export default {
title: 'MRVA/Last Updated',
title: 'Last Updated',
component: LastUpdatedComponent,
} as ComponentMeta<typeof LastUpdatedComponent>;

View File

@@ -5,7 +5,7 @@ import { ComponentMeta } from '@storybook/react';
import RepositoriesSearchComponent from '../../view/remote-queries/RepositoriesSearch';
export default {
title: 'MRVA/Repositories Search',
title: 'Repositories Search',
component: RepositoriesSearchComponent,
argTypes: {
filterValue: {

View File

@@ -5,7 +5,7 @@ import { ComponentStory, ComponentMeta } from '@storybook/react';
import StarCountComponent from '../../view/remote-queries/StarCount';
export default {
title: 'MRVA/Star Count',
title: 'Star Count',
component: StarCountComponent,
} as ComponentMeta<typeof StarCountComponent>;

View File

@@ -5,7 +5,7 @@ import { ComponentStory, ComponentMeta } from '@storybook/react';
import TextButtonComponent from '../../view/remote-queries/TextButton';
export default {
title: 'MRVA/Text Button',
title: 'Text Button',
component: TextButtonComponent,
argTypes: {
onClick: {