mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-22 10:37:44 -05:00
[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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user