From 110e17e972be82d562f4bb85497bce2ff92a054d Mon Sep 17 00:00:00 2001 From: mikael-lovqvists-claude-agent Date: Mon, 23 Mar 2026 23:03:53 +0000 Subject: [PATCH] future-plans: sort component list by display name 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 584134a..baa16eb 100644 --- a/future-plans.md +++ b/future-plans.md @@ -73,6 +73,11 @@ review: ### Improvements +#### Component list sorted by display name +The component left pane list is currently sorted by base name. It should sort by +display name (i.e. the formatter output) so the list order matches what the user +actually sees as the component label. + #### 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