aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-02-09 00:34:02 +0000
committerdam <dam@gudinoff>2022-02-09 00:34:02 +0000
commitbfa4fe480ecb9ba4f4ce69788362ba61ce2144c1 (patch)
tree556715462845aba72b9be5687c9f4f51ae7c7feb /readme.md
parentcc3f6e5ea29bfe006576a35b5fa24d029a07cf7c (diff)
downloadsurgery-log-bfa4fe480ecb9ba4f4ce69788362ba61ce2144c1.tar.zst
surgery-log-bfa4fe480ecb9ba4f4ce69788362ba61ce2144c1.zip
Fade out action buttons when no actions is possible.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 7aed207..549bbf4 100644
--- a/readme.md
+++ b/readme.md
@@ -26,7 +26,7 @@ Surgery Log
- selecting option puts that text on the associated LineEdit;
- [x] add pop-up asking if changes are to be discarded once the stage screen's discard button is pressed;
- [x] add pop-up confirming delete-entry action;
-- [ ] edit and delete action buttons should be faded-out when no entry is selected;
+- [x] edit and delete action buttons should be faded-out when no entry is selected;
- [ ] Implement file access permission check on Android:
```py
if OS.get_name() == "Android":
@@ -48,7 +48,9 @@ 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;
-- [ ] Create two themes:
+- [ ] Add title to current window (on top, left of the menu);
+- [ ] Improve menu appearance;
+- [ ] Setup two themes:
- [ ] theme_light
- [ ] theme_dark
- [ ] main/screen_controller is responsible for whos currently on focus, fade animations, input access (enable/disable), and back_key_notification handling.