| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
* added DM button to the user picture and name popover
* removed isRequired from status and busy properties from profile_popover.jsx
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-3252 Bring up profile popover after clicking on a profile picture in a channel
* PLT-3252 Bring up profile popover after clicking on a profile picture in a channel
remove important
* fixed 'Cannot read property first_name of undefined' bug
* fix status indicator position
* refactoring per request
|
|
* Created profile picture componenet and added statuses to pictures in center channel
* PLT-3899 - Updating UI for status indicators (#3823)
* PLT-3899 - Updating UI for status indicators
* Updating position of timestamps for compact layout
|