mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-16 08:19:41 +02:00
Pre-push runs svelte-check --fail-on-warnings. Two items were blocking: - +layout.svelte: drop four .pill-nav-toggle* rules that have no matching markup anywhere in the app (dead CSS from the pill-nav rework that removed the collapse toggle). - kontext KontextView.svelte: drop the explicit `: Phase[]` annotation on `let importPhases = \$derived.by(...)`. Svelte 5's runes return a wrapped type that TypeScript reads as a function when the annotation is present, which is what produced the "not callable" + "state invalid placement" chain. Inferred type is the same Phase[] shape. No runtime behaviour change. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| landing | ||
| mobile | ||
| web | ||