Added 'Test All Indexers' table and functionality to the Indexers tab, and upgraded to Ratatui 0.24.0 and cleaned up code for newer Ratatui version

This commit is contained in:
2023-11-25 17:36:30 -07:00
parent d0ce98eb93
commit 76e21e7697
44 changed files with 1132 additions and 428 deletions
+5
View File
@@ -22,6 +22,7 @@ generate_keybindings! {
edit,
logs,
tasks,
test,
refresh,
update,
events,
@@ -97,6 +98,10 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
key: Key::Char('t'),
desc: "tasks",
},
test: KeyBinding {
key: Key::Char('t'),
desc: "test",
},
refresh: KeyBinding {
key: Key::Ctrl('r'),
desc: "refresh",