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

uniform styling implementation #91

Merged
merged 10 commits into from
Mar 27, 2024
Merged

Commits on Mar 27, 2024

  1. add tailwind dependency

    dpgraham4401 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    3e826fc View commit details
    Browse the repository at this point in the history
  2. update BoolNode with tailwind css styles

        add tailwind prettier plugin to auto reformat tailwind class lists
    dpgraham4401 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    07e76f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1e8cc7 View commit details
    Browse the repository at this point in the history
  4. refactor BoolNode buttons into a reusable component

    The benefit is our tailwind class are DRY
    dpgraham4401 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    276a5d5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8a87c16 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acc3951 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    047e392 View commit details
    Browse the repository at this point in the history
  8. simplify spinner to just use an icon and remove the complex css

        remove unused DefaultNode css module
    dpgraham4401 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b55bbea View commit details
    Browse the repository at this point in the history
  9. update ErrorMessage with tailwind css

        update vite config to ignore config files for coverage
    dpgraham4401 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a1f43de View commit details
    Browse the repository at this point in the history
  10. add background images

    dpgraham4401 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0e361ed View commit details
    Browse the repository at this point in the history