Refactored the ErrorMessage widget into a generic Message widget for enhanced reuse. Added support for testing a single indexer at a time.

This commit is contained in:
2024-02-15 11:11:10 -07:00
parent b49bfaa9c1
commit a360c83431
23 changed files with 418 additions and 78 deletions
+5
View File
@@ -23,6 +23,7 @@ generate_keybindings! {
logs,
tasks,
test,
test_all,
refresh,
update,
events,
@@ -102,6 +103,10 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
key: Key::Char('t'),
desc: "test",
},
test_all: KeyBinding {
key: Key::Char('T'),
desc: "test all",
},
refresh: KeyBinding {
key: Key::Ctrl('r'),
desc: "refresh",