add fullscreen visualizer (#1546)

This commit is contained in:
jeffvli
2026-01-18 02:17:55 -08:00
parent 27a5153b8a
commit 0e388dabf5
14 changed files with 555 additions and 34 deletions
@@ -237,7 +237,7 @@ const Controls = () => {
const lyricConfig = { ...lyricsSettings, ...displaySettings };
const handleToggleFullScreenPlayer = () => {
setStore({ expanded: !expanded });
setStore({ expanded: !expanded, visualizerExpanded: false });
};
const handleLyricsSettings = (property: string, value: any) => {