Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Changed the thumbnail for non-image file attachments to open the ↵ | hmhealey | 2015-07-29 | 1 | -12/+6 |
| | | | | ViewImageModal on click like it does for image attachments | ||||
* | Fixed race condition which could occur while requesting the file size for ↵ | hmhealey | 2015-07-29 | 1 | -10/+28 |
| | | | | the file attachment previews | ||||
* | Removed unused custom-file CSS class that was being applied to non-image ↵ | hmhealey | 2015-07-29 | 1 | -6/+1 |
| | | | | file attachment previews | ||||
* | Fix ViewImageModals created by RHS posts so that their ids are distinct from ↵ | hmhealey | 2015-07-29 | 1 | -2/+2 |
| | | | | those in the main window | ||||
* | Reconcile the code to display attachment previews into a FileAttachmentList ↵ | hmhealey | 2015-07-29 | 1 | -0/+109 |
class to clean up duplicated code. |