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
@@ -4,7 +4,7 @@
-->
<script lang="ts">
import { NavigationWrapper } from '$entities/Breadcrumb';
import { unifiedFontStore } from '$entities/Font';
import { fontStore } from '$entities/Font';
import type { ResponsiveManager } from '$shared/lib';
import { cn } from '$shared/shadcn/utils/shadcn-utils';
import {
@@ -36,7 +36,7 @@ const responsive = getContext<ResponsiveManager>('responsive');
id="sample_set"
title="Sample Set"
headerTitle="visual_output"
headerSubtitle="items_total: {unifiedFontStore.pagination.total ?? 0}"
headerSubtitle="items_total: {fontStore.pagination.total ?? 0}"
headerAction={registerAction}
>
{#snippet headerContent()}