Julius Marminge
|
53748eb380
|
add an enum generator, stop importing from @prisma/client (#8548)
* add an enum generator and start importing from it
* keep moving imports
* fix remaining
* Header simplified
* Removed generated file from repo
* Updated .gitignore to exclude enums directory
* Add eslint rule to check for @prisma/client Prisma enum import
* Added another enum import + exclude PrismaClient
---------
Co-authored-by: Alex van Andel <me@alexvanandel.com>
|
2023-05-02 13:44:05 +02:00 |
Lucas Smith
|
1eeb91a793
|
perf: lazy load tRPC routes (#8167)
* experiment: cold start perf
* fix: update failing test
* chore: add database indexes
* chore: use json protocol and add query batching back
* Update [status].tsx
* Update [trpc].ts
* Delete getSlimSession.ts
* Update createContext.ts
* remove trpc caller
* correctly import Prisma
* lazy ethRouter
* replace crypto with md5
* import fixes
* public event endpoint refactor
* Update yarn.lock
* Update yarn.lock
* Using yarn.lock from main
---------
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Efraín Rochín <roae.85@gmail.com>
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
|
2023-04-25 19:39:47 -03:00 |
zomars
|
d0a3d8d144
|
Link fixes
commit 56c1608deaf1921a80dc71bcbd107e772dd656f4
Author: Omar López <zomars@me.com>
Date: Wed Dec 21 19:26:04 2022 -0700
Update link.ts
commit eab43d833515cabc7acf2f973c2d2837ac1a0332
Author: zomars <zomars@me.com>
Date: Wed Dec 21 19:03:02 2022 -0700
Prevents 500 on TRPC error
commit 3a6970d5e5fab54136b379e1b2ccd7acf515a809
Author: zomars <zomars@me.com>
Date: Wed Dec 21 18:15:26 2022 -0700
Encoding fixes
|
2022-12-22 10:52:50 -07:00 |
Omar López
|
23450b61e0
|
Refactor/email confirm links (#6151)
* Booking confirmation link improvements
* Cleanup
* Update webhooks payload
* Removing unneeded dependency
* Feedback
* Matches enum style to rest of codebase
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Co-authored-by: Leo Giovanetti <hello@leog.me>
|
2022-12-21 17:15:51 -07:00 |