Vorlent / cozycast

movie night over the internet
Other
5 stars 3 forks source link

Implement avatar change #28

Closed Vorlent closed 4 years ago

Vorlent commented 4 years ago

There should be an avatar that is displayed next to the name in chat.

Vorlent commented 4 years ago

And it should also be displayed in the userlist.

Vorlent commented 4 years ago

The profile menu should allow a user to upload their own profile picture and it will then be automatically used as their avatar.

Right now I am not using a database so I will have to simply generate a random identifier and hash it and use that as the filename. The file will have to be converted to a 320x320 jpg and then stored in a plain old directory.

Vorlent commented 4 years ago

No conversion is done but the current solution is good enough.