diff --git a/src/widgets/FontSearch/ui/FontSearch/FontSearch.svelte b/src/widgets/FontSearch/ui/FontSearch/FontSearch.svelte index fd58cc1..dd01b1a 100644 --- a/src/widgets/FontSearch/ui/FontSearch/FontSearch.svelte +++ b/src/widgets/FontSearch/ui/FontSearch/FontSearch.svelte @@ -16,7 +16,8 @@ import { springySlideFade } from '$shared/lib'; import { Button } from '$shared/shadcn/ui/button'; import { cn } from '$shared/shadcn/utils/shadcn-utils'; import { SearchBar } from '$shared/ui'; -import FunnelIcon from '@lucide/svelte/icons/funnel'; + +import SlidersHorizontalIcon from '@lucide/svelte/icons/sliders-horizontal'; import { onMount } from 'svelte'; import { cubicOut } from 'svelte/easing'; import { @@ -63,35 +64,43 @@ function toggleFilters() { } -
- - - +
+
+ -
-
- +
+
+
+
+ +
+
@@ -100,9 +109,29 @@ function toggleFilters() { transition:springySlideFade|local={slideConfig} class="will-change-[height,opacity] contain-layout overflow-hidden" > -
- - +
+
+
+
+ + filter_params + +
+ +
+ +
+ +
+ +
{/if}