future-plans: sort component list by display name

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-23 23:03:53 +00:00
parent 84dc06f365
commit 110e17e972

View File

@@ -73,6 +73,11 @@ review:
### Improvements ### 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 #### Field display in component detail should use a table
Currently rendered as CSS grid rows but columns don't align because each row is Currently rendered as CSS grid rows but columns don't align because each row is
independent. Use an actual `<table>` so name and value columns line up across all independent. Use an actual `<table>` so name and value columns line up across all