Implemented full system browsing support with logs, events, and tasks.

This commit is contained in:
2023-08-08 10:50:06 -06:00
parent 460efb2497
commit b2e475200c
25 changed files with 1209 additions and 233 deletions
+10
View File
@@ -19,6 +19,8 @@ generate_keybindings! {
filter,
sort,
edit,
logs,
tasks,
refresh,
update,
home,
@@ -75,6 +77,14 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
key: Key::Char('e'),
desc: "Edit",
},
logs: KeyBinding {
key: Key::Char('l'),
desc: "Logs",
},
tasks: KeyBinding {
key: Key::Char('t'),
desc: "Tasks",
},
refresh: KeyBinding {
key: Key::Char('r'),
desc: "Refresh",