microsoft / vscode-codicons

The icon font for Visual Studio Code
https://microsoft.github.io/vscode-codicons/dist/codicon.html
Creative Commons Attribution 4.0 International
867 stars 178 forks source link

Icons to sort alphabetically vs sort by percent #210

Closed connor4312 closed 5 months ago

connor4312 commented 9 months ago

Is your icon request related to a problem? Please describe.

In the test coverage view, I want to let users toggle whether files are sorted alphabetically or whether they're sorted by the coverage percent.

Describe the solution you'd like

Perhaps something along these lines with an alternative version that has AZ instead of %

https://www.iconfinder.com/icons/5014732/arrow_by_price_data_filter_percent_sort_up_icon

Describe alternatives you've considered

There aren't really sorting icons in our existing codicons

hbons commented 5 months ago

Since lists in VS Code are usually sorted by alphabet by default, would it be a good idea to only add a "sort percent" button that becomes toggled on press?

connor4312 commented 5 months ago

Sure 👍

hbons commented 5 months ago

Adding percentage and sort-percentage. Keeping the metaphor simple, just a percent. For this case the context will be obvious.

image