diff --git a/dashboard/src/app/artist.component.html b/dashboard/src/app/artist.component.html index 4c20545..cac0a67 100644 --- a/dashboard/src/app/artist.component.html +++ b/dashboard/src/app/artist.component.html @@ -1,11 +1,33 @@ -

{{albumName}}

+
+

{{artistName}}

Debug Zone

Returned song: {{songs.length}}
+ Theorical song: {{ artist ? artist['Track Count'] : "" }} + +
+
+
+
+
+
+ +
+
+
+

+

{{artist.Rating}}/100

+
+

Rating
+
+
+
+
+
@@ -18,7 +40,43 @@

{{artist.Album?.length}}

-

albums
+

Albums
+
+
+
+
+ +
+
+
+
+
+ +
+
+
+

+

{{artist['Track Count']}}

+
+

Songs
+
+
+
+
+
+
+
+
+
+
+ +
+
+
+

+

{{artist['Play Count']}} list.

+
+

~{{artist['Play Count'] / artist['Track Count'] | number:'1.0-0'}} listening avg.
diff --git a/dashboard/src/app/dashboard.component.css b/dashboard/src/app/dashboard.component.css index 9c5e289..77825c4 100644 --- a/dashboard/src/app/dashboard.component.css +++ b/dashboard/src/app/dashboard.component.css @@ -16,6 +16,11 @@ color:white; } +.panel-purple { + background-color: #9b59b6; + color:white; +} + .panel-blue { background-color: #3498db; color:white;