PythonBulawayo / ChitChat

MIT License
24 stars 28 forks source link

Add profile picture upload functionality #66

Open terrameijar opened 1 month ago

terrameijar commented 1 month ago

Depends on https://github.com/PythonBulawayo/ChitChat/issues/11

Users should be able to upload or change their profile images. A logged-in user should see a small thumbnail of their profile image in the navbar and see a larger thumbnail when visiting another user's profile.

The profile photo should be cropped and resized automatically to generate thumbnails using a background process or serverless function.