summaryrefslogtreecommitdiffstats
path: root/webapp/components/permalink_view.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6215 Major post list refactor (#6501)Joram Wilander2017-06-181-7/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Major post list refactor * Fix post and thread deletion * Fix preferences not selecting correctly * Fix military time displaying * Fix UP key for editing posts * Fix ESLint error * Various fixes and updates per feedback * Fix for permalink view * Revert to old scrolling method and various fixes * Add floating timestamp, new message indicator, scroll arrows * Update post loading for focus mode and add visibility limit * Fix pinning posts and a react warning * Add loading UI updates from Asaad * Fix refreshing loop * Temporarily bump post visibility limit * Update infinite scrolling * Remove infinite scrolling
* 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-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
* Updating ESLint (#4085)Christopher Speller2016-09-231-1/+1
|
* Adding webpack code splitting (#3377)Christopher Speller2016-06-221-1/+1
|
* 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-6/+2
| | | | | | * 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
* Fixing username display in center channelChristopher Speller2016-03-311-21/+4
|
* Fixing react warnings on permalink returnChristopher Speller2016-03-291-5/+6
|
* Refactoring center panel away. Moving tutorial to a route. Fixing aChristopher Speller2016-03-291-0/+109
bunch of bugs.