From e7653eda834f94372ce56f35988d6904b2a667c2 Mon Sep 17 00:00:00 2001 From: mikael-lovqvists-claude-agent Date: Sun, 22 Mar 2026 14:56:41 +0000 Subject: [PATCH] future-plans: field detail display should use a table Co-Authored-By: Claude Sonnet 4.6 --- future-plans.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/future-plans.md b/future-plans.md index 8385f43..fe67e31 100644 --- a/future-plans.md +++ b/future-plans.md @@ -53,6 +53,11 @@ function and own their local state. ### Improvements +#### Field display in component detail should use a table +Currently rendered as CSS grid rows but columns don't align because each row is +independent. Use an actual `` so name and value columns line up across all +fields. This is tabular data and a table is the right element. + #### Field value parser chain Similar to how name formatters use a template chain, field values could be passed through a parser chain that returns structured data based on field name/type hints.