summaryrefslogtreecommitdiffstats
path: root/web/react/components/file_attachment_list.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-3/+3
| | | | system.
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Converting preview image modal to use react-bootstrap. Fixes issue where ↵Christopher Speller2015-09-241-10/+6
| | | | modal would appear behind background on iOS
* Upgrading ESLint and adding some more rules. Refactoring to meet these new rulesChristopher Speller2015-09-031-2/+4
|
* bound handleClickImage functionnickago2015-09-021-3/+6
|
* Cosmetic Refactoringnickago2015-09-021-22/+34
|
* Fixes root images not loading when switich RHS threads.JoramWilander2015-08-281-1/+1
|
* Cleaned up ViewImageModal and FileAttachment and added some extra commentshmhealey2015-07-291-0/+4
|
* Removed unused imgCount property from ViewImageModalhmhealey2015-07-291-1/+0
|
* Fix ViewImageModals created by RHS posts so that their ids are distinct from ↵hmhealey2015-07-291-5/+4
| | | | those in the main window
* Reconcile the code to display attachment previews into a FileAttachmentList ↵hmhealey2015-07-291-0/+47
class to clean up duplicated code.