summaryrefslogtreecommitdiff
path: root/web-ui/app/js/mail_view/ui/attachment_icon.js
AgeCommit message (Collapse)Author
2016-02-03Issue #552 - Add upload abortFelix Hammerl
Cancels an upload and restores the user interface to ready-for-upload state
2016-02-03Display progress bar when an upload is in progressFelix Hammerl
Displays a progress bar when an upload is in progress and prohibits uploading multiple attachments in parallel.
2016-01-19Issue #572 - Rotate and resize paperclip icon.Gislene Pereira
Removed blue border around paperclip icon when clicking it.
2016-01-11merging attachment_list ui and data, and making it into a mixinNavaL
Issue #573
2015-12-29refactoring: moved upload logic out of the attachment iconNavaL
Issue #548