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.