docelic / fluence

WYSIWYG wiki powered by Crystal, markdown, and Git
GNU General Public License v3.0
48 stars 1 forks source link

Attachment improvements #48

Closed docelic closed 6 years ago

docelic commented 6 years ago

1) Show newly attached files in the list dynamically, without having to reload page to see them 2) Re-style the current ol/li list of attachments and add Download and Delete buttons to each entry 3) Download option should sent Content-Disposition: attachment; in the response header

docelic commented 6 years ago

Also, added attachments should be automatically added to git. Currently it seems they aren't.

docelic commented 6 years ago

Attachments are now added to git. List has been restyled. So only the Download button remains.

docelic commented 6 years ago

Closing since the effect of Download can be achieved by either 1) right clicking Save as, 2) pressing Shift+left click in browsers that support this.