aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
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.