summaryrefslogtreecommitdiffstats
path: root/client/components/users/userAvatar.js
Commit message (Collapse)AuthorAgeFilesLines
* Allow a user to edit its profile or avatar from a member popoverMaxime Quandalle2015-06-191-1/+12
| | | | | | | Fixes the data context on the member popover in the details pane. Also change the way Popover detect if the click is initiated from a parent popover -- from reading Blaze context, to looking at the event target parents.
* Work on the card activities and commentsMaxime Quandalle2015-06-121-0/+37
| | | | | | | | | 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-0/+21
| | | | | 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-7/+77
| | | | | | | | | | | | | | | 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.
* Implement presence indicatorsMaxime Quandalle2015-05-301-0/+22