[BUG]: Cannot update Profile Picture
zethon opened this issue · comments
Describe the bug
When I go to https://www.remark.surf/profile and click on the circle with a +
nothing happens.
To Reproduce
- Open up the app's side window on any page
- Click on the Profile icon (between the question mark and gear icon)
- Click on the circle with a
+
to (I assume) change your profile picture
Expected behavior
I'd expect to get a file dialog to select my profile picture
Screenshots
n/a
Thanks for reporting this!
It works on my setup, just like you described it.
Could you...
- tell me what browser you are using?
- try again and send a screenshot of the console in the DevTools?
Thanks a lot!
This problem is probably related to the file-picker package currently used.
I will switch to a custom file picker which will hopefully work better.
It will be included in v1.1
use a hidden input element with type "file" which gets opened when + is clicked. I see no need for a package here lol
use a hidden input element with type "file" which gets opened when + is clicked. I see no need for a package here lol
The package converted all image types automatically which was handy, but I will go for this approach eventually.