aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-06-17 23:53:52 +0000
committerdam <dam@gudinoff>2022-06-17 23:53:52 +0000
commitbc7df6808b404f96dd8a0677a90b4dcfaf9eca47 (patch)
tree9666debba4bb7a9a476f308a883444c5a8aa1021 /readme.md
parent075aa00b2bdda61640c3e089a8d01c898506903a (diff)
downloadsurgery-log-bc7df6808b404f96dd8a0677a90b4dcfaf9eca47.tar.zst
surgery-log-bc7df6808b404f96dd8a0677a90b4dcfaf9eca47.zip
First iteration over the day/night themes.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 89a7ea6..80e79e7 100644
--- a/readme.md
+++ b/readme.md
@@ -69,9 +69,13 @@ Surgery Log
- [x] Cleanup code:
- [x] Search by tags @DAM and TODO;
- [x] Rename dialog and popup classes;
- - [x] Reorganize code files;
-- [ ] Create light theme;
-- [ ] Create theme entry in menu and save on settings file;
+ - [x] Reorganize code files;
+- [ ] Create day/night themes:
+ - [x] Store configuration on settings file;
+ - [x] fix ui on modal_popup;
+ - [ ] use logo's red as key-color on the ui; low saturation on normal buttons; increase a bit of saturation and alpha for hover; boost on selected/pressed;
+ - [ ] fix ui of file-picker
+- [ ] fix access on android 11; Try using [MANAGE_EXTERNAL_STORAGE](https://github.com/godotengine/godot/pull/49435) or wait for v4.0?
- [ ] 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)