-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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 ability to change profile avatar #12642
feat: Add ability to change profile avatar #12642
Conversation
Thank you for testing. I've made some modifications, so could you please update your branch and test it again? If it's still not working properly, I would appreciate if you could check the status of requests to the following endpoints in your browser's Dev Tools Network tab? These requests should trigger when you click the OK button after attaching an image.
When working properly, it should behave like in the following video. 2025-01-13.20.22.17.mov |
Summary
close: #12641
Tip
Close issue syntax:
Fixes #<issue number>
orResolves #<issue number>
, see documentation for more details.Screenrecord
2025-01-11.20.42.27.mov
Checklist
Important
Please review the checklist below before submitting your pull request.
dev/reformat
(backend) andcd web && npx lint-staged
(frontend) to appease the lint gods