refactor(lib): fold utils/perf into lib/perf + utils/ui (DOM utilities) into lib/dom

This commit is contained in:
Psychotoxical
2026-06-30 20:36:23 +02:00
parent 6becd57798
commit 390fdfbcca
144 changed files with 183 additions and 183 deletions
+1 -1
View File
@@ -8,7 +8,7 @@ import { search as subsonicSearch } from '@/lib/api/subsonicSearch';
import { filterSongsForLuckyMixRatings, getMixMinRatingsConfigFromAuth } from '@/utils/mix/mixRatingFilter';
import { shuffleArray } from '@/lib/util/shuffleArray';
import { songToTrack } from '@/lib/media/songToTrack';
import { showToast } from '@/utils/ui/toast';
import { showToast } from '@/lib/dom/toast';
import { switchActiveServer } from '@/utils/server/switchActiveServer';
import i18n from '@/lib/i18n';
import { usePlayerStore } from '@/features/playback/store/playerStore';