-
Notifications
You must be signed in to change notification settings - Fork 8
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
Edit Profile in UserProfile #84
Comments
Hey!, me and @suhanichawla would like to work on this. Please assign us. |
Sure @Sameerkash! And this specific line:
|
@aitikgupta Can we use this endpint? |
And we're a bit stuck with the styling, what resources should we use? we're guessing its tailwind, but not entirely sure as we don't see any CSS. Could you help? @aitikgupta |
@Sameerkash Yea.. Its same as normal css just that we use shortcuts inside the classname="" of div. Say, if we need to add padding to a div just add classname="p-4". Similarly everything works.. Their official documentation is pretty good.. |
We can reuse
CreatePost
with the right handler to Edit a user's profile Bio and Profile Picture.Currently #82 does not implement this yet.
The text was updated successfully, but these errors were encountered: