Remove MRVA prefix from component stories
This commit is contained in:
@@ -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>;
|
||||
|
||||
|
||||
@@ -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) => (
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -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>;
|
||||
|
||||
|
||||
@@ -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>;
|
||||
|
||||
|
||||
@@ -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>;
|
||||
|
||||
|
||||
@@ -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: {
|
||||
|
||||
@@ -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>;
|
||||
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user