]> BookStack Code Mirror - bookstack/commit
Finished breakdown of attachment vue into components
authorDan Brown <redacted>
Sat, 4 Jul 2020 15:53:02 +0000 (16:53 +0100)
committerDan Brown <redacted>
Sat, 4 Jul 2020 15:53:02 +0000 (16:53 +0100)
commitd41452f39c90deaca98b4fe0e8c87f7d7aa395b8
tree11428467319d1b9632218e4775c9d3b0bd55d7b8
parent14b6cd1091a8e111081787b4b7ef932552786853
Finished breakdown of attachment vue into components
24 files changed:
app/Http/Controllers/AttachmentController.php
package-lock.json
package.json
readme.md
resources/js/components/ajax-form.js [new file with mode: 0644]
resources/js/components/attachments.js
resources/js/components/dropzone.js
resources/js/components/event-emit-select.js [new file with mode: 0644]
resources/js/services/dom.js
resources/js/services/http.js
resources/js/vues/attachment-manager.js [deleted file]
resources/js/vues/vues.js
resources/lang/en/errors.php
resources/views/attachments/list.blade.php [new file with mode: 0644]
resources/views/attachments/manager-edit-form.blade.php [new file with mode: 0644]
resources/views/attachments/manager-link-form.blade.php [new file with mode: 0644]
resources/views/attachments/manager-list.blade.php [moved from resources/views/pages/attachment-list.blade.php with 80% similarity]
resources/views/attachments/manager.blade.php [new file with mode: 0644]
resources/views/common/home.blade.php
resources/views/components/dropzone.blade.php
resources/views/pages/attachment-manager.blade.php [deleted file]
resources/views/pages/editor-toolbox.blade.php
resources/views/pages/show.blade.php
routes/web.php