Completed edit movies implementation, cleaned up the Movies table, and fixed a bug when adding a movie from the CollectionDetails screen.
This commit is contained in:
@@ -18,6 +18,7 @@ generate_keybindings! {
|
||||
search,
|
||||
filter,
|
||||
sort,
|
||||
edit,
|
||||
refresh,
|
||||
home,
|
||||
end,
|
||||
@@ -69,6 +70,10 @@ pub const DEFAULT_KEYBINDINGS: KeyBindings = KeyBindings {
|
||||
key: Key::Char('o'),
|
||||
desc: "Sort",
|
||||
},
|
||||
edit: KeyBinding {
|
||||
key: Key::Char('e'),
|
||||
desc: "Edit",
|
||||
},
|
||||
refresh: KeyBinding {
|
||||
key: Key::Char('r'),
|
||||
desc: "Refresh",
|
||||
|
||||
Reference in New Issue
Block a user