aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-02-22 00:00:26 +0000
committerdam <dam@gudinoff>2022-02-22 00:00:26 +0000
commit138bbde69f95ad62b8c6fb95d7b69f47fdc686de (patch)
treed953c6939cce5db2c590c84ff8fc98e57d30c933 /readme.md
parent283c0f2d84420bd02550dd4404b306d427fd58af (diff)
downloadsurgery-log-138bbde69f95ad62b8c6fb95d7b69f47fdc686de.tar.zst
surgery-log-138bbde69f95ad62b8c6fb95d7b69f47fdc686de.zip
Fix scroll on stage screen.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 2437056..d16e0b9 100644
--- a/readme.md
+++ b/readme.md
@@ -43,6 +43,8 @@ Surgery Log
has_permissions = true
```
- [x] Fix the show option sets buttons; they are drawn over the input fields and hide inserted text;
+- [x] The stage control must be set to ignore the mouse, otherwise the touch-sensor conflicts with the built-in scroll;
+- [ ] On database, selecting an entry and removing it will leave the action buttons visible while no entry is selected;
- [ ] Allow to parse option sets from database file;
- [ ] Database menu and action buttons are not nice; Improve appearance;
- [ ] check if import_option_sets, store_option_sets, store_database require the parameter save_changes; this requires changes on databse, stage and menu scripts;