From 336e94e8e346c0342c20b3cfeaf62520d6496f5c Mon Sep 17 00:00:00 2001 From: Andy Heathershaw Date: Tue, 18 Apr 2017 17:25:27 +0100 Subject: [PATCH] #20: Numerous visual improvements, plus converting the slideshow to VueJS. Also re-enabled the user autocomplete --- .idea/deployment.xml | 3 +- .idea/webServers.xml | 2 +- app/Http/Controllers/Admin/UserController.php | 3 - app/User.php | 2 +- public/css/blue-twilight.css | 39 + public/css/blue-twilight.min.css | 2 +- public/js/blue-twilight.js | 2517 +++++++++++++++++ public/js/blue-twilight.min.js | 19 +- resources/assets/css/typeahead.css | 39 + resources/assets/js/albums.js | 66 + resources/assets/js/typeahead.bundle.js | 2451 ++++++++++++++++ resources/lang/en/admin.php | 1 + resources/lang/en/forms.php | 1 - resources/lang/en/gallery.php | 4 +- .../themes/base/admin/create_user.blade.php | 7 - .../themes/base/admin/edit_user.blade.php | 7 - .../themes/base/admin/show_album.blade.php | 9 +- .../base/gallery/album_default.blade.php | 92 +- .../themes/base/gallery/album_empty.blade.php | 68 +- .../base/gallery/album_slideshow.blade.php | 43 +- .../views/themes/base/gallery/index.blade.php | 56 +- .../base/partials/album_photos_tab.blade.php | 9 +- 22 files changed, 5275 insertions(+), 165 deletions(-) create mode 100644 resources/assets/css/typeahead.css create mode 100644 resources/assets/js/typeahead.bundle.js diff --git a/.idea/deployment.xml b/.idea/deployment.xml index 02a52c6..981e50c 100644 --- a/.idea/deployment.xml +++ b/.idea/deployment.xml @@ -1,6 +1,6 @@ - + @@ -10,6 +10,5 @@ - \ No newline at end of file diff --git a/.idea/webServers.xml b/.idea/webServers.xml index fef8fa9..411f8e9 100644 --- a/.idea/webServers.xml +++ b/.idea/webServers.xml @@ -3,7 +3,7 @@