From 0a130962d3f3917cab3a421dc5e14046946cfecb Mon Sep 17 00:00:00 2001 From: Albrecht Degering Date: Fri, 10 Jul 2026 17:43:28 +0200 Subject: [PATCH] Mark DataGrid layout work deferred --- docs/GOVERNANCE_MODEL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/GOVERNANCE_MODEL.md b/docs/GOVERNANCE_MODEL.md index 2fc93dd..775cc00 100644 --- a/docs/GOVERNANCE_MODEL.md +++ b/docs/GOVERNANCE_MODEL.md @@ -213,6 +213,10 @@ Admin lists use bounded container grids: ## Deferred Work +- DataGrid sizing and resize behavior remains explicitly deferred. The current + bounded-grid contract above is binding, but further layout changes should be + handled as a dedicated, isolated UI debt item because the component is shared + and brittle. - real SMTP/IMAP test-bed verification and operator runbook; - recipient import with column mapping; - session/device revocation UI;