style: fix no-unused-vars -- prefix unused catch bindings, remove dead code, suppress template-use false positives

This commit is contained in:
2026-06-25 15:10:07 +01:00
parent f3436ac37a
commit a099f84d1b
18 changed files with 121 additions and 206 deletions
@@ -37,7 +37,6 @@ import { SvelteMap } from 'svelte/reactivity';
is_active: true,
minimum_age_required: 0
});
const editingService = $state<Service | null>(null);
let servicesLoading = $state(true);
const servicesUpdating = $state<Record<string, boolean>>({});
let showServiceModal = $state(false);