refactor(lyrics): co-locate lyrics feature into features/lyrics (LyricsPane + hooks + cache + lrclib/lyricsplus/netease providers; lyricsStore stays global)

This commit is contained in:
Psychotoxical
2026-06-30 19:21:21 +02:00
parent d9dfdf66e9
commit e0d6623bf1
11 changed files with 31 additions and 16 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ import { copyTextToClipboard } from '@/utils/server/serverMagicString';
import { showToast } from '@/utils/ui/toast';
import { useThemeStore } from '@/store/themeStore';
import { useLyricsStore } from '@/store/lyricsStore';
import LyricsPane from '@/components/LyricsPane';
import { LyricsPane } from '@/features/lyrics';
import { NowPlayingInfo } from '@/features/nowPlaying';
import { useLuckyMixStore } from '@/features/randomMix';
import { useQueueToolbarStore } from '@/store/queueToolbarStore';