diff --git a/src/app/ui/Layout.svelte b/src/app/ui/Layout.svelte index 80f86f3..cf7a452 100644 --- a/src/app/ui/Layout.svelte +++ b/src/app/ui/Layout.svelte @@ -11,7 +11,6 @@ * - Footer area (currently empty, reserved for future use) */ import { BreadcrumbHeader } from '$entities/Breadcrumb'; -import { TypographyMenu } from '$features/SetupFont'; import favicon from '$shared/assets/favicon.svg'; import { ResponsiveProvider } from '$shared/lib'; import { ScrollArea } from '$shared/shadcn/ui/scroll-area'; @@ -52,7 +51,6 @@ let { children }: Props = $props();
- {@render children?.()}
diff --git a/src/widgets/SampleList/ui/SampleList/SampleList.svelte b/src/widgets/SampleList/ui/SampleList/SampleList.svelte index 4f609dd..6f0c525 100644 --- a/src/widgets/SampleList/ui/SampleList/SampleList.svelte +++ b/src/widgets/SampleList/ui/SampleList/SampleList.svelte @@ -1,7 +1,8 @@ - - {#snippet children({ + + +
+ + {#snippet children({ item: font, isFullyVisible, isPartiallyVisible, proximity, index, })} - - - - {/snippet} - + + + + {/snippet} + + + {#if isAboveMiddle} + + {/if} +