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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user