refactor shuffle all modal for styles and loading state

This commit is contained in:
jeffvli
2025-11-26 14:58:10 -08:00
parent 6a8e55ce15
commit ffa9d165f2
8 changed files with 229 additions and 181 deletions
+11
View File
@@ -311,6 +311,17 @@
"expireInvalid": "expiration must be in the future",
"createFailed": "failed to create share (is sharing enabled?)"
},
"shuffleAll": {
"title": "play random",
"input_genre": "$t(entity.genre_one)",
"input_limit": "how many songs?",
"input_minYear": "from year",
"input_maxYear": "to year",
"input_played": "play filter",
"input_played_optionAll": "all tracks",
"input_played_optionUnplayed": "only unplayed tracks",
"input_played_optionPlayed": "only played tracks"
},
"updateServer": {
"success": "server updated successfully",
"title": "update server"