From b5fab0618884f10a43ea0be6a6217cb973783732 Mon Sep 17 00:00:00 2001 From: Josef Citrine Date: Thu, 4 Aug 2016 20:32:01 +0100 Subject: [PATCH] Ripping out things and swapping in Angular --- gulpfile.js | 1 - public/templates/account/_layout.html | 2 +- public/templates/albums/show.html | 4 +- public/templates/directives/player.html | 4 +- public/templates/directives/users-list.html | 31 +++-- public/templates/partials/credits-dialog.html | 126 +++++++++--------- public/templates/playlists/show.html | 4 +- public/templates/tracks/frame.html | 20 +++ public/templates/tracks/show.html | 4 +- resources/assets/scripts/app/app.coffee | 1 - .../app/controllers/application.coffee | 17 ++- .../scripts/app/controllers/sidebar.coffee | 70 ++-------- .../app/directives/share-buttons.coffee | 8 +- .../assets/scripts/app/services/color.coffee | 19 ++- resources/assets/styles/content.less | 22 ++- resources/assets/styles/mobile.less | 2 +- resources/views/shared/_app_layout.blade.php | 5 +- 17 files changed, 166 insertions(+), 174 deletions(-) diff --git a/gulpfile.js b/gulpfile.js index 89f56f82..6241af60 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -81,7 +81,6 @@ gulp.task("webpack-dev-server", function () { gulp.task("styles-app", function () { var includedStyles = [ - "resources/assets/styles/base/jquery-ui.css", "resources/assets/styles/base/colorbox.css", "resources/assets/styles/app.less" ]; diff --git a/public/templates/account/_layout.html b/public/templates/account/_layout.html index 3c8910c0..47fe8682 100644 --- a/public/templates/account/_layout.html +++ b/public/templates/account/_layout.html @@ -1,4 +1,4 @@ - +