diff options
| author | dam <dam@gudinoff> | 2022-02-06 03:19:37 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-02-06 03:19:37 +0000 |
| commit | 9e96569d70660cb18b2d4669e6a71efcb4f863d6 (patch) | |
| tree | 7f9cad914b9c35c9db849f05a5529327c4a56198 /readme.md | |
| parent | 5fefdacf1e69f68b3768f419e3bed826eac79865 (diff) | |
| download | surgery-log-9e96569d70660cb18b2d4669e6a71efcb4f863d6.tar.zst surgery-log-9e96569d70660cb18b2d4669e6a71efcb4f863d6.zip | |
WIP: Implement option sets logic.
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; |
