chore(SetupFont): rename controlManager to typographySettingsStore for better semantic #37

Merged
ilia merged 83 commits from feature/united-widget into main 2026-04-22 10:04:41 +00:00
Showing only changes of commit e509463911 - Show all commits
@@ -9,7 +9,6 @@ import {
FontVirtualList, FontVirtualList,
type UnifiedFont, type UnifiedFont,
} from '$entities/Font'; } from '$entities/Font';
import { typographySettingsStore } from '$features/SetupFont';
import { import {
Button, Button,
Label, Label,
@@ -20,8 +19,6 @@ import { crossfade } from 'svelte/transition';
import { comparisonStore } from '../../model'; import { comparisonStore } from '../../model';
const side = $derived(comparisonStore.side); const side = $derived(comparisonStore.side);
const typography = $derived(typographySettingsStore);
let prevIndexA: number | null = null; let prevIndexA: number | null = null;
let prevIndexB: number | null = null; let prevIndexB: number | null = null;
let selectedIndexA: number | null = null; let selectedIndexA: number | null = null;