]> BookStack Code Mirror - bookstack/commit
Converted the page editor from vue to component
authorDan Brown <redacted>
Sun, 5 Jul 2020 20:18:17 +0000 (21:18 +0100)
committerDan Brown <redacted>
Sun, 5 Jul 2020 20:18:17 +0000 (21:18 +0100)
commit3bfd26bf86ebf2d325bbb90b2a2879aa5d33f95b
treeb4d6c2e59d09a7072fd465a0900138b37c57f8c8
parent9d6f574494ced900c1e59a5f292d9efd76edccc8
Converted the page editor from vue to component
app/Http/Controllers/PageController.php
resources/js/components/index.js
resources/js/components/markdown-editor.js
resources/js/components/page-editor.js [new file with mode: 0644]
resources/js/components/wysiwyg-editor.js
resources/js/vues/page-editor.js [deleted file]
resources/js/vues/vues.js
resources/views/pages/form.blade.php
resources/views/pages/markdown-editor.blade.php
resources/views/pages/wysiwyg-editor.blade.php
tests/Entity/PageDraftTest.php