diff options
| author | dam <dam@gudinoff> | 2022-01-10 17:58:15 +0000 |
|---|---|---|
| committer | dam <dam@gudinoff> | 2022-01-10 17:58:15 +0000 |
| commit | c9724e10f4a1e008d97aa53d7d2cf9a987c011c8 (patch) | |
| tree | 33c591ec7870df9fcc0ae520c8c61df23f609f72 | |
| parent | 81b602620412fbad0429e841051c30c537a1b461 (diff) | |
| download | surgery-log-c9724e10f4a1e008d97aa53d7d2cf9a987c011c8.tar.zst surgery-log-c9724e10f4a1e008d97aa53d7d2cf9a987c011c8.zip | |
Reorder todo list items.
| -rw-r--r-- | readme.md | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -18,11 +18,12 @@ Surgery Log - [x] allow to reset database; - [x] split touch logic from database (create TouchItemList); - [x] split touch logic from stage (create TouchVerticalContainer); -- [ ] on-press: - - highlight item on lists - - mark auto buttons as pressed - [ ] load/store filters CSV file; - [ ] import/export filters to CSV file; +- [ ] add auto-fill buttons on stage screen: + - should show a pop-up with multiple options filtered according to current filters; + - allow options to be scrolled by dragging; + - selecting option puts that text on the associated LineEdit; - [ ] Implement file access permission check on Android: ```py if OS.get_name() == "Android": @@ -37,10 +38,6 @@ Surgery Log else: has_permissions = true ``` -- [ ] add auto-fill buttons on stage screen: - - should show a pop-up with multiple options filtered according to current filters; - - allow options to be scrolled by dragging; - - selecting option puts that text on the associated LineEdit; - [ ] on stage screen: if a LineEdit is has text, it's "Clear Button Enabled" is set and the auto-entry-button should become smaller to allow more text to be visible; - [ ] fix back button: - on stage screen should show pop-up asking it changes are to be discarded; @@ -60,3 +57,6 @@ Surgery Log - [ ] Create two themes: - [ ] theme_light - [ ] theme_dark +- [ ] on-press: + - highlight item on lists + - mark auto buttons as pressed |
