Added field_type to Radarr events to dynamically display fields at runtime. Also updated the keybinding for events in the systems tab to reuse the 'e' key.

This commit is contained in:
2023-08-08 10:50:07 -06:00
parent 72194fe668
commit 52f22312f3
10 changed files with 47 additions and 28 deletions
+5 -5
View File
@@ -23,7 +23,7 @@ generate_keybindings! {
tasks,
refresh,
update,
queue,
events,
home,
end,
delete,
@@ -78,6 +78,10 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
key: Key::Char('e'),
desc: "Edit",
},
events: KeyBinding {
key: Key::Char('e'),
desc: "Events",
},
logs: KeyBinding {
key: Key::Char('l'),
desc: "Logs",
@@ -94,10 +98,6 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
key: Key::Char('u'),
desc: "Update",
},
queue: KeyBinding {
key: Key::Char('z'),
desc: "Queue",
},
home: KeyBinding {
key: Key::Home,
desc: "Home",