summaryrefslogtreecommitdiffstats
path: root/webapp/components/profile_popover.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Multiple Ui improvements (#5398)Asaad Mahmood2017-02-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-5475 - Adjusting tutorials on mobile * PLT-5475 - Adjusting tutorials on mobile * PLT-5457 - Adjusting save button * PLT-5443 - Updating highllight on status compact * PLT-5413 - Team sidebar not scrolling * PLT-5358 - Maintaing aspect ratio for emojis * PLT-5411 - Removing help text from LDAP signin * PLT-5420 - Updating emoticon for headings * Updating emoji size * Updating emoji size * Removing emoticon tag * Updating emoticon sizes * Updating emoji size
* PLT-5174 Mobile view: Send message link in popover doesn't close RHS (#5017)khawerrind2017-01-121-0/+3
| | | | | | * Fixed send message link in popover doesn't close RHS * added isMobile check for closing the rhs when click on send message button from profile popover
* Ui fixes (#4987)Asaad Mahmood2017-01-061-16/+16
| | | | | | | | | | | | * PLT-5090 - Adding overflow for usrename on popover * PLT-5089 - Updatng save button position * PLT-5146 - Removing anchor on teamname/username * Minor fixes for profile popover * Adjusting constants call for sidebar header
* 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.