managarten/apps/mana/apps
Till JS 003f75f7ef chore(web): unblock pre-push hook
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>
2026-04-15 14:21:35 +02:00
..
landing refactor: rename zitare -> quotes (Zitate) 2026-04-14 20:59:16 +02:00
mobile refactor: rename zitare -> quotes (Zitate) 2026-04-14 20:59:16 +02:00
web chore(web): unblock pre-push hook 2026-04-15 14:21:35 +02:00