issues
search
Dilden
/
helth
PWA for tracking nutrients and water
https://helth.app/
GNU General Public License v3.0
7
stars
1
forks
source link
Typescript
#154
Closed
Dilden
closed
11 months ago
Dilden
commented
11 months ago
Stop! Before you merge this PR, have you done the following?
[x] Added tests where appropriate?
[x] Tested this on an iOS device?
[x] Bumped the version in package.json?
[x] Updated the about page at src/routes/about/+page.svelte with your version number and information about your changes?
Dilden
commented
11 months ago
Adds typescript support
Even converts some crucial files to TS!
Refactor of formValues + nutrientSumsFromList as TS
Resolves #153
Resolves #84 but more can still be done. Suggesting incremental changes as development continues
DB upgrade to v4; changes all existing item nutrient object of objects to nutrient array of objects, converts nutrient.quantity to number
Stop! Before you merge this PR, have you done the following?