-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: Add profile editing #236
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
can someone check what went wrong with the deployment. For me it builds locally |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, wrote some small change requests but looking good :)
…olders, added abstract combobox, removed facebook from sceme
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, 99.9% done, just some small comment removals. I saw that the updating profiles didn't work and debugged it. See my comments, it has to do with adding the profile "id" PK to the where clause in the TRPC Mutation. Other than that really nice work 🚀
.query(async ({ input, ctx }) => { | ||
return await ctx.db.profile.findUnique({ | ||
where: { | ||
userId: input.userId, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as above
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm! Let's go 💯
No description provided.