zomars
4fd2d80637
Linting
2023-05-19 14:07:25 -07:00
sean-brydon
c55e432bc3
Feat/team invite flow ( #8804 )
...
* completeOnboarding drives invite flow changes
* Username prefil - force getting started when acc doesnt exist
* Change subtitle text and unique error on multiple invites
* User exists and no password set - generate signup link still
* Fix callback param
* Update packages/trpc/server/routers/viewer/teams/inviteMember.handler.ts
* Fix spacing
* Add password hints
* Fix translations
---------
Co-authored-by: Bailey Pumfleet <bailey@pumfleet.co.uk>
2023-05-12 12:52:09 +00:00
Pranjal Goyal
ec3a3268c9
Resolved[ #8732 ] Adding Trim to remove extra space ( #8736 )
...
* Resolved[#8732 ] Adding Trim to remove extra space
* fix: improve code
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore: add lowercase
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
* chore: use lowercase
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
---------
Signed-off-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
Co-authored-by: Udit Takkar <53316345+Udit-takkar@users.noreply.github.com>
Co-authored-by: Udit Takkar <udit.07814802719@cse.mait.ac.in>
2023-05-10 07:45:15 +00:00
Efraín Rochín
d6fb0df64f
perf: tRPC procedures and middleware refactor ( #8419 )
...
* trpc procedures an middleware refactor
* allow use sessionMiddleware without a req object
* sync with the new tRPC structure
* tRPC refactor on routing form app
* import Prisma from @prisma/client
* Lazy load apps from appstore
* remove unrelated changes
* Add types for PaymentService
* type fixes
* Merge branch 'main' into roae85/cal-1514-set-the-user-session-only-on-the
* fix typo
* remove console.log
* remove explicit types from apstore object
* linter fixes
---------
Co-authored-by: Keith Williams <keithwillcode@gmail.com>
Co-authored-by: Hariom Balhara <hariombalhara@gmail.com>
2023-05-09 19:27:05 +00:00
Alex van Andel
446f384405
Add publishHandler user.id ( #8703 )
2023-05-05 15:36:33 +00:00
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