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';
|
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>;
|
||||||
|
|
||||||
|
|||||||
@@ -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) => (
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
@@ -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>;
|
||||||
|
|
||||||
|
|||||||
@@ -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>;
|
||||||
|
|
||||||
|
|||||||
@@ -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>;
|
||||||
|
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
@@ -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>;
|
||||||
|
|
||||||
|
|||||||
@@ -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: {
|
||||||
|
|||||||
Reference in New Issue
Block a user