Added network support for updating all indexer settings, editing specific indexer settings, deleting an indexer; Also added keybindings for all of the above that change the current route. Added full support for deleting an indexer; still need to add an indexer_handler to handle the add, edit, and settings functionalities

This commit is contained in:
2023-08-08 10:50:07 -06:00
parent 52f22312f3
commit 2b9ddd0d1e
11 changed files with 419 additions and 58 deletions
+5
View File
@@ -16,6 +16,7 @@ generate_keybindings! {
right,
backspace,
search,
settings,
filter,
sort,
edit,
@@ -66,6 +67,10 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
key: Key::Char('s'),
desc: "Search",
},
settings: KeyBinding {
key: Key::Char('s'),
desc: "Settings",
},
filter: KeyBinding {
key: Key::Char('f'),
desc: "Filter",