refactor(components): co-locate remaining UI/feature components (TracklistColumnPicker+LosslessModeBanner->ui, fixedThemes->utils/themes, ThemeUpdateBanner/WindowButtonPreview/AboutPsysonicLol->settings, BottomNav/MobileMoreOverlay->sidebar, MobilePlayerView->nowPlaying, WhatsNewBanner->whatsNew)

This commit is contained in:
Psychotoxical
2026-06-30 19:07:46 +02:00
parent ba9e0d6541
commit 7d2645171b
26 changed files with 32 additions and 32 deletions
@@ -17,7 +17,7 @@ import { SettingsToggle } from '@/features/settings/components/SettingsToggle';
import { SettingsSubCard, SettingsField, SettingsValue } from '@/features/settings/components/SettingsSubCard';
import { SettingsSegmented, type SegmentedOption } from '@/features/settings/components/SettingsSegmented';
import { SeekbarPreview } from '@/features/waveform';
import WindowButtonPreview from '@/components/WindowButtonPreview';
import WindowButtonPreview from '@/features/settings/components/WindowButtonPreview';
export function AppearanceTab() {
const { t } = useTranslation();