aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authordam <dam@gudinoff>2021-12-05 02:54:05 +0000
committerdam <dam@gudinoff>2021-12-05 02:54:05 +0000
commit1a575d34a178fdcc0d6e72a22e8de1e6da7c88c4 (patch)
tree22173f764b75c696790d872e1d6821cd574ba586 /readme.md
parent54515ea48a167a931c0f1aeb9d0170af7e147547 (diff)
downloadsurgery-log-1a575d34a178fdcc0d6e72a22e8de1e6da7c88c4.tar.zst
surgery-log-1a575d34a178fdcc0d6e72a22e8de1e6da7c88c4.zip
Implement date picker.
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index b51e8ea..deaf374 100644
--- a/readme.md
+++ b/readme.md
@@ -2,6 +2,10 @@ Surgery Log
===========
# ToDo
-- [ ] Datepicker:
- - [ ] On click (without drag) reset velocity to 0; show and focus 'input' to allow introducing value.
- - [ ] Input form fields is a column of input items; each input item has (from left to right) a 'LineEdit' and a 'Button'; pressing the button shows a list with possible entries for that field, and selecting an entry will copy that entry text to the 'LineEdit'; if the 'LineEdit' has text, it's 'Clear Button Enabled' is set and the 'Button' should become smaller (to allow more text to be visible.
+- [x] Datepicker: On click (without drag) reset velocity to 0; show and focus 'input' to allow introducing value.
+- [ ] Input form fields is a column of input items; each input item has (from left to right) a 'LineEdit' and a 'Button'; pressing the button shows a list with possible entries for that field, and selecting an entry will copy that entry text to the 'LineEdit'; if the 'LineEdit' has text, it's 'Clear Button Enabled' is set and the 'Button' should become smaller (to allow more text to be visible.
+- [ ] Share DB:
+ - share db via html email with db inserted in encoded downliadable field;
+ - Use this to send email: https://docs.godotengine.org/en/stable/classes/class_os.html#class-os-method-shell-open
+
+