summaryrefslogtreecommitdiffstats
path: root/webapp/components/sidebar_right.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-181-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add back button to RHS threads from pinned posts (#6306)Joram Wilander2017-05-031-2/+4
|
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * 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
* Fix title in RHS for pinned posts (#5976)Joram Wilander2017-04-041-1/+12
|
* Fixed mobile search focus - keyboard collapse/focus (#5766)Saturnino Abril2017-03-241-19/+34
|
* Add pinned posts (#4217)Gabin Aureche2017-03-131-3/+20
|
* PLT-5071: Client side component of Telemetry. (#5516)George Goldberg2017-02-241-0/+5
|
* PLT-3782 Do not move the "@" sign and flag icon to the left of search bar ↵khawerrind2016-12-221-0/+10
| | | | | | | | | | | | | | when opening the right hand sidebar (#4850) * do not move the mention & flag button to the left of the search box when in search mode * fixed the margin & padding issues of the search box * fixed the member icon positioning issue and the expanded sidebar toggle issue * fixed remaining bugs when sidebar is in expanded mode * changed propTypes from func to bool
* PLT-4167 Team Sidebar (#4569)enahum2016-12-191-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-4167 Team Sidebar * Address feedback from PM * change route from my_members to members * bug fixes * Updating styles for teams sidebar (#4681) * Added PM changes * Fix corner cases * Addressing feedback * use two different endpoints * Bug fixes * Rename model and client functions, using preferences to store last team and channel viewed * Fix mobile notification count and closing the team sidebar * unit test, fixed bad merge and retrieve from cached when available * bug fixes * use id for last channel in preferences, query optimization * Updating multi team css (#4830)
* First commit for toggling mentions using shortcut and button (#4169)Pepijn2016-10-111-1/+4
| | | | | Also did some refactoring and moved code to actions Fixed coding style errors
* Updating ESLint (#4085)Christopher Speller2016-09-231-3/+3
|
* Webrtc client side (#4026)enahum2016-09-161-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * WebRTC Server side * WebRTC client side * Bug fixes and improvements * Pushing UI improvements for webrtc (#3728) * Pushing UI improvements for webrtc * Updating webrtc css * PLT-3943 WebRTC P1: bug fixes and improvements * Video resolution set to std, reduce volume of ringtone and flip video horizontally * Fix calling a user B while WebRTC RHS is still opened * Leave RHS opened when call ends, Fix isBusy on popover and channel_header * Fix pre-release feature, RHS & System Console * PLT-3945 - Updating UI for webrtc (#3908) * PLT-3943 Webrtc p1 * Add ongoing call indicator when RHS is opened * UI updates to to webrtc notifcation (#3959)
* PLT-3506 Added flagged posts functionality (#3679)Joram Wilander2016-08-041-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added flagged posts functionality * UI Improvements to flags (#3697) * Added flag functionality for mobile * Updating flagged text (#3699) * Add back button to RHS thread when coming from flagged posts * Updating position of flags (#3708) * Plt 3506 - Reverting flag position (#3724) * Revert "Updating position of flags (#3708)" This reverts commit aaa05632c5d9eda35a048300a5bd7e99584c5b58. * Fixing the icon in search * Help text and white space improvements (#3730) * Updatng help text and some white spacing. * Updating help text
* Adding expand icon for RHS (#3386)Asaad Mahmood2016-06-291-1/+25
| | | | | | | | | | | | | | | | * Adding expand icon for RHS Fixing errors Adding back getTeamInviteLink with better functionality for mobile Adding vertical align to post__link Updating improvements for expand RHS stuff * Improving transition on mobile * Removing irrelevant changes
* PLT-3202 Re-render timestamps when display settings switch between 12h and ↵Harrison Healey2016-06-151-2/+31
| | | | | | | | 24h (#3337) * Made post timestamp switch from 12h to 24h without refreshing * Made RHS post timestamps switch from 12h to 24h without refreshing
* Scrolling fixes (#3200)samogot2016-06-101-4/+2
| | | | | | | | | * scrolling fixes: - jumps on free scroll when somebody posts a new message (and old one disappears at top) - jumps on closing RHS (no compensation of resize) - scroll blinking on opening/closing RHS (delay before resize compensation) * fix scroll slipping up on multiple open/close RHS in case when (this.refs.postlist.offsetHeight % Constants.SCROLL_PAGE_FRACTION === 0)
* PLT-2758 - Removing sidebar animation (#2856)Asaad Mahmood2016-05-031-18/+1
|
* Multiple UI ImprovementsAsaad Mahmood2016-04-061-12/+12
| | | | | | * Multiple UI Improvements * Adding app_body behind missing classes
* Refactoring center panel away. Moving tutorial to a route. Fixing aChristopher Speller2016-03-291-2/+2
| | | | bunch of bugs.
* Passed currentUser into RhsRootPostHarrison Healey2016-03-211-27/+38
|
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-0/+145