You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a pencil icon next to the name , when the user clicks on it the name field should become a input box and the pencil icon should have tick and cross buttons that the user can click to submit/cancel the name change
The text was updated successfully, but these errors were encountered:
Frontend:
I’ll add an edit state to let users decide whether they want to update their name.
There will be buttons to confirm or cancel the change for a smooth user experience.
Backend:
I plan to use the useSession.update function to update the user's name on the client-side.
Then, in the jwt callback, when the trigger is set to update, I will ensure the session is updated on the server-side and the changes are persisted in the database.
In the profile section - https://projects.100xdevs.com/profile , the name should be editable so that the user can change it.
There should be a pencil icon next to the name , when the user clicks on it the name field should become a input box and the pencil icon should have
tick
andcross
buttons that the user can click to submit/cancel the name changeThe text was updated successfully, but these errors were encountered: