diff --git a/front/src/components/audio/artist/Widget.vue b/front/src/components/audio/artist/Widget.vue new file mode 100644 index 000000000..b78bcbf94 --- /dev/null +++ b/front/src/components/audio/artist/Widget.vue @@ -0,0 +1,166 @@ + + + + + {{ count }} + + + + + + + + + + + + + + + + {{ object.name|truncate(30) }} + + + + 1 album + + + + + + + + No results matching your query. + + + + + + diff --git a/front/src/components/tags/List.vue b/front/src/components/tags/List.vue index 9ffb0f1f0..6c280822b 100644 --- a/front/src/components/tags/List.vue +++ b/front/src/components/tags/List.vue @@ -1,23 +1,29 @@ - + - #{{ tag }} + #{{ tag|truncate(truncateSize) }} - + Show 1 more tag