Open
Conversation
- Adds new "Multi-sort" popup that lets you customize the sort. - Also adds a new sorting function that lets you sort based on any arbitrary combination of columns. - Tested on example given in the original issue (sort by chat type then number of messages) and on single column sorts. - Only supports English for now.
- Listboxes now use full column titles rather than abbreviations - Listboxes fill the width of the window to accomodate larger titles
- Only restores sort order if one is stored in MainPage - Still gets overwritten if the user does a one-column sort
Owner
Author
|
New updates:
Screenshot: |
The popup now tries to read selections from both listboxes when the "reverse" and "remove" buttons are clicked
- Added translations for all the included languages. These translations were generated using an LLM (Google Gemini).
Owner
Author
|
It may be helpful to merge this in so that people can work on top these changes more easily |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Description
Implements a new multi-sort UI and algorithm to allow sorting on an arbitrary combination of columns (and their biases and orderings) to address the need for sorting improvements.
Video demo
Fixes Kubis10#29
Type of change
How Has This Been Tested?
This PR successfully implements the sort described in the original issue (Kubis10#29):
Test A
Result: the data is successfully sorted by chat type first, and message count second, both in descending order.
Test B
Result: the data is successfully sorted by name
Test C
Result: the data is successfully sorted by name, as in the current version of the app.
Test Configuration:
Checklist: