summaryrefslogtreecommitdiffstats
path: root/web/react/components/file_attachment.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Fixed race condition which could occur while requesting the file size for ↵hmhealey2015-07-291-10/+28
| | | | the file attachment previews
* Removed unused custom-file CSS class that was being applied to non-image ↵hmhealey2015-07-291-6/+1
| | | | file attachment previews
* Fix ViewImageModals created by RHS posts so that their ids are distinct from ↵hmhealey2015-07-291-2/+2
| | | | those in the main window
* Reconcile the code to display attachment previews into a FileAttachmentList ↵hmhealey2015-07-291-0/+109
class to clean up duplicated code.