feature/searchbar-enhance #17

Merged
ilia merged 48 commits from feature/searchbar-enhance into main 2026-01-18 14:04:53 +00:00
Showing only changes of commit 247b683c87 - Show all commits

View File

@@ -1,3 +1,8 @@
<!--
Component: FontSearch
Combines search input with font list display
-->
<script lang="ts">
import {
FontList,
@@ -8,12 +13,6 @@ import { onMount } from 'svelte';
import { mapManagerToParams } from '../../lib';
import { filterManager } from '../../model';
/**
* FontSearch
*
* Font search component with search input and font list display.
* Uses unifiedFontStore for all font operations and search state.
*/
onMount(() => {
/**
* The Pairing:
@@ -24,8 +23,6 @@ onMount(() => {
return unbind;
});
$inspect(filterManager.queryValue, filterManager.debouncedQueryValue);
</script>
<SearchBar