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

feat(RedwoodUI) Add setup command for RedwoodUI #11596

Open
wants to merge 48 commits into
base: main
Choose a base branch
from

Commits on Sep 18, 2024

  1. Configuration menu
    Copy the full SHA
    e8ab4d5 View commit details
    Browse the repository at this point in the history
  2. More to do in terms of getting the output of sub-processes to show up…

    … well, but this is good start
    arimendelow committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    266195e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a89bab9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2230a32 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    de5e07b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cec2c5 View commit details
    Browse the repository at this point in the history
  3. Add comment

    arimendelow committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    483843d View commit details
    Browse the repository at this point in the history
  4. Add plugins config

    arimendelow committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8fec6fa View commit details
    Browse the repository at this point in the history
  5. Start to handle css

    arimendelow committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9c2145c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6100353 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    803b77f View commit details
    Browse the repository at this point in the history
  8. Plugins are a go!

    arimendelow committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    d63650e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2024

  1. Configuration menu
    Copy the full SHA
    7395896 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b23d669 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    55549e3 View commit details
    Browse the repository at this point in the history
  4. Fix some newlines

    arimendelow committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    9da80ac View commit details
    Browse the repository at this point in the history
  5. Ah, it was incorrectly adding things because we were removing from th…

    …e same array we were iterating over. Silly me, lol. Fixed, and also fixed some logging.
    arimendelow committed Sep 20, 2024
    Configuration menu
    Copy the full SHA
    35f4871 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    06ce39e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a696cf View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2024

  1. Configuration menu
    Copy the full SHA
    f2dc814 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a522d09 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b50561 View commit details
    Browse the repository at this point in the history
  4. Add not-impl warning

    arimendelow committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    8b4c3a2 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Add uiutils

    arimendelow committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    e43c2eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0a6f1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5470c28 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Fix some type problems

    arimendelow committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    156d7a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7071ba6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be28e04 View commit details
    Browse the repository at this point in the history
  4. Remove 'force' as we weren't listening to it in many places anyway. A…

    …dded TODOs for adding it back later on
    arimendelow committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    4bdb6ac View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Configuration menu
    Copy the full SHA
    5f96e63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5eb67f4 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Continue converting to class, start to add helpers for installing com…

    …oponent + adding a file alongside its dependencies
    arimendelow committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    38640b7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b8fc0d View commit details
    Browse the repository at this point in the history
  3. Cleanup and first pass at parity with pre-class, plus first pass at a…

    …uto-installing packages
    arimendelow committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    8b0446e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ce0d94 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6bc3110 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

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

Commits on Oct 2, 2024

  1. Configuration menu
    Copy the full SHA
    e85d35e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6dfe61e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    911592c View commit details
    Browse the repository at this point in the history
  4. Add success message

    arimendelow committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    35e8bb4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f4eee84 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Clean up output logging to use a helper function, and storybook confi…

    …g mods are finally nearly working
    arimendelow committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3a03aad View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63c1de9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf20ab7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c784247 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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