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

Sort Order #1135

Merged
merged 7 commits into from
Sep 15, 2024
Merged

Sort Order #1135

merged 7 commits into from
Sep 15, 2024

Conversation

diegogangl
Copy link
Contributor

@diegogangl diegogangl commented Sep 3, 2024

This PR adds a couple of buttons to reverse the sorting order (ascending or descending), also converts the sorting options to stateful actions which gives us radio buttons

closes #1021

@diegogangl
Copy link
Contributor Author

Used stateful actions for the sorting menu, it's looking a lot better now

Screenshot_20240914_190814

Copy link
Contributor

@SqAtx SqAtx left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well you updated the review while I was looking at it ^^'

It looks a lot better now! The UI is clear and usable.

I do think we can iterate again on the UI later. I don't have concrete suggestions right now, but it seems to me that there is potential to make it a bit more compact / require fewer clicks. But yeah, very happy with how it turned out :)

GTG/core/sorters.py Show resolved Hide resolved
Thanks to @SqAtx for the suggestion
@diegogangl diegogangl merged commit 8a8d749 into getting-things-gnome:master Sep 15, 2024
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sorting does not set an arrow/triangle (such as ▼/▲) to indicate the sorting order in the popover menu
2 participants