mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 07:15:47 +00:00
refactor(lib): fold utils/perf into lib/perf + utils/ui (DOM utilities) into lib/dom
This commit is contained in:
@@ -6,7 +6,7 @@ import { useWordLyricsSync } from '@/features/lyrics';
|
||||
import { getPlaybackProgressSnapshot, subscribePlaybackProgress } from '@/features/playback/store/playbackProgress';
|
||||
import type { LrcLine } from '@/features/lyrics';
|
||||
import type { Track } from '@/lib/media/trackTypes';
|
||||
import { EaseScroller, targetForFraction } from '@/utils/ui/easeScroll';
|
||||
import { EaseScroller, targetForFraction } from '@/lib/dom/easeScroll';
|
||||
|
||||
// Fullscreen synced lyrics.
|
||||
// Full-screen scrollable list. The active line auto-scrolls following the
|
||||
|
||||
Reference in New Issue
Block a user