| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Updating client dependancies. Switching to using yarn.
* Updating React
* Moving pure components to using function syntax (performance gains with newer react version)
* Updating client dependancies.
* Ignore .yarninstall
* Enabling pre-lockfile because it's the entire point of using yarn.
* Removing old webpack config
* Moving to new prop-types
* Fixing ESLint Errors
* Updating jest snapshots.
* Cleaning up package.json
|
|
|
|
|
| |
popover (#6129)" (#6289)
This reverts commit 83f819451a80a767170b927eb2f0d5ed63f03239.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#6129)
* post message at-mention profile pop-over
* remove hover effect to special mentions
* make non-clickable the non-existing at-mention username
* fix "video call" position
* use usernameMap instead of initially defined liteUsernameMap
* update per comments
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
* PLT-5860 Updated copyright date in about modal
* PLT-5860 Updated copyright notice in JSX files
* PLT-5860 Updated copyright notice in go files
* Fixed misc copyright dates
* Fixed component snapshots
|
|
|
|
|
| |
(#5774)" (#5815)
This reverts commit 24848f9d6a92eb1e09189c358636fd1ba32fa6d6.
|
|
|
|
|
|
|
|
| |
* PLT-3181 Added crossorigin='anonymous' to all external images
* Fixed image unit tests
* Added crossorigin='anonymous' to a few more places
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Implement server changes for group messaging
* Majority of client-side implementation
* Some server updates
* Added new React multiselect component
* Fix style issues
* Add custom renderer for options
* Fix model test
* Update ENTER functionality for multiselect control
* Remove buttons from multiselect UI control
* Updating group messaging UI (#5524)
* Move filter controls up a component level
* Scroll with arrow keys
* Updating mobile layout for multiselect (#5534)
* Fix race condition when backspacing quickly
* Hidden or new GMs show up for regular messages
* Add overriding of number remaining text
* Add UI filtering for team if config setting set
* Add icon to channel switcher and class prop to status icon
* Minor updates per feedback
* Improving group messaging UI (#5563)
* UX changes per feedback
* Update email for group messages
* UI fixes for group messaging (#5587)
* Fix missing localization string
* Add maximum users message when adding members to GM
* Fix input clearing on Android
* Updating group messaging UI (#5603)
* Updating UI for group messaging (#5604)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
|
| |
* added DM button to the user picture and name popover
* removed isRequired from status and busy properties from profile_popover.jsx
|
|
|
|
|
|
|
|
| |
* PLT-5089 - Updating modal buttons
* PLT-5090 - Full name and position overflow
* PLT-5093 - Updating modal lists
|
|
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.
|