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'; import type { AnalysisAlert } from '../../remote-queries/shared/analysis-result';
export default { export default {
title: 'MRVA/Analysis Alert Result', title: 'Analysis Alert Result',
component: AnalysisAlertResult, component: AnalysisAlertResult,
} as ComponentMeta<typeof 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'; import type { CodeFlow } from '../../remote-queries/shared/analysis-result';
export default { export default {
title: 'MRVA/Code Paths', title: 'Code Paths',
component: CodePaths, component: CodePaths,
decorators: [ decorators: [
(Story) => ( (Story) => (

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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