feat: add persistent sorting #109

Merged
edfloreshz merged 1 commit from fix/sort-checkmark into main 2026-05-04 20:40:27 +00:00
edfloreshz commented 2026-05-04 20:37:52 +00:00 (Migrated from github.com)

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.

  • Added SortBy enum.
  • Added sort_by to AppConfig.
  • Replace SortType with crate::config::SortBy.
  • Change menu items to CheckBox and persist selection.
  • Fixed a bug with config persistence, version was not specified.

Closes #89

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. - Added `SortBy` enum. - Added `sort_by` to AppConfig. - Replace `SortType` with `crate::config::SortBy`. - Change menu items to `CheckBox` and persist selection. - Fixed a bug with config persistence, version was not specified. Closes #89
Sign in to join this conversation.
No description provided.