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:
2023-08-08 10:50:05 -06:00
parent d5117fda39
commit 652dc0f2c4
17 changed files with 1787 additions and 223 deletions
+5
View File
@@ -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",