* Add more channel paging API
* Add channel paging support to client
* Add DB channel search functions
* Add API for searching more channels
* Add more channel search functionality to client
* Add API for autocompleting channels
* Add channel autocomplete functionality to the client
* Move to be deprecated APIs to their own file
* Final clean-up
* Fixes related to feedback
* Localization changes
* Add unit as suffix to timeout constants
* PLT-4429 disabling explicit mentions when channel has more than 1k users
* Fixing test case
* Adding setting to the admin console
* Fixing bad translation
* Added all parameters to call tracker ids when getting profiles
* Changed channel header rendering to not depend on knowing all users in a DM channel
* Added comment about a race condition in UserActions.populateDMChannelsWithProfiles
* Added a fixed-height placeholder for the ChannelHeader when its state isn't valid for rendering
* Don't show desktop notifications for messages entering the channel the user is currently on
Coding style fixes
Allow notifications if browser tab is not focussed
* Don't show desktop notifications for messages entering the channel the user is currently on
Coding style fixes
Allow notifications if browser tab is not focussed
* Mute sound when a user doesn't get a desktop notification
* Also play sound on desktop notifications
* Fixed reviewer's remarks:
* Removed double notification check
* Removed direct links to browser store, created separate actions
This delays updating the url with the new channel until after the modal
is exited which bypasses a state where the center textarea is focused
and then focus is removed due to how react-overlays handles restoring
focus to the last element focused before the modal was shown.
* PLT-4602 Fix horizontal alignment for .close__button
Reduce negative left margin to fix miscalculated center-positioning.
* PLT-4602 Fix dropdown close icon rendering bug on Android
The combination of using a unicode character and a pseudo element was
too problematic, so I added a new custom icon svg CLOSE_ICON that
renders consistently on all browsers.
* PLT-4602 Use font-family fix, remove <svg>
You were correct @hmhealey, the problem was that the unicode characters
were rendering as different fonts: Open Sans and Helvetica Neue!
* PLT-4609 - Fixing list modals on mobile
Removing style prop
Removing utils import
PLT-4609 - Fixing list modals on mobile
Removing style prop
Removing utils import
Removing Utils
Removing memberlist style prop
Removing blank line
* Removing height code from team members modal