feature/ux-improvements #26

Merged
ilia merged 73 commits from feature/ux-improvements into main 2026-02-18 14:43:05 +00:00
Showing only changes of commit 010b8ad04b - Show all commits

View File

@@ -33,7 +33,7 @@ interface Props {
showFilters?: boolean;
}
let { showFilters = $bindable(false) }: Props = $props();
let { showFilters = $bindable(true) }: Props = $props();
onMount(() => {
/**