From b25d196952a040bd9e1792e6a511ca8203e09aa8 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 28 Jan 2022 17:19:40 +0100 Subject: [PATCH] wip #5045 @1 --- .idea/deployment.xml | 1 + .idea/php.xml | 1 + .idea/watcherTasks.xml | 2 +- .../ELearningMedia/PreviewOperation.php | 33 + app/Models/ELearningMedia.php | 23 +- composer.json | 1 + composer.lock | 42 +- package-lock.json | 23456 ++++++++++++---- package.json | 5 + resources/elearningmedia/index.html | 10 - resources/elearningmedia/js/app.js | 8 + resources/elearningmedia/js/bootstrap.js | 5 +- .../views/elearningmedia/index.blade.php | 20 + webpack.mix.js | 4 +- 14 files changed, 18719 insertions(+), 4892 deletions(-) create mode 100644 app/Http/Controllers/Admin/Operations/ELearningMedia/PreviewOperation.php delete mode 100644 resources/elearningmedia/index.html create mode 100644 resources/views/elearningmedia/index.blade.php diff --git a/.idea/deployment.xml b/.idea/deployment.xml index 61209bba4..6dded2261 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -191,6 +191,7 @@ + diff --git a/.idea/php.xml b/.idea/php.xml index c45eb7688..3cdfe69ca 100644 --- a/.idea/php.xml +++ b/.idea/php.xml @@ -195,6 +195,7 @@ + diff --git a/.idea/watcherTasks.xml b/.idea/watcherTasks.xml index 506423679..51b0fd358 100644 --- a/.idea/watcherTasks.xml +++ b/.idea/watcherTasks.xml @@ -1,6 +1,6 @@ - +