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

Update to React 17 #108

Merged
merged 39 commits into from
Aug 22, 2023
Merged

Update to React 17 #108

merged 39 commits into from
Aug 22, 2023

Commits on Jul 27, 2023

  1. Configuration menu
    Copy the full SHA
    0935b56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f478270 View commit details
    Browse the repository at this point in the history
  3. Run formatter

    RoyAppeldoorn committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    033c213 View commit details
    Browse the repository at this point in the history
  4. Use useHistory hook

    RoyAppeldoorn committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    489c458 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Migrate apollo to V3

    Used https://www.apollographql.com/docs/react/migrating/apollo-client-3-migration/
    to migrate apollo to V3.0. Only uses @apollo/client which makes it a lot cleaner!
    RoyAppeldoorn committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    06c97f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b41d7b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8029896 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Add prettier as linter and show as warnings

    Also updated the graphql package to the newest version.
    RoyAppeldoorn committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    293eee7 View commit details
    Browse the repository at this point in the history
  2. Up node version

    RoyAppeldoorn committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    afff46d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cad784f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    97fd171 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c3d18e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9423643 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    785942b View commit details
    Browse the repository at this point in the history
  8. Make ESLint happy

    RoyAppeldoorn committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    44f69b6 View commit details
    Browse the repository at this point in the history
  9. Add ignore

    RoyAppeldoorn committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    b0c3769 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fe2f647 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Rewrite helper function to support Apollo V3

    Breaking change: the error response does not contain "GraphQL Error:"
    or "Network error:" anymore.
    RoyAppeldoorn committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    f7ad3de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51a09e5 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

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

Commits on Aug 16, 2023

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

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    dcce1f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14c8454 View commit details
    Browse the repository at this point in the history
  3. Minor changes

    RoyAppeldoorn committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7301f08 View commit details
    Browse the repository at this point in the history
  4. Remove .only from tests

    RoyAppeldoorn committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    eccb02d View commit details
    Browse the repository at this point in the history
  5. Use correct types

    RoyAppeldoorn committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    0b4e1e9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8308498 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f3ce7ee View commit details
    Browse the repository at this point in the history
  8. Delete unused component

    RoyAppeldoorn committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f77defa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6da2907 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Fix LikeButton test

    sandercamp committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    2fb3af0 View commit details
    Browse the repository at this point in the history
  2. Fix BackButton test

    RoyAppeldoorn committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c7216d1 View commit details
    Browse the repository at this point in the history
  3. Update nodejs version

    RoyAppeldoorn committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    458fda7 View commit details
    Browse the repository at this point in the history
  4. Fix eslint errors

    RoyAppeldoorn committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    72931c2 View commit details
    Browse the repository at this point in the history
  5. Fix CreatePost test

    sandercamp committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8deee7f View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Use current nodejs LTS

    RoyAppeldoorn committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    42e655b View commit details
    Browse the repository at this point in the history
  2. retrigger checks

    RoyAppeldoorn committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    8720e69 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e69eeba View commit details
    Browse the repository at this point in the history