summaryrefslogtreecommitdiffstats
path: root/web/react/components/more_channels.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-14/+14
| | | | system.
* Rename areStatesEqual to areObjectsEqual and make it more comprehensive and ↵JoramWilander2015-11-121-1/+1
| | | | accurate.
* Added ability to see/edit channel purpose in the clienthmhealey2015-10-271-2/+1
|
* Renamed Channel.Description to Channel.Header on the clienthmhealey2015-10-271-1/+2
|
* Multiple UI ImprovementsAsaad Mahmood2015-10-161-3/+3
|
* Fixing most deprication warningsChristopher Speller2015-10-151-4/+4
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. ↵Christopher Speller2015-10-051-51/+47
| | | | Adding new ESLint rules. Fixing new ESLint errors.
* Adding new create channel modal to the more menuChristopher Speller2015-09-211-8/+13
|
* Upgrading ESLint and adding some more rules. Refactoring to meet these new rulesChristopher Speller2015-09-031-9/+17
|
* Replaced broken remaining calls to getDOMNode with React.findDOMNodehmhealey2015-09-021-4/+4
|
* Fixed issue with channel name in url and added loading icon to replace ↵Reed Garmsen2015-08-201-10/+24
| | | | 'Join' button for slow connections
* Cosmetic reformatting of more_channels.jsxReed Garmsen2015-08-201-29/+62
|
* Users are now placed in the channel after joining it from the 'More...' ↵Reed Garmsen2015-08-201-1/+2
| | | | channel menu
* incorporate channel updateAt into channel counts and pull channel data on ↵JoramWilander2015-08-111-1/+1
| | | | channel update
* added getChannelCounts service and refactored the client to more ↵JoramWilander2015-08-111-56/+67
| | | | intelligently pull channel data
* [webui] fix loading animation for ieralder2015-07-111-10/+5
|
* Better logic for checking if channel has loadedReed Garmsen2015-07-101-1/+1
|
* Removed extraneous console.log functionsReed Garmsen2015-07-091-5/+0
|
* Leave result of _getMoreChannels unitialized if it does not yet exist in ↵Reed Garmsen2015-07-091-0/+5
| | | | browser storage to know when list of more channels is loading vs when its empty
* MM-1469 - Loading message in more channel modalAsaad Mahmood2015-07-081-3/+4
|
* Small changes and code clean-upReed Garmsen2015-07-071-2/+2
|
* Changed loading logic for retrieving more channels to allow for loading ↵Reed Garmsen2015-07-071-20/+33
| | | | animation to be inserted into the More... menu that allows you to join more channels while waiting for the list of channels to load
* first commit=Corey Hulen2015-06-141-0/+109