managarten/packages/website-blocks/src
Till JS f94c047daa chore: silence pre-existing svelte-check a11y warnings
Pre-push hook runs svelte-check with --fail-on-warnings; nine
long-standing warnings in unrelated files (forms / website-blocks)
were blocking otherwise-clean pushes.

Each <label> here is a visual label whose control follows on the next
line — accessible to a screen reader through proximity but not through
a `for=`/`id` association. The state_referenced_locally cases capture
a prop on first render by design (re-running the hook on prop change
would be a different feature). The <nav role=tablist> is the existing
tab-strip semantic.

All seven sites get scoped svelte-ignore comments rather than functional
rewrites — the goal is to unblock CI, not redesign these components.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-07 01:34:36 +02:00
..
analytics feat(wardrobe): module foundation — garments + outfits space-scoped data layer (M1) 2026-04-23 18:27:37 +02:00
columns feat(website): M3 — 5 more blocks, containers, upload, themes 2026-04-23 14:27:49 +02:00
cta feat(website): M3 — 5 more blocks, containers, upload, themes 2026-04-23 14:27:49 +02:00
faq feat(website): M3 — 5 more blocks, containers, upload, themes 2026-04-23 14:27:49 +02:00
form feat(website): M4 — forms + moduleEmbed 2026-04-23 14:36:52 +02:00
formEmbed chore: silence pre-existing svelte-check a11y warnings 2026-05-07 01:34:36 +02:00
gallery feat(website): M3 — 5 more blocks, containers, upload, themes 2026-04-23 14:27:49 +02:00
hero feat(webapp): wire isParallelSafe in Companion chat + Mission runner 2026-04-23 14:11:24 +02:00
image feat(website): M3 — 5 more blocks, containers, upload, themes 2026-04-23 14:27:49 +02:00
moduleEmbed feat(visibility): pull augur onto the embed + privacy-overview rails 2026-04-25 15:18:14 +02:00
richText feat(webapp): wire isParallelSafe in Companion chat + Mission runner 2026-04-23 14:11:24 +02:00
spacer feat(webapp): wire isParallelSafe in Companion chat + Mission runner 2026-04-23 14:11:24 +02:00
themes test(website): broad automated coverage across the builder surface 2026-04-23 21:07:40 +02:00
index.ts feat(forms): M8 website-block — formEmbed bindet Mana-Formulare ein 2026-04-29 02:38:28 +02:00
registry.ts feat(forms): M8 website-block — formEmbed bindet Mana-Formulare ein 2026-04-29 02:38:28 +02:00
schemas.test.ts feat(forms): M8 website-block — formEmbed bindet Mana-Formulare ein 2026-04-29 02:38:28 +02:00
schemas.ts feat(forms): M8 website-block — formEmbed bindet Mana-Formulare ein 2026-04-29 02:38:28 +02:00
types.ts feat(website): M3 — 5 more blocks, containers, upload, themes 2026-04-23 14:27:49 +02:00