diff --git a/changes/changelog.d/766.enhancement b/changes/changelog.d/766.enhancement new file mode 100644 index 000000000..7aca9fb1c --- /dev/null +++ b/changes/changelog.d/766.enhancement @@ -0,0 +1 @@ +Added title on hover for truncated content (#766) diff --git a/front/src/components/Sidebar.vue b/front/src/components/Sidebar.vue index 3a5bf2db8..8c44d6041 100644 --- a/front/src/components/Sidebar.vue +++ b/front/src/components/Sidebar.vue @@ -135,9 +135,11 @@ - diff --git a/front/src/components/audio/album/Card.vue b/front/src/components/audio/album/Card.vue index 8cc9dcf6c..258b0f9d1 100644 --- a/front/src/components/audio/album/Card.vue +++ b/front/src/components/audio/album/Card.vue @@ -10,7 +10,7 @@
- + By %{ artist } – {{ album.release_date | year }} @@ -24,7 +24,7 @@ - + diff --git a/front/src/components/audio/artist/Card.vue b/front/src/components/audio/artist/Card.vue index 1876c42c0..d25592854 100644 --- a/front/src/components/audio/artist/Card.vue +++ b/front/src/components/audio/artist/Card.vue @@ -15,7 +15,7 @@ - + {{ album.title }}
{{ album.tracks_count }} tracks diff --git a/front/src/components/audio/track/Row.vue b/front/src/components/audio/track/Row.vue index d3b7dc734..e391977f3 100644 --- a/front/src/components/audio/track/Row.vue +++ b/front/src/components/audio/track/Row.vue @@ -8,7 +8,7 @@ - + @@ -16,21 +16,21 @@ - + {{ track.artist.name }} - + {{ track.album.title }} diff --git a/front/src/components/playlists/PlaylistModal.vue b/front/src/components/playlists/PlaylistModal.vue index 7c4dbbf38..7d44f0e19 100644 --- a/front/src/components/playlists/PlaylistModal.vue +++ b/front/src/components/playlists/PlaylistModal.vue @@ -42,7 +42,7 @@ class="ui icon basic small button" :to="{name: 'library.playlists.detail', params: {id: playlist.id }, query: {mode: 'edit'}}"> - + {{ playlist.name }} {{ playlist.tracks_count }}