refactor(createFilter): createFilterStore rewrote to runes

This commit is contained in:
Ilia Mashkov
2026-01-07 16:52:17 +03:00
parent d15b90cfcb
commit baff3b9e27
4 changed files with 4 additions and 164 deletions

View File

@@ -1,5 +1,5 @@
<script lang="ts">
import type { Filter } from '$shared/lib/utils';
import type { Filter } from '$shared/lib';
import { Badge } from '$shared/shadcn/ui/badge';
import { buttonVariants } from '$shared/shadcn/ui/button';
import { Checkbox } from '$shared/shadcn/ui/checkbox';
@@ -8,7 +8,6 @@ import { Label } from '$shared/shadcn/ui/label';
import ChevronDownIcon from '@lucide/svelte/icons/chevron-down';
import { onMount } from 'svelte';
import { cubicOut } from 'svelte/easing';
import type { FormEventHandler } from 'svelte/elements';
import { slide } from 'svelte/transition';
/**