aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 476831d..d61fe2d 100644
--- a/readme.md
+++ b/readme.md
@@ -3,6 +3,8 @@ Surgery Log
# Notes
- Location of `user://`: `~/.local/share/godot/app_userdata/`.
+- null: 16528
+- {}:
# ToDo
- [x] Datepicker: On click (without drag) reset velocity to 0; show and focus 'input' to allow introducing value.
@@ -45,6 +47,11 @@ Surgery Log
- on about screen should close it;
- on auto-fill pop-up, should close it;
- on database screen, should deselect selected item, otherwise should quit the app;
+- [ ] main/screen_controller is responsible for whos currently on focus, fade animations, input access (enable/disable), and back_key_notification handling.
+ For input use:
+ node.set_process_input(!pause)
+ node.set_process_unhandled_input(!pause)
+ node.set_process_unhandled_key_input(!pause)
- [ ] add pop-up asking if changes are to be discarded once the stage screen's discard button is pressed;
- [ ] add pop-up confirming delete-entry action; (pressing back should cancel the action);
- [ ] edit and delete action buttons should be faded-out when no entry is selected;