summaryrefslogtreecommitdiffstats
path: root/webapp/components/profile_popover.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Ui fixes" (#4963)Joram Wilander2017-01-041-16/+16
|
* PLT-3132 Add a direct message link to the contact pop-over (#4853)khawerrind2016-12-301-3/+59
| | | | | | * added DM button to the user picture and name popover * removed isRequired from status and busy properties from profile_popover.jsx
* Ui fixes (#4917)Asaad Mahmood2016-12-301-16/+16
| | | | | | | | * PLT-5089 - Updating modal buttons * PLT-5090 - Full name and position overflow * PLT-5093 - Updating modal lists
* PLT-4860 Make ProfilePopover into it's own component and use it consistently ↵George Goldberg2016-12-221-0/+224
everywhere (#4701) * PLT-4860 - Use same User Popover everywhere. Refactor out the ProfilePopover into it's own component and give it the union of all the features of the previous two implementations, and make sure all the necessary data for it to work consistently everywhere is provided through the props wherever it is used. * Don't show popover for webhook posts in main view. * No popover on RHS when it's a webhook post. * Fix style. * Don't send in user when it's a system message. * Fix some duplication of code.