refactor: migrate all callers from unifiedFontStore to fontStore

This commit is contained in:
Ilia Mashkov
2026-04-08 10:00:30 +03:00
parent 468d2e7f8c
commit ed7d31bf5c
5 changed files with 18 additions and 18 deletions
@@ -3,7 +3,7 @@
Provides a search input and filtration for fonts
-->
<script lang="ts">
import { unifiedFontStore } from '$entities/Font';
import { fontStore } from '$entities/Font';
import {
FilterControls,
Filters,
@@ -36,7 +36,7 @@ let { showFilters = $bindable(true) }: Props = $props();
$effect(() => {
const params = mapManagerToParams(filterManager);
untrack(() => unifiedFontStore.setParams(params));
untrack(() => fontStore.setParams(params));
});
const transform = new Tween(