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

Switch to goober #16

Merged
merged 10 commits into from
Mar 14, 2021
Merged

Switch to goober #16

merged 10 commits into from
Mar 14, 2021

Commits on Mar 13, 2021

  1. upate deps

    Agney committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    c7108e7 View commit details
    Browse the repository at this point in the history
  2. add goober and set it up with theme

    Agney committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    4b8eb89 View commit details
    Browse the repository at this point in the history
  3. refactor from styled components to goober

    Agney committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    6739d20 View commit details
    Browse the repository at this point in the history
  4. fix styles when wrapped

    Agney committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    7e564ee View commit details
    Browse the repository at this point in the history
  5. remove unnecessary packages

    Agney committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    fc93961 View commit details
    Browse the repository at this point in the history
  6. update husky to 5

    Agney committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    7ee1e13 View commit details
    Browse the repository at this point in the history
  7. fix jest tests

    Agney committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    e3bc0d0 View commit details
    Browse the repository at this point in the history
  8. remove reference to styled components

    Agney committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    dd7c117 View commit details
    Browse the repository at this point in the history
  9. rename type to goober js

    Agney committed Mar 13, 2021
    Configuration menu
    Copy the full SHA
    ac02b7c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Add no check for all files referencing theme

    This is very poor as a solution. But typescript builds are not respecting the typeRootsArray in tsconfig and hence leading to Property 'theme' does not exist on type 'IProps & { children?: ReactNode; } & DefaultTheme' error
    Agney committed Mar 14, 2021
    Configuration menu
    Copy the full SHA
    8a3d9ac View commit details
    Browse the repository at this point in the history