calvin-cs262-fall2023-teamA / client

2 stars 0 forks source link

Feature/user images #116

Closed Steven-McKelvey closed 9 months ago

Steven-McKelvey commented 9 months ago

Should add support for uploading/downloading user profile images.

The only place there is an issue is on the mainpage. If the user selects a new profile image on the profile page, it is not refreshed on the main page (at least not on my phone). The data for updating the image is there, but the Image component does not re-render.

Other related things to be added: an option to take a picture (instead of just picking from library) on the profile page.

Steven-McKelvey commented 9 months ago

Same issue for the main page also sometimes found on details page. Inconsistent enough where I don't think it is an issue that is a priority.