Added horizontal scrolling for long movie titles, a refresh key, and fixed the network issues so that network requests are sent once every 20 seconds by default to not stress out the server.

This commit is contained in:
2023-08-08 10:50:06 -06:00
parent 7f3dd18478
commit 514fd2244a
12 changed files with 337 additions and 205 deletions
+5
View File
@@ -20,6 +20,7 @@ generate_keybindings! {
sort,
edit,
refresh,
update,
home,
end,
delete,
@@ -78,6 +79,10 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
key: Key::Char('r'),
desc: "Refresh",
},
update: KeyBinding {
key: Key::Char('u'),
desc: "Update All",
},
home: KeyBinding {
key: Key::Home,
desc: "Home",