feat: add persistent sorting #109
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
edfloreshz/tasks!109
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/sort-checkmark"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR correctly reflects the active sort option using a checkmark. Additionally, the selected sort option is retained after restarting the application and resets to the default.
SortByenum.sort_byto AppConfig.SortTypewithcrate::config::SortBy.CheckBoxand persist selection.Closes #89