fix: eliminate all 167 svelte-check warnings
All checks were successful
CI / update (push) Successful in 3m20s

Refactor page components to use $derived + invalidateAll() where data
is read-only or re-fetched after mutations. Suppress state_referenced_locally
for intentional patterns (form state, optimistic updates, pagination).
Fix a11y issues with role="presentation", add standard line-clamp properties,
remove unused CSS selectors and empty rulesets.
This commit is contained in:
2026-04-08 14:05:56 +02:00
parent 6a41d5fd3e
commit 20368131c5
38 changed files with 152 additions and 112 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.11.1",
"version": "1.11.2",
"private": true,
"type": "module",
"scripts": {