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 tRPC #614

Merged
merged 48 commits into from Sep 27, 2021
Merged

add tRPC #614

merged 48 commits into from Sep 27, 2021

Commits on Sep 9, 2021

  1. add trpc

    KATT committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    c022e65 View commit details
    Browse the repository at this point in the history
  2. trpc specific

    KATT committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    7defa9a View commit details
    Browse the repository at this point in the history
  3. fix deps

    KATT committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    19fad6e View commit details
    Browse the repository at this point in the history
  4. lint fix

    KATT committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    a551268 View commit details
    Browse the repository at this point in the history
  5. upgrade prisma

    KATT committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    e6f2d25 View commit details
    Browse the repository at this point in the history
  6. nativeTypes

    KATT committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    51b0c57 View commit details
    Browse the repository at this point in the history
  7. nope, not needed

    KATT committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    b566a76 View commit details
    Browse the repository at this point in the history
  8. fix app propviders

    KATT committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    e53fdfd View commit details
    Browse the repository at this point in the history
  9. Revert "upgrade prisma"

    This reverts commit e6f2d25.
    KATT committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    80127dc View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2021

  1. Merge remote-tracking branch 'origin/main' into feature/trpc

    # Conflicts:
    #	pages/[user].tsx
    #	prisma/schema.prisma
    #	tsconfig.json
    #	yarn.lock
    KATT committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    4c37b02 View commit details
    Browse the repository at this point in the history
  2. rev

    KATT committed Sep 14, 2021
    Configuration menu
    Copy the full SHA
    1f82698 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2021

  1. Merge remote-tracking branch 'origin/main' into feature/trpc

    # Conflicts:
    #	yarn.lock
    KATT committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    d6e0eb9 View commit details
    Browse the repository at this point in the history
  2. up trpc

    KATT committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    413aa07 View commit details
    Browse the repository at this point in the history
  3. simplify

    KATT committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    436acf4 View commit details
    Browse the repository at this point in the history
  4. wip - bookings page with trpc

    KATT committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    9db932d View commit details
    Browse the repository at this point in the history
  5. bookings using trpc

    KATT committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    7c35b07 View commit details
    Browse the repository at this point in the history
  6. fix Shell props

    KATT committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    82d9fd8 View commit details
    Browse the repository at this point in the history
  7. call it viewerRouter instead

    KATT committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    94e7420 View commit details
    Browse the repository at this point in the history
  8. cleanuop

    KATT committed Sep 22, 2021
    Configuration menu
    Copy the full SHA
    1551d40 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2021

  1. ssg helper

    KATT committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    87636a5 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/main' into feature/trpc

    # Conflicts:
    #	components/Shell.tsx
    #	components/ui/Avatar.tsx
    #	lib/app-providers.tsx
    #	package.json
    #	pages/[user].tsx
    #	pages/bookings/index.tsx
    #	tsconfig.json
    #	yarn.lock
    KATT committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    27df433 View commit details
    Browse the repository at this point in the history
  3. fix lint

    KATT committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    2527c30 View commit details
    Browse the repository at this point in the history
  4. fix types

    KATT committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    9307a3e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a140770 View commit details
    Browse the repository at this point in the history
  6. skip

    KATT committed Sep 23, 2021
    Configuration menu
    Copy the full SHA
    e9554c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5042105 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c4591a9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d01a8e0 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    38dfd4a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    53973a0 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cf5e6e6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    43a9a36 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    95a31ed View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8e925cb View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    63489bd View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    39e923f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    62b1f8c View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2021

  1. Configuration menu
    Copy the full SHA
    ed886c8 View commit details
    Browse the repository at this point in the history
  2. exhaustive-deps

    KATT committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    881e53f View commit details
    Browse the repository at this point in the history
  3. fix callbackUrl

    KATT committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    2028c02 View commit details
    Browse the repository at this point in the history
  4. rewrite /availability using trpc

    KATT committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    d7211c0 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/main' into feature/trpc

    # Conflicts:
    #	lib/app-providers.tsx
    #	pages/_app.tsx
    #	pages/availability/index.tsx
    #	pages/bookings/index.tsx
    KATT committed Sep 24, 2021
    Configuration menu
    Copy the full SHA
    ebe57e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    68c6bd5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a3a6cfd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb10bea View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Merge remote-tracking branch 'origin/main' into feature/trpc

    # Conflicts:
    #	lib/app-providers.tsx
    #	yarn.lock
    KATT committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    383164e View commit details
    Browse the repository at this point in the history
  2. 9.8.0

    KATT committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    e2b4b80 View commit details
    Browse the repository at this point in the history
  3. remove some leftovers

    KATT committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    a598cf3 View commit details
    Browse the repository at this point in the history