Improved drop down list usability.
#89
Merged
tslocum
merged 1 commits from gdamore/cview:dropdown
into master
8 months ago
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'gdamore/cview:dropdown'
Deleting a branch is permanent. It CANNOT be undone. Continue?
This adds an optional indicator to the drop down lists (the right facing triangle), which greatly helps with the lists when either using inadquate colors (such as monochrome), or even when the colors are sufficient, you want to be able to distinguish which item is selected when there are only two items listed. (The colors are not necessarily sufficient to provide that guidance.)
This also allows any list to use indicates before and after the selected item, as well as any spacing for unselected items. The List has a slightly different API, whereas the DropDown uses a simpler DropDownSelectedSymbol to set a single rune.
c7cb05912a
into master 8 months agoThanks!
c7cb05912a
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Forgejo.