Added support for sorting when looking to manually add a release

This commit is contained in:
2023-08-08 10:50:05 -06:00
parent 3ae5020051
commit 08eabb24db
8 changed files with 411 additions and 24 deletions
+5
View File
@@ -17,6 +17,7 @@ generate_keybindings! {
backspace,
search,
filter,
sort,
refresh,
home,
end,
@@ -64,6 +65,10 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
key: Key::Char('f'),
desc: "Filter",
},
sort: KeyBinding {
key: Key::Char('o'),
desc: "Sort",
},
refresh: KeyBinding {
key: Key::Char('r'),
desc: "Refresh",