Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ENHANCEMENT] Sorting a column should keep a second-level sorting #2633

Open
3 tasks done
EDM115 opened this issue Aug 14, 2024 · 0 comments
Open
3 tasks done

[ENHANCEMENT] Sorting a column should keep a second-level sorting #2633

EDM115 opened this issue Aug 14, 2024 · 0 comments
Assignees
Labels
enhancement An improvement to WingetUI ready-to-go
Milestone

Comments

@EDM115
Copy link

EDM115 commented Aug 14, 2024

Please confirm these before moving forward.

  • I have searched for my feature proposal and have not found a work-in-progress/duplicate/resolved/discarded issue.
  • This improvement refers to an existing feature. If you want to suggest a new feature, please use this template.
  • This improvement is not a bug. If you want to report a bug, please use this template.

Describe the improvement

In the Software Updates tab, we can click on column names to sort by their elements, which is a great feature.
However, we should be able to keep a kind of second-level sorting.
For example, I click on "Source" so they're nicely sorted by source. But now they appear in a random order. Having them sorted by name inside their source categories could be a plus.

Name ... Source
aiohttp ... Pip
setuptools ... Pip
Discord ... winget
Figma ... winget
Handbrake ... winget
Notepad++ ... winget
VLC ... winget

in this example, they are sorted by Source as we clicked on it but also sub-sorted by name.
What 2nd level sorting to use ?
Package name or package ID could be a good idea if the user sorts by Source Or Version/New version. Or the last clicked column (which would be Package name by default), idk

Describe how this improvement could help users

This would make the list of apps more easier to read. also I feel this should affect only the Software Updates tab, as the others seems to keep an order on the Package name when we sort by Source

@EDM115 EDM115 added the enhancement An improvement to WingetUI label Aug 14, 2024
@marticliment marticliment added this to the Bugs milestone Aug 14, 2024
@marticliment marticliment modified the milestones: Bugs, Features Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement An improvement to WingetUI ready-to-go
Projects
None yet
Development

No branches or pull requests

2 participants