Aidan275 / nativeqda-dev

NativeQDA
http://dev.nativeqda.xyz/
GNU General Public License v3.0
2 stars 0 forks source link

User Avatars #2

Closed d3nd0 closed 6 years ago

Lucas-W commented 7 years ago

Commit d72709f78936ce5b8cb0171754de547b91716795 adds an avatar field to the User schema which references an S3 file url (An image). Currently the upload only supports PNG files, which is okay since updating the profile hasn't been implemented anyway.

There's more to do / clean up, but the basics are in.

Lucas-W commented 7 years ago

a6c4ede37bedf67c9c5257d70122ddfe8cbb29a2 has the system return the default avatar image when the user has none.

d3nd0 commented 6 years ago

3387b2c adds user avatars to the currentUser dropdown 6a0f33c is a build of 3387b2c 73ad5a7 fixes a small issue with a height value