aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2022-03-31 16:05:54 +0000
committerdam <dam@gudinoff>2022-03-31 16:05:54 +0000
commit9b619b8c5f117e53b121c2d868b024c7c7d08f4c (patch)
tree0dde86709240834ba3acb078b605af1b76a8cb18 /readme.md
parent6089eeb29382598d69c6b77be88d8ca4b1a3adf5 (diff)
downloadsurgery-log-9b619b8c5f117e53b121c2d868b024c7c7d08f4c.tar.zst
surgery-log-9b619b8c5f117e53b121c2d868b024c7c7d08f4c.zip
Fixed signals on popup and modal_dialog to make those usable.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md7
1 files changed, 5 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index c32faf9..5d48eff 100644
--- a/readme.md
+++ b/readme.md
@@ -55,8 +55,11 @@ Surgery Log
- [x] title;
- [x] dismiss button;
- [x] Hide dialogs title bar (appear in the top with 1 or 2 pixels height);
-- [ ] Use popup to display confirmation messages;
-- [ ] What to do when the optionset has no options available?
+- [x] Fix automation to automatically disconnect acceptance signal handlers when reject is chosen on file_picker/confirm_action;
+- [x] Use popup to display confirmation messages;
+- [ ] Improve option sets:
+ - [ ] selecting outside optionset entry should select none
+ - [ ] if no options are available, show nothing instead of "--"
- [ ] Fix back button:
- on stage screen should show pop-up asking it changes are to be discarded;
- on file-pickers screen should close them;