diff options
Diffstat (limited to 'readme.md')
| -rw-r--r-- | readme.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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; |
