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

Feature 248 storybook folder structure #266

Merged

Commits on Jul 19, 2023

  1. Components: Removed unused components

    Removed components and files that were unused
    - `components.d.ts`
    - `Box`
    - `Streamable`
    - `StateTable`
    
    Components: removed unused `StateTable`
    Anton Schwarz committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6cc09cf View commit details
    Browse the repository at this point in the history
  2. Components: Cleanup, Misc folder

    - Flattened `Tabs` folder
    - Moved Tabs to new `Misc` folder
    - Changed `Alert.stories` to flatten and have name `Alert`
    - Moved Alert to Misc
    - Flattened `Timeline`, removed `TimelineLiSpan` story
    - Moved `Timeline` to `Misc`
    - Moved Accordion to `Misc`
    - Moved (unused) `ProgressBar` component to `Misc`
    
    - Moved `pageRule` to `Rule` folder
    Anton Schwarz committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    526a0d6 View commit details
    Browse the repository at this point in the history
  3. Components: Cleanup of Pages

    - Moved `PageDID` to `DID`
    - Moved `ListDID` to `DID`
    - Move `CreateRule` to `Rule`
    Anton Schwarz committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6592185 View commit details
    Browse the repository at this point in the history
  4. Moved component-library/components to component-library

    thus flattening the folder structure
    Anton Schwarz committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a52cd91 View commit details
    Browse the repository at this point in the history
  5. Components: Fix imports after cleaning up

    Fixed imports including tests
    Anton Schwarz committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ce29dd3 View commit details
    Browse the repository at this point in the history