From a74abbb0b3bb1d12a3d8e35e93c9822639878a6e Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Mon, 13 Apr 2026 13:23:03 +0300 Subject: [PATCH] feat: wire createFontRowSizeResolver into SampleList for pretext-backed row heights --- .../ui/SampleList/SampleList.svelte | 47 +++++++++++++++++-- 1 file changed, 44 insertions(+), 3 deletions(-) diff --git a/src/widgets/SampleList/ui/SampleList/SampleList.svelte b/src/widgets/SampleList/ui/SampleList/SampleList.svelte index f38815b..69f4b3f 100644 --- a/src/widgets/SampleList/ui/SampleList/SampleList.svelte +++ b/src/widgets/SampleList/ui/SampleList/SampleList.svelte @@ -5,7 +5,12 @@ - Provides a typography menu for font setup. --> {#snippet skeleton()} @@ -52,9 +93,9 @@ const checkPosition = throttle(() => { onresize={checkPosition} /> -
+