[web] Add hint on buttons of the audio player when hovering them #1512

When hovering the buttons of the player, a short description is displayed. Moreover, the seek buttons are explicit now.
This commit is contained in:
Alain Nussbaumer
2023-06-04 18:25:47 +02:00
parent f454e9229e
commit 65b16c60fb
13 changed files with 117 additions and 26 deletions

View File

@@ -19,7 +19,7 @@ import {
mdiDotsHorizontal,
mdiDotsVertical,
mdiDragHorizontal,
mdiFastForward,
mdiFastForward30,
mdiFileMusic,
mdiFileOutline,
mdiFire,
@@ -43,7 +43,7 @@ import {
mdiRepeat,
mdiRepeatOff,
mdiRepeatOnce,
mdiRewind,
mdiRewind10,
mdiRss,
mdiServer,
mdiShuffle,
@@ -80,7 +80,7 @@ export const icons = {
mdiDotsHorizontal,
mdiDotsVertical,
mdiDragHorizontal,
mdiFastForward,
mdiFastForward30,
mdiFileMusic,
mdiFileOutline,
mdiFire,
@@ -104,7 +104,7 @@ export const icons = {
mdiRepeat,
mdiRepeatOff,
mdiRepeatOnce,
mdiRewind,
mdiRewind10,
mdiRss,
mdiServer,
mdiShuffle,