]> BookStack Code Mirror - bookstack/commit
Started migration of attachment manager from vue
authorDan Brown <redacted>
Tue, 30 Jun 2020 21:12:45 +0000 (22:12 +0100)
committerDan Brown <redacted>
Tue, 30 Jun 2020 21:12:45 +0000 (22:12 +0100)
commit14b6cd1091a8e111081787b4b7ef932552786853
treea264eb5ae232c6bd2c17628d6d5776574ed6db2a
parent8dc9689c6dc1b2316d050b9c4a28695ca928ff9d
Started migration of attachment manager from vue

- Created new dropzone component.
- Added standard component event system using custom DOM events.
- Added tabs component.
- Added ajax-delete-row component.
15 files changed:
app/Http/Controllers/AttachmentController.php
app/Uploads/Attachment.php
app/Uploads/AttachmentService.php
resources/js/components/ajax-delete-row.js [new file with mode: 0644]
resources/js/components/attachments.js [new file with mode: 0644]
resources/js/components/dropzone.js [new file with mode: 0644]
resources/js/components/index.js
resources/js/components/sortable-list.js
resources/js/components/tabs.js [new file with mode: 0644]
resources/lang/en/entities.php
resources/sass/_layout.scss
resources/views/common/home.blade.php
resources/views/components/dropzone.blade.php [new file with mode: 0644]
resources/views/pages/attachment-list.blade.php [new file with mode: 0644]
resources/views/pages/attachment-manager.blade.php