summaryrefslogtreecommitdiffstats
path: root/webapp/components/channel_view.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-181-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* PLT-6214 Move channel store and actions over to redux (#6235)Joram Wilander2017-04-281-1/+1
| | | | | | | | | | | | | | * Move channel store and actions over to redux * Fix style errors * Fix unit test * Various fixes * More fixes * Revert config changes
* Ui improvements (#6198)Asaad Mahmood2017-04-271-0/+6
| | | | | | | | | | | | | | | | | | | | | | * PLT-6306 - Post alignment in compact view * PLT-6266 - Adjusting spacing for files (compact) * PLT-6302 - Margins not equal for paragraphs in post * PLT-6332 - FIxing inline images * PLT-6134 - Fixing border on emoji picker * PLT-6323 - Fixing UI for system console user list * PLT-6375 - Updating emoji picker * PLT-6327 - Updating more channel/user list * PLT-6241 - Adding IE detection * PLT-6332- Fixing inline markdown images
* 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
* Revert "display loading screen when changing team" (#5403)Jason Blais2017-02-141-3/+1
|
* display loading screen when changing team (#5325)Mika Andrianarijaona2017-02-081-1/+3
| | | | | | * display loading screen when changing team * fix lint error
* PLT-2672 Refactored posts view with caching (#3054)Joram Wilander2016-05-271-2/+2
| | | | | | | | | | * Refactored posts view to use view controller design * Add post view caching * Required updates after rebase * Fixed bug where current channel not set yet was causing breakage
* General react performance improvements (#2796)Joram Wilander2016-04-291-3/+15
| | | | | | * General React performance improvements * Cleaned up unused props/state in PermaLinkView and PostFocusView
* PLT-1236 Added special handling for markdown links within mattermost (#2763)Harrison Healey2016-04-221-0/+5
| | | | | | * Added special handling for markdown links within mattermost * Moved application of .app__body class to route components
* Re-added missing file upload overlay for center channelHarrison Healey2016-04-051-1/+3
|
* Fixing username display in center channelChristopher Speller2016-03-311-14/+5
|
* Refactoring center panel away. Moving tutorial to a route. Fixing aChristopher Speller2016-03-291-4/+63
| | | | bunch of bugs.
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-0/+20