summaryrefslogtreecommitdiffstats
path: root/client/components/users/userAvatar.jade
Commit message (Collapse)AuthorAgeFilesLines
* Work on the card activities and commentsMaxime Quandalle2015-06-121-4/+18
| | | | | | | | | This commit also introduces a new CSSEvents object that is used to abstract vendor specifics events related to CSS transitions and animations. Fixes #183. Fixes #179.
* (Re-)implement default avatar using user initialsMaxime Quandalle2015-06-101-4/+18
| | | | | We use a embedded svg to scale the initials text to its container size. The user is free to overwrite its initials in the profile form.
* Re-factor the avatar system and support avatar uploadsMaxime Quandalle2015-06-091-9/+29
| | | | | | | | | | | | | | | The user is now able to upload an avatar, and pick one in a list. This functionality should eventually be abstracted in a community package but we still need to work on a great public API. We rely on collectionFS to manage uploaded avatars. We also removed bengott:avatar which was trying to solve the wrong problem (namely displaying the avatar, which is as simple as displaying an image), and not a avatar system as it should be. Gravatar support is coming (back) soon. We may also want to have a list of default fun avatars the user can choose instead of uploading its own one.
* Start designing the card details paneMaxime Quandalle2015-06-051-2/+1
| | | | Implement a dynamic overflow to focus sight on the pane.
* Implement presence indicatorsMaxime Quandalle2015-05-301-0/+23