diff --git a/src/app/registratie/ui/aanvraag-block/aanvraag-block.component.ts b/src/app/registratie/ui/aanvraag-block/aanvraag-block.component.ts index 5b81c66..0f0f222 100644 --- a/src/app/registratie/ui/aanvraag-block/aanvraag-block.component.ts +++ b/src/app/registratie/ui/aanvraag-block/aanvraag-block.component.ts @@ -13,13 +13,18 @@ const TYPE_LABELS: Record = { /** Organism: one application on the dashboard's "Mijn aanvragen" list, rendered as a CIBG Huisstijl "keuzelijst" choice (choice-link). Which text/actions it shows is driven by the pure `blockActions(status)` and the status tag; the block only - renders. Only a resumable Concept is clickable — a resolved status has nothing - to navigate to, so it renders as a plain (non-anchor) row. */ + renders. Only a resumable Concept is clickable (stretched-link over the whole + card) — a resolved status has nothing to navigate to, so it renders as a plain + (non-interactive) card. */ @Component({ selector: 'app-aanvraag-block', imports: [ButtonComponent, ChoiceLinkComponent], - // display:contents — see choice-link.component.ts (keeps
  • a direct