Commit Graph

581 Commits

Author SHA1 Message Date
tina 484cbcaa21 adds two path to gitignore 2018-09-21 15:30:00 +02:00
Julia Friesel 50930c7c3b Merge branch '201-reduce-symptom-row-space' into 'master'
Resolve "reduce symptom row space"

Closes #201

See merge request bloodyhealth/drip!79
2018-09-21 12:44:41 +00:00
tina a954d5a44b Merge branch '202-fix-unselected-value' into 'master'
Resolve "fix-unselected-value"

Closes #202

See merge request bloodyhealth/drip!80
2018-09-21 12:39:31 +00:00
Julia Friesel 37fa908407 Don't set unselected values to -1 2018-09-21 06:47:11 +02:00
Julia Friesel bb003c973b Determine heights of chart areas in chart and pass them to children 2018-09-19 16:16:22 +02:00
Julia Friesel 51bbaa9f96 Merge branch '197-re-make-chart-with-svg-again' into 'master'
Resolve "re-make chart with svg (again)"

Closes #197 and #168

See merge request bloodyhealth/drip!77
2018-09-19 13:00:04 +00:00
Julia Friesel 024b553ee6 Git ignore nodejs-mobile sample files 2018-09-18 09:16:06 +02:00
Julia Friesel 03022ffa88 Pass in symptoms as flat properties, not object 2018-09-18 09:09:05 +02:00
Julia Friesel 44c51225e6 Fix LTL bug, use column height, not chart height 2018-09-18 09:09:05 +02:00
Julia Friesel 738a00c15b Draw NFP lines with svg 2018-09-18 09:09:05 +02:00
Julia Friesel bc7969791c Make whole day column clickable 2018-09-18 09:09:05 +02:00
Julia Friesel 7d6e45b1e2 Draw dot and line with svg 2018-09-18 09:09:05 +02:00
Julia Friesel 961009d74f Install rn-svg again and draw columns 2018-09-18 09:09:05 +02:00
Julia Friesel 0dc9d34544 Merge branch '14-encrypt-db' into 'master'
Resolve "encrypt DB"

Closes #14

See merge request bloodyhealth/drip!76
2018-09-18 07:00:43 +00:00
Julia Friesel dc5d3c3928 Change backup warning for delete 2018-09-18 08:08:48 +02:00
Julia Friesel 9cc9cb6d3e Move irrelevant stuff out of try block 2018-09-17 16:37:54 +02:00
Julia Friesel 60dc2391a1 Update README.md 2018-09-17 14:18:08 +00:00
Julia Friesel d8c8f5034e Simplify calendar recalculate method 2018-09-17 16:01:21 +02:00
Julia Friesel d87a856754 Attach and remove listeners from same db collection 2018-09-17 15:37:56 +02:00
Julia Friesel a15f1177be Disbale delete pw when current one not given 2018-09-17 15:26:38 +02:00
Julia Friesel 8ed26f3e59 Pull password settings apart into individual components 2018-09-16 11:47:33 +02:00
Julia Friesel 80f08c0642 Don't rely on local storage knowing about encryption state 2018-09-16 11:47:33 +02:00
Julia Friesel 49b1110dd3 Bring back check password flow
This reverts commit a029ba8766315f9197f67f5141606077520dc584.
2018-09-16 11:47:33 +02:00
Julia Friesel 9f11170f8b Bring back persist argument to openDb
This reverts commit fc1028dba411711c46e3976693552632af4b9dc6.
2018-09-16 11:47:33 +02:00
Julia Friesel 8e8f6fcf6c Autofocus new password field 2018-09-16 11:47:33 +02:00
Julia Friesel 1c5c6a804b Remove unneeded argument to openDb 2018-09-16 11:47:33 +02:00
Julia Friesel 6e3a3a3059 Remove duplicate view 2018-09-16 11:47:33 +02:00
Julia Friesel 905fb56dec Add long password reminder 2018-09-16 11:47:33 +02:00
Julia Friesel 1ffd5c8ba3 Disallow empty passwords 2018-09-16 11:47:33 +02:00
Julia Friesel 9efd366812 Improve backup warning text 2018-09-16 11:47:33 +02:00
Julia Friesel 19288510c5 Remove current password check and add change password flow 2018-09-16 11:47:33 +02:00
Julia Friesel f6e8950816 Move create password flow to settings page 2018-09-16 11:47:33 +02:00
Julia Friesel c476a7a278 Clean up 2018-09-16 11:47:33 +02:00
Julia Friesel d41574235f Add forgot password flow 2018-09-16 11:47:33 +02:00
Julia Friesel a74eb40805 Stylin' 2018-09-16 11:47:33 +02:00
Julia Friesel 01a1fa4385 Mask password input 2018-09-16 11:47:33 +02:00
Julia Friesel 3dbc26f50a Unify encrypt function 2018-09-16 11:47:33 +02:00
Julia Friesel 6c49d8a36c Add wrapper for password screen and logged-in app 2018-09-16 11:47:33 +02:00
Julia Friesel 467dc8d424 Add bacup warning 2018-09-16 11:47:33 +02:00
Julia Friesel 8da8523558 Implement wrong-password-try-again? flow 2018-09-16 11:47:33 +02:00
Julia Friesel b153f8d0ff Add password setting and check password before deleting it 2018-09-16 11:47:05 +02:00
Julia Friesel 88fc3cad09 Pull apart settings module 2018-09-16 11:47:05 +02:00
Julia Friesel 3c1653bc8c Add db deletion button for when things go wrong 2018-09-16 11:47:05 +02:00
Julia Friesel b82b2d625a Use SHA512 for encryption too 2018-09-16 11:47:05 +02:00
Julia Friesel f2f0278a1c Actually use SHA512, not 256 2018-09-16 11:47:05 +02:00
Julia Friesel 34648a3d89 Take user password and try to open db 2018-09-16 11:47:05 +02:00
Julia Friesel 3d61459f30 Introduce password prompt page and save encryption flag 2018-09-16 11:47:05 +02:00
Julia Friesel 3e3cef8769 Only use db functions when components are actually mounted 2018-09-16 11:47:05 +02:00
Julia Friesel 04e43b823d Extract schema and open db when called 2018-09-16 11:46:17 +02:00
Julia Friesel 2716decfde Add comment about node process stdout 2018-09-16 11:46:17 +02:00