support additional lyric layers (#2211)

This commit is contained in:
jeffvli
2026-07-10 15:12:17 -07:00
parent 908e83a2f8
commit b4e530ea07
12 changed files with 743 additions and 346 deletions
+4
View File
@@ -26,6 +26,7 @@ import {
LuArrowUpDown,
LuArrowUpNarrowWide,
LuArrowUpToLine,
LuAudioLines,
LuBookOpen,
LuBraces,
LuCamera,
@@ -69,6 +70,7 @@ import {
LuInfinity,
LuInfo,
LuKeyboard,
LuLanguages,
LuLayoutGrid,
LuLayoutList,
LuLibrary,
@@ -243,6 +245,7 @@ export const AppIcon = {
arrowUpS: LuChevronUp,
arrowUpToLine: LuArrowUpToLine,
artist: LuUserPen,
audioLines: LuAudioLines,
brandGitHub: LuGithub,
brandLastfm: LastfmLogoIcon,
brandListenBrainz: ListenBrainzLogoIcon,
@@ -290,6 +293,7 @@ export const AppIcon = {
itemSong: LuMusic,
json: LuBraces,
keyboard: LuKeyboard,
languages: LuLanguages,
lastPlayed: LuHeadphones,
layoutDetail: LuLayoutList,
layoutGrid: LuLayoutGrid,