Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Storybook show code fix #117

Merged
merged 28 commits into from
Apr 24, 2021
Merged

Storybook show code fix #117

merged 28 commits into from
Apr 24, 2021

Commits on Mar 25, 2021

  1. Configuration menu
    Copy the full SHA
    ba410e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    de91ee2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    12da8eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    11313c8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    75a607e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Experimental commit, providing different types of code docs per compo…

    …nent to properly display its implementation.
    ogjtech committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    c1dfeb0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f9b9ee View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2021

  1. Experimental commit: Show possibility of providing custom code docume…

    …ntation for each component variant in Storybook
    MCarsjensGX committed Apr 9, 2021
    Configuration menu
    Copy the full SHA
    5a124ee View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2021

  1. Configuration menu
    Copy the full SHA
    17c179b View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2021

  1. Configuration menu
    Copy the full SHA
    c153c8a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f36e4cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e47060a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e846c5 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/development' into storybook_show…

    …_code_fix
    
    # Conflicts:
    #	src/stories/datadisplay/Avatar.stories.tsx
    #	src/stories/datadisplay/AvatarGroup.stories.tsx
    #	src/stories/datadisplay/Badge.stories.tsx
    #	src/stories/datadisplay/Divider.stories.tsx
    #	src/stories/datadisplay/Typography.stories.tsx
    #	src/stories/input/Button.stories.tsx
    #	src/stories/input/ButtonGroup.stories.tsx
    #	src/stories/input/DatePicker.stories.tsx
    #	src/stories/input/FormControlLabel.stories.tsx
    #	src/stories/input/FormGroup.stories.tsx
    #	src/stories/input/IconButton.stories.tsx
    #	src/stories/input/KeyBoardDatePicker.stories.tsx
    #	src/stories/input/Radio.stories.tsx
    #	src/stories/input/RadioGroup.stories.tsx
    #	src/stories/input/Switch.stories.tsx
    #	src/stories/layout/Container.stories.tsx
    #	src/stories/layout/Grid.stories.tsx
    #	src/stories/layout/GridList.stories.tsx
    #	src/stories/layout/GridListTile.stories.tsx
    #	src/stories/layout/GridListTileBar.stories.tsx
    #	src/stories/navigation/Drawer.stories.tsx
    #	src/stories/navigation/Menu.stories.tsx
    #	src/stories/navigation/MenuItem.stories.tsx
    #	src/stories/navigation/Tab.stories.tsx
    #	src/stories/navigation/Tabs.stories.tsx
    #	src/stories/surfaces/Accordion.stories.tsx
    #	src/stories/surfaces/AppBar.stories.tsx
    #	src/stories/surfaces/Card.stories.tsx
    #	src/stories/surfaces/Paper.stories.tsx
    ogjtech committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    bc171aa View commit details
    Browse the repository at this point in the history
  6. Shortened import

    ogjtech committed Apr 17, 2021
    Configuration menu
    Copy the full SHA
    26b806c View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2021

  1. Merge remote-tracking branch 'origin/storybook_show_code_fix' into st…

    …orybook_show_code_fix
    
    # Conflicts:
    #	src/stories/datadisplay/Badge.stories.tsx
    #	src/stories/input/Checkbox.stories.tsx
    #	src/stories/input/KeyBoardDatePicker.stories.tsx
    #	src/stories/input/Radio.stories.tsx
    #	src/stories/input/RadioGroup.stories.tsx
    #	src/stories/input/Switch.stories.tsx
    #	src/stories/input/TextField.stories.tsx
    ogjtech committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    cb63f06 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb0fcbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b707fcc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    86f2620 View commit details
    Browse the repository at this point in the history
  5. Defined custom code in separate variable to fix indentation for navig…

    …ation (yes, twice) components.
    ogjtech committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    ab9ef0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    49808df View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3f39bd8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bf48d2a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bb98908 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2ebfa87 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f0bf340 View commit details
    Browse the repository at this point in the history
  12. Prettifier go brrr

    ogjtech committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    26c5029 View commit details
    Browse the repository at this point in the history
  13. Prettifier go brrr and also fixed indentation again because Checkboxe…

    …s decided to be selfish pricks.
    ogjtech committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    e48e182 View commit details
    Browse the repository at this point in the history