Skip to content

Commit

Permalink
Merge pull request #773 from scheduleonce/graphene/ONCEHUB-40355
Browse files Browse the repository at this point in the history
Storybook change the left side navigation to be like in the productio…
  • Loading branch information
sumitsharma22 authored Mar 9, 2021
2 parents 46b2b18 + f565dcf commit 77d5461
Show file tree
Hide file tree
Showing 18 changed files with 17 additions and 71 deletions.
2 changes: 1 addition & 1 deletion ui/src/stories/autocomplete/autocomplete.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import {
OuiAutocompleteGroupStorybook,
} from './autocomplete.component';

<Meta title="MDX FORM FIELD/Autocomplete" />
<Meta title="FORM FIELD/Autocomplete" />

# Autocomplete

Expand Down
2 changes: 1 addition & 1 deletion ui/src/stories/button/button.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { select, text, number, boolean } from '@storybook/addon-knobs';
import { COLORS } from '../const';
import { OuiIconButtonStorybook } from './button.component';

<Meta title="MDX/Button" />
<Meta title="Button" />

# Button

Expand Down
2 changes: 1 addition & 1 deletion ui/src/stories/checkbox/checkbox.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { action } from '@storybook/addon-actions';
import { select, boolean } from '@storybook/addon-knobs';
import { LABELPOSITION, COLORS } from '../const';

<Meta title="MDX/Checkbox" />
<Meta title="Checkbox" />

# Checkbox

Expand Down
2 changes: 1 addition & 1 deletion ui/src/stories/dialog/dialog.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { action } from '@storybook/addon-actions';
import { boolean } from '@storybook/addon-knobs';
import { OuiDialogStorybook } from './dialog.component';

<Meta title="MDX/Dialog" />
<Meta title="Dialog" />

# Dialog

Expand Down
2 changes: 1 addition & 1 deletion ui/src/stories/form-field/form-field.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { action } from '@storybook/addon-actions';
import { text, select, boolean } from '@storybook/addon-knobs';
import { APPEARANCE } from '../const';

<Meta title="MDX FORM FIELD/Input" />
<Meta title="FORM FIELD/Input" />

# Input

Expand Down
2 changes: 1 addition & 1 deletion ui/src/stories/icon/icon.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { select, text, number } from '@storybook/addon-knobs';
import { LABELPOSITION, COLORS, ICON_COLORS } from '../const';
import { OuiiconStorybook } from './icon.component';

<Meta title="MDX/Icon" />
<Meta title="Icon" />

# Icon

Expand Down
2 changes: 1 addition & 1 deletion ui/src/stories/menu/menu.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import { select, boolean } from '@storybook/addon-knobs';
import { LABELPOSITION, COLORS, ICON_COLORS } from '../const';
import { OuiMenuStorybook, OuiNestedMenuStorybook } from './menu.component';

<Meta title="MDX/Menu" />
<Meta title="Menu" />

# Menu

Expand Down
2 changes: 1 addition & 1 deletion ui/src/stories/panel/panel.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { OverlayModule } from '@angular/cdk/overlay';
import { OuiPanelStorybook } from './panel.component';
import { OuiPanelWithImageStorybook } from './panel.component';

<Meta title="MDX/Panel" />
<Meta title="Panel" />

# Panel

Expand Down
2 changes: 1 addition & 1 deletion ui/src/stories/progress-bar/progress-bar.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { select, number, text } from '@storybook/addon-knobs';
import { OuiProgressBar } from '../../components/progress-bar/progress-bar';
import { COLORS } from '../const';

<Meta title="MDX/ProgressBar" />
<Meta title="ProgressBar" />

# ProgressBar

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { select, number, text } from '@storybook/addon-knobs';
import { OuiProgressSpinner } from '../../components/progress-spinner/progress-spinner';
import { COLORS } from '../const';

<Meta title="MDX/ProgressSpinner" />
<Meta title="ProgressSpinner" />

# ProgressSpinner

Expand Down
2 changes: 1 addition & 1 deletion ui/src/stories/radio/radio.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { action } from '@storybook/addon-actions';
import { select, boolean } from '@storybook/addon-knobs';
import { LABELPOSITION, COLORS } from '../const';

<Meta title="MDX/Radio" />
<Meta title="Radio" />

# Radio

Expand Down
54 changes: 0 additions & 54 deletions ui/src/stories/scrollbar/index.stories.ts

This file was deleted.

2 changes: 1 addition & 1 deletion ui/src/stories/scrollbar/scrollbar.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { DUMMY_TEXT, COUNTRY_LIST } from '../const';
import { OuiScrollbarTextStorybook } from './scrollbar.component';
import { OuiScrollbarListStorybook } from './scrollbar.component';

<Meta title="MDX/Scrollbar" component={Scrollbar} />
<Meta title="Scrollbar" component={Scrollbar} />

# Scrollbar

Expand Down
2 changes: 1 addition & 1 deletion ui/src/stories/select/select.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { array, boolean, text, object, select } from '@storybook/addon-knobs';
import { FormsModule, ReactiveFormsModule } from '@angular/forms';
import { APPEARANCE } from '../const';

<Meta title="MDX FORM FIELD/Select" />
<Meta title="FORM FIELD/Select" />

# Select

Expand Down
2 changes: 1 addition & 1 deletion ui/src/stories/slide-toggle/slide-toggle.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { action } from '@storybook/addon-actions';
import { select, boolean } from '@storybook/addon-knobs';
import { COLORS } from '../const';

<Meta title="MDX/SlideToggle" />
<Meta title="SlideToggle" />

# SlideToggle

Expand Down
2 changes: 1 addition & 1 deletion ui/src/stories/table/table.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import {
userData,
} from './table.component';

<Meta title="MDX/Table" />
<Meta title="Table" />

# Table

Expand Down
2 changes: 1 addition & 1 deletion ui/src/stories/textarea/textarea.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import {
import { action } from '@storybook/addon-actions';
import { text, boolean, number } from '@storybook/addon-knobs';

<Meta title="MDX FORM FIELD/Textarea" />
<Meta title="FORM FIELD/Textarea" />

# Textarea

Expand Down
2 changes: 1 addition & 1 deletion ui/src/stories/tooltip/tooltip.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { select, text, boolean } from '@storybook/addon-knobs';
import { TOOLTIPPOSITION } from '../const';
import { OuiTooltipStorybook } from './tooltip.component';

<Meta title="MDX/Tooltip" />
<Meta title="Tooltip" />

# Tooltip

Expand Down

0 comments on commit 77d5461

Please sign in to comment.