From 71d320535ee5babb06c0e0520c2a741634b77666 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Sat, 17 Jan 2026 09:21:34 +0300 Subject: [PATCH] feat(FontView): integrate FontView into FontList --- src/entities/Font/ui/FontList/FontList.svelte | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/src/entities/Font/ui/FontList/FontList.svelte b/src/entities/Font/ui/FontList/FontList.svelte index 0a05019..fcf9d75 100644 --- a/src/entities/Font/ui/FontList/FontList.svelte +++ b/src/entities/Font/ui/FontList/FontList.svelte @@ -5,23 +5,27 @@ - Uses unifiedFontStore from context for data, but can accept explicit fonts via props. --> {#snippet children({ item: font })} - {font.name} + - {font.category} • {font.provider} + {font.provider} • {font.category} + {font.name} {/snippet}