diff --git a/public/fonts/FontAwesome.otf b/public/fonts/FontAwesome.otf index 32dd8b1c..d4de13e8 100644 Binary files a/public/fonts/FontAwesome.otf and b/public/fonts/FontAwesome.otf differ diff --git a/public/fonts/fontawesome-webfont.eot b/public/fonts/fontawesome-webfont.eot index c080283b..c7b00d2b 100644 Binary files a/public/fonts/fontawesome-webfont.eot and b/public/fonts/fontawesome-webfont.eot differ diff --git a/public/fonts/fontawesome-webfont.svg b/public/fonts/fontawesome-webfont.svg index 10a1e1bb..8b66187f 100644 --- a/public/fonts/fontawesome-webfont.svg +++ b/public/fonts/fontawesome-webfont.svg @@ -14,10 +14,11 @@ + - + - + @@ -30,7 +31,7 @@ - + @@ -52,8 +53,8 @@ - - + + @@ -63,7 +64,7 @@ - + @@ -77,11 +78,11 @@ - - - - - + + + + + @@ -109,8 +110,8 @@ - - + + @@ -138,22 +139,22 @@ - + - - + + - + - + - + @@ -168,7 +169,7 @@ - + @@ -176,14 +177,14 @@ - - - + + + - + @@ -193,7 +194,7 @@ - + @@ -218,8 +219,8 @@ - - + + @@ -247,10 +248,10 @@ - + - + @@ -274,14 +275,14 @@ - + - + - - + + @@ -310,15 +311,15 @@ - + - - + + @@ -333,7 +334,352 @@ - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/public/fonts/fontawesome-webfont.ttf b/public/fonts/fontawesome-webfont.ttf index 908f69ec..f221e50a 100644 Binary files a/public/fonts/fontawesome-webfont.ttf and b/public/fonts/fontawesome-webfont.ttf differ diff --git a/public/fonts/fontawesome-webfont.woff b/public/fonts/fontawesome-webfont.woff index a33af950..6e7483cf 100644 Binary files a/public/fonts/fontawesome-webfont.woff and b/public/fonts/fontawesome-webfont.woff differ diff --git a/public/fonts/fontawesome-webfont.woff2 b/public/fonts/fontawesome-webfont.woff2 new file mode 100644 index 00000000..7eb74fd1 Binary files /dev/null and b/public/fonts/fontawesome-webfont.woff2 differ diff --git a/public/templates/account/album.html b/public/templates/account/album.html index c1a5ec04..d533c0f3 100644 --- a/public/templates/account/album.html +++ b/public/templates/account/album.html @@ -4,7 +4,7 @@
  • Delete Album
  • @@ -43,8 +43,8 @@
    • - - + + {{::track.title}}
    • diff --git a/public/templates/account/albums.html b/public/templates/account/albums.html index 0dd0f909..12482d14 100644 --- a/public/templates/account/albums.html +++ b/public/templates/account/albums.html @@ -2,7 +2,7 @@ diff --git a/public/templates/account/playlists.html b/public/templates/account/playlists.html index 4f50eec7..f18c3e49 100644 --- a/public/templates/account/playlists.html +++ b/public/templates/account/playlists.html @@ -2,7 +2,7 @@
    • - + Edit Delete diff --git a/public/templates/account/settings.html b/public/templates/account/settings.html index 5140881d..3cf4b49c 100644 --- a/public/templates/account/settings.html +++ b/public/templates/account/settings.html @@ -3,7 +3,7 @@
    diff --git a/public/templates/admin/genres.html b/public/templates/admin/genres.html index b5077ab2..3c30489f 100644 --- a/public/templates/admin/genres.html +++ b/public/templates/admin/genres.html @@ -42,7 +42,7 @@ {{ genre.errorMessage }} - + {{ genre.track_count }} diff --git a/public/templates/dashboard/index.html b/public/templates/dashboard/index.html index 3eb1447c..849881de 100644 --- a/public/templates/dashboard/index.html +++ b/public/templates/dashboard/index.html @@ -1,7 +1,7 @@

    - see more + see more The newest tunes

    diff --git a/public/templates/directives/albums-list.html b/public/templates/directives/albums-list.html index a6e16c06..081080c4 100644 --- a/public/templates/directives/albums-list.html +++ b/public/templates/directives/albums-list.html @@ -8,9 +8,9 @@ by {{::album.user.name}} - {{::album.stats.favourites}} - {{::album.stats.comments}} - {{::album.stats.downloads}} + {{::album.stats.favourites}} + {{::album.stats.comments}} + {{::album.stats.downloads}} diff --git a/public/templates/directives/favourite-button.html b/public/templates/directives/favourite-button.html index d4fb8766..42dc47d4 100644 --- a/public/templates/directives/favourite-button.html +++ b/public/templates/directives/favourite-button.html @@ -1,10 +1,10 @@ Favourite This! - + In Your Favourites - + diff --git a/public/templates/directives/image-upload.html b/public/templates/directives/image-upload.html index d4af0849..89c5caaf 100644 --- a/public/templates/directives/image-upload.html +++ b/public/templates/directives/image-upload.html @@ -5,9 +5,9 @@

      diff --git a/public/templates/directives/player.html b/public/templates/directives/player.html index 39806962..ee3ab036 100644 --- a/public/templates/directives/player.html +++ b/public/templates/directives/player.html @@ -4,18 +4,18 @@ {{player.currentTrack.progressSeconds | secondsDisplay}} / {{player.currentTrack.duration | secondsDisplay}} -
    • +
    • - - + +
    • -
    • -
    • {{ repeatText }}
    • +
    • +
    • {{ repeatText }}
    • - +
      @@ -23,7 +23,7 @@
    -
    +
    diff --git a/public/templates/directives/playlists-list.html b/public/templates/directives/playlists-list.html index 28cd98ea..39574345 100644 --- a/public/templates/directives/playlists-list.html +++ b/public/templates/directives/playlists-list.html @@ -8,9 +8,9 @@ by {{::playlist.user.name}} - {{::playlist.stats.favourites}} - {{::playlist.stats.comments}} - {{::playlist.stats.downloads}} + {{::playlist.stats.favourites}} + {{::playlist.stats.comments}} + {{::playlist.stats.downloads}} diff --git a/public/templates/directives/track-editor.html b/public/templates/directives/track-editor.html index 8247a234..94ccdd16 100644 --- a/public/templates/directives/track-editor.html +++ b/public/templates/directives/track-editor.html @@ -8,7 +8,7 @@ Publish Track - +
  • Delete Track
  • diff --git a/public/templates/directives/track-player.html b/public/templates/directives/track-player.html index e9d68533..77423a6b 100644 --- a/public/templates/directives/track-player.html +++ b/public/templates/directives/track-player.html @@ -1,8 +1,8 @@
    - - + +
    diff --git a/public/templates/directives/tracks-list.html b/public/templates/directives/tracks-list.html index 34a63b60..b8dbe9e3 100644 --- a/public/templates/directives/tracks-list.html +++ b/public/templates/directives/tracks-list.html @@ -2,18 +2,18 @@
  • diff --git a/public/templates/home/index.html b/public/templates/home/index.html index 4b0e6a4a..f0dee43a 100644 --- a/public/templates/home/index.html +++ b/public/templates/home/index.html @@ -1,7 +1,7 @@

    - see more + see more The newest tunes

    diff --git a/public/templates/partials/playlist-dialog.html b/public/templates/partials/playlist-dialog.html index af260e82..ffb9efa5 100644 --- a/public/templates/partials/playlist-dialog.html +++ b/public/templates/partials/playlist-dialog.html @@ -32,7 +32,7 @@ Create Edit Playlist - + Close
    diff --git a/public/templates/tracks/index.html b/public/templates/tracks/index.html index 3025afd0..86f12b02 100644 --- a/public/templates/tracks/index.html +++ b/public/templates/tracks/index.html @@ -3,12 +3,12 @@ Type: {{query.filters.trackTypes.title}} - + @@ -17,12 +17,12 @@ Show Songs: {{query.filters.showSongs.title}} - + @@ -31,10 +31,10 @@ Genre: {{query.filters.genres.title}} - + @@ -43,7 +43,7 @@ Is Vocal: {{query.filters.isVocal.title}} - +