simplifylabs / remark

Uncensored Comments, anywhere.

Home Page:https://remark.surf

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG]: Cannot update Profile Picture

zethon opened this issue · comments

commented

Describe the bug
When I go to https://www.remark.surf/profile and click on the circle with a + nothing happens.

To Reproduce

  1. Open up the app's side window on any page
  2. Click on the Profile icon (between the question mark and gear icon)
  3. 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...

  1. tell me what browser you are using?
  2. try again and send a screenshot of the console in the DevTools?
commented
  1. Using Chrome on Mac:

image

  1. There's no output in the Dev Console when I click the button:

image

(I edited out my personal info)

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.