From 9e96569d70660cb18b2d4669e6a71efcb4f863d6 Mon Sep 17 00:00:00 2001 From: dam Date: Sun, 6 Feb 2022 03:19:37 +0000 Subject: WIP: Implement option sets logic. --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'readme.md') 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; -- cgit v1.2.3