From eed3339b0d3158ac1ae2ffdc39158814f5e1b251 Mon Sep 17 00:00:00 2001 From: Ilia Mashkov Date: Sun, 1 Feb 2026 11:57:56 +0300 Subject: [PATCH] feat(FontSearch): refactor component styles --- .../ui/FontSearch/FontSearch.svelte | 93 ++++++++++++------- 1 file changed, 61 insertions(+), 32 deletions(-) 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}