Skip to content
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

[BUG]: Cannot update Profile Picture #55

Open
zethon opened this issue Apr 11, 2022 · 5 comments
Open

[BUG]: Cannot update Profile Picture #55

zethon opened this issue Apr 11, 2022 · 5 comments
Assignees
Labels
❌ Bug Something isn't working
Milestone

Comments

@zethon
Copy link

zethon commented Apr 11, 2022

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

@zethon zethon added the ❌ Bug Something isn't working label Apr 11, 2022
@poeck
Copy link
Member

poeck commented Apr 11, 2022

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?

@zethon
Copy link
Author

zethon commented Apr 11, 2022

  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)

@poeck
Copy link
Member

poeck commented Apr 11, 2022

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

@poeck poeck added this to the v1.1 milestone Apr 11, 2022
@poeck poeck self-assigned this Apr 11, 2022
@simonkoeck
Copy link
Member

use a hidden input element with type "file" which gets opened when + is clicked. I see no need for a package here lol

@poeck
Copy link
Member

poeck commented Apr 12, 2022

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
❌ Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants