diff --git a/changes/changelog.d/750.enhancement b/changes/changelog.d/750.enhancement new file mode 100644 index 000000000..5c66ad162 --- /dev/null +++ b/changes/changelog.d/750.enhancement @@ -0,0 +1 @@ +Placeholders will now be shown if no content is available across the application (#750) \ No newline at end of file diff --git a/front/src/components/audio/album/Widget.vue b/front/src/components/audio/album/Widget.vue index c9e395f3c..e5ee7f742 100644 --- a/front/src/components/audio/album/Widget.vue +++ b/front/src/components/audio/album/Widget.vue @@ -35,7 +35,14 @@ -
No results matching your query.
+ diff --git a/front/src/components/audio/track/Widget.vue b/front/src/components/audio/track/Widget.vue index 788d279d0..235659564 100644 --- a/front/src/components/audio/track/Widget.vue +++ b/front/src/components/audio/track/Widget.vue @@ -7,7 +7,7 @@ -
+
@@ -51,6 +51,17 @@
+
+
+ + + Nothing found + +
+
+
+
+
diff --git a/front/src/components/favorites/List.vue b/front/src/components/favorites/List.vue index 6402d417f..f7d37369c 100644 --- a/front/src/components/favorites/List.vue +++ b/front/src/components/favorites/List.vue @@ -18,7 +18,7 @@ -
+
@@ -46,7 +46,6 @@
-
+
+
+ + No tracks have been added to your favorites yet +
+ + + Browse the library + +
diff --git a/front/src/components/library/Albums.vue b/front/src/components/library/Albums.vue index 7aad836f0..07e20b22e 100644 --- a/front/src/components/library/Albums.vue +++ b/front/src/components/library/Albums.vue @@ -59,6 +59,23 @@ :key="album.id" :album="album">
+
+
+ + + No results matching your query + +
+ + + + Add some music + + +
+
+
+ + + No results matching your query + +
+ + + + Add some music + + +
+
+
+ + + No results matching your query + +
+ + + + Create a radio + + +
-
+
-
+
@@ -90,6 +90,12 @@
+
+
+ + No interactions with other pods yet +
+
diff --git a/front/src/views/playlists/Detail.vue b/front/src/views/playlists/Detail.vue index 3b6b9000b..5dc99e78b 100644 --- a/front/src/views/playlists/Detail.vue +++ b/front/src/views/playlists/Detail.vue @@ -55,7 +55,6 @@
-
@@ -64,7 +63,6 @@
-
- diff --git a/front/src/views/playlists/List.vue b/front/src/views/playlists/List.vue index 1ff56b5d5..9fb53fd66 100644 --- a/front/src/views/playlists/List.vue +++ b/front/src/views/playlists/List.vue @@ -40,7 +40,24 @@
- + +
+
+ + + No results matching your query + +
+ +
-
+

Tracks

@@ -44,6 +44,21 @@ >
+
+
+ + No tracks have been added to this radio yet +
+ + + Edit… + +