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

Add support for Storybook #742

Merged
merged 37 commits into from
Jun 29, 2020
Merged

Add support for Storybook #742

merged 37 commits into from
Jun 29, 2020

Commits on Jun 16, 2020

  1. Add storybook.

    peterp committed Jun 16, 2020
    Configuration menu
    Copy the full SHA
    f3c4aa3 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Configuration menu
    Copy the full SHA
    134bbfb View commit details
    Browse the repository at this point in the history
  2. Add Storybook command.

    peterp committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    430d687 View commit details
    Browse the repository at this point in the history
  3. Remove logging messages.

    peterp committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    61b1cbb View commit details
    Browse the repository at this point in the history
  4. Clean up Storybook command.

    peterp committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    bdaef74 View commit details
    Browse the repository at this point in the history
  5. Support TS extensions.

    peterp committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    21228b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

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

Commits on Jun 26, 2020

  1. Configuration menu
    Copy the full SHA
    8ae6ed2 View commit details
    Browse the repository at this point in the history
  2. Add .eslintignore file.

    peterp committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    98e7367 View commit details
    Browse the repository at this point in the history
  3. Also watch template files.

    peterp committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    bbd8843 View commit details
    Browse the repository at this point in the history
  4. Convert testing to typescript.

    peterp committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    c3c2b8a View commit details
    Browse the repository at this point in the history
  5. Do not allow JS in testing.

    peterp committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    8b2d549 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4bff933 View commit details
    Browse the repository at this point in the history
  7. Disable no-var-requires rule.

    peterp committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    cef3ff3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2b6765 View commit details
    Browse the repository at this point in the history
  9. Add __REDWOOD__ global.

    peterp committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    b28d4b2 View commit details
    Browse the repository at this point in the history
  10. Add main export.

    peterp committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    f13e8ad View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dd303f0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b475e72 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    34fa2cb View commit details
    Browse the repository at this point in the history
  14. Build tsx files.

    peterp committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    4dcf936 View commit details
    Browse the repository at this point in the history
  15. Clean up preview.

    peterp committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    692c0d8 View commit details
    Browse the repository at this point in the history
  16. Generate component stories.

    peterp committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    890e5d8 View commit details
    Browse the repository at this point in the history
  17. Fix Cell story tests.

    peterp committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    ab6cf67 View commit details
    Browse the repository at this point in the history
  18. Upgrade new-project app.

    peterp committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    e201cfb View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2020

  1. Add Cell Storybook.

    peterp committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    13f44a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dfd947c View commit details
    Browse the repository at this point in the history
  3. Nest components in Storybook.

    peterp committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    9edc88e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af1d2d4 View commit details
    Browse the repository at this point in the history
  5. Generate Storybook for pages.

    peterp committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    a70bcd5 View commit details
    Browse the repository at this point in the history
  6. Do not bail storybook.

    peterp committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    09ce23f View commit details
    Browse the repository at this point in the history
  7. Fix Cell test wording.

    peterp committed Jun 27, 2020
    Configuration menu
    Copy the full SHA
    bcaf7bb View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    5cfc19d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94249b6 View commit details
    Browse the repository at this point in the history
  3. Append "Page" to page stories.

    peterp committed Jun 29, 2020
    Configuration menu
    Copy the full SHA
    83be4de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ef525f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e269e1b View commit details
    Browse the repository at this point in the history