From f9edbd9d7a26d437854191110ae9e9137ab90902 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Wed, 20 Mar 2019 20:34:07 +0100 Subject: [PATCH] Fix #766: Added title on hover for truncated content --- changes/changelog.d/766.enhancement | 1 + front/src/components/Sidebar.vue | 6 ++++-- front/src/components/audio/album/Card.vue | 4 ++-- front/src/components/audio/artist/Card.vue | 2 +- front/src/components/audio/track/Row.vue | 10 +++++----- front/src/components/playlists/PlaylistModal.vue | 2 +- 6 files changed, 14 insertions(+), 11 deletions(-) create mode 100644 changes/changelog.d/766.enhancement 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 }}