74 Commits

Author SHA1 Message Date
ec5310a1f3 Embed spellfix.dll 2.2.0 2024-09-04 23:57:13 +02:00
ec1c196752 Fix issue with focusout preventing onclick from autocomplete 2.1.1 2024-08-15 22:09:13 +02:00
6064d9847c Improve the autocomplete UX a little 2.1.0 2024-08-15 18:17:08 +02:00
235a90b0a7 Replace os.exit with wails quit
Exit would prevent defers from running which meant db would be left
dangling
2024-08-15 02:47:32 +02:00
4abddac94f Make search a little more responseive, hopefully 2024-08-14 12:52:11 +02:00
f12c353905 Add spellfix.dll 2024-08-14 12:49:31 +02:00
2586f0749f Fix broken init script 2.0.1 2024-08-13 21:44:47 +02:00
1387eecc96 Update per100 on select 2024-08-13 19:30:30 +02:00
32563d7d33 Enable clicking on autocomplete 2.0.0 2024-08-13 18:51:50 +02:00
12b00e5147 Implement a basic autocomplete style search 2024-08-13 18:51:50 +02:00
0051ae71d9 Fix go services returning nulls
I did not know that var foo []bar does not initialize foo to empty []!
Fuck
2024-08-13 18:51:50 +02:00
0e64ff9eb2 Implement search on the frontend 2024-08-13 18:51:50 +02:00
8fd8d53cc3 Rework search to return a list
Like a proper search would!"
2024-08-13 18:51:50 +02:00
a6626761e7 Rework food service to use new search query 2024-08-13 17:21:12 +02:00
1983c6c932 Implement spellfix 2024-08-13 17:21:12 +02:00
6bfd5cc26a Rework lastper100 to return a food instead of float32 2024-08-13 15:31:50 +02:00
abb25c1357 Fix issue with /Weight redirecting to /Energy which does not exist 1.6.1 2024-08-10 20:56:22 +02:00
e0eb7f9748 Make ctrl+tab work a little better
Hopefully I'll stop getting ideas soon..
1.6.0
2024-08-10 20:14:16 +02:00
b291fec8a0 Add linear regression to temporal graphs 1.5.0 2024-08-10 20:08:27 +02:00
d290cae3f7 Auto focus input element after inserting food 1.4.0 2024-08-10 19:39:36 +02:00
376201373e Improve and fix issues with color generation 1.3.0 2024-08-10 19:36:26 +02:00
84002d1856 Implement ctrl-tab navigation between weight and energy 2024-08-10 19:36:17 +02:00
3118069297 Implement refresh on ctrl-r and close on ctrl-w 2024-08-10 19:22:19 +02:00
80fb660677 Add refresh button for aggregate stores 1.2.0 2024-08-10 14:03:20 +02:00
de461cb031 Fix issue with crashing when having no entries today 2024-08-10 13:51:04 +02:00
6d684b34ef Implement DB auto init 1.1.0 2024-08-10 01:03:11 +02:00
35ca7620f4 Fix DB not closing on exit 1.0.1 2024-08-10 00:43:53 +02:00
e86aadac02 1.0.0 1.0.0 2024-08-10 00:36:46 +02:00
92d83468f7 Add a "calorie remaining today" display 2024-08-10 00:32:53 +02:00
70ba21d828 Implement weight graphs 2024-08-09 23:48:50 +02:00
2f161bed79 Implement weight components 2024-08-09 23:42:19 +02:00
e8da257bf1 Fix fuckup with weight service 2024-08-09 23:40:19 +02:00
d8af4f342a Implement weight stores 2024-08-09 23:31:59 +02:00
931f95ee09 Refactor food components 2024-08-09 23:31:59 +02:00
1edc3e83ef Add the whole api stack for weight 2024-08-09 23:31:59 +02:00
57d88c093e Fix writing settings 2024-08-09 23:05:25 +02:00
a83dc54713 Implement graphs for average energy values 2024-08-09 22:36:34 +02:00
fce5b8416e Add routes for daily weekly and the rest 2024-08-09 22:32:58 +02:00
8119775084 Fully implement settings 2024-08-09 22:23:10 +02:00
7b6108d0dd Add header links 2024-08-09 21:27:41 +02:00
5458fcdede Fix date coloring 2024-08-09 21:21:50 +02:00
d9ae2e1ab3 Implement creating food 2024-08-09 21:20:43 +02:00
db34fe039e Order food by date 2024-08-09 19:55:31 +02:00
715bc984be Add other old components 2024-08-09 19:52:16 +02:00
27f8d2bd29 Add Toast errors 2024-08-09 19:52:06 +02:00
97a3868a4f Add utils from previous project 2024-08-09 19:47:13 +02:00
8e5905be24 Add tailwind 2024-08-09 19:47:06 +02:00
0eab74d979 Update model 2024-08-09 18:52:17 +02:00
4c2d104f49 Implement food and settings stores 2024-08-09 18:52:13 +02:00
5ec2ee18b8 Implement settings api 2024-08-09 18:49:47 +02:00