refactor(updater,settings): move feature-owned updater + theme-update hooks into their features

This commit is contained in:
Psychotoxical
2026-06-30 20:03:25 +02:00
parent 312fa78240
commit 7ae259cacf
8 changed files with 14 additions and 14 deletions
@@ -3,7 +3,7 @@ import { useTranslation } from 'react-i18next';
import { Check, ChevronLeft, ChevronRight, Download, RefreshCw, Trash2, WifiOff } from 'lucide-react';
import { open as openUrl } from '@tauri-apps/plugin-shell';
import CoverLightbox from '@/ui/CoverLightbox';
import { useThemeAnimationRisk } from '@/hooks/useThemeAnimationRisk';
import { useThemeAnimationRisk } from '@/features/settings/hooks/useThemeAnimationRisk';
import { AnimatedThemeBadge } from '@/features/settings/components/AnimatedThemeBadge';
import CustomSelect from '@/ui/CustomSelect';
import { formatRelativeTime } from '@/lib/format/relativeTime';