Commit Graph

65 Commits

Author SHA1 Message Date
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
f105595195 Enable update and create food 2024-08-09 18:37:51 +02:00
265c51edae Actually export fields of food
IDIOT
2024-08-09 18:34:25 +02:00
b7760c0942 Pass error to svelte using a struct
...a very cursed struct
2024-08-09 18:15:08 +02:00
2fe3bdbb8a Fix $wails in FE 2024-08-09 18:03:02 +02:00
01e6515de5 Export types to json 2024-08-09 18:02:58 +02:00
b177416204 Implement calling GetFood from FE 2024-08-09 17:46:50 +02:00
683c443b7f Fix up and export food service 2024-08-09 17:46:05 +02:00
9fdb7bc098 Make window bigger 2024-08-09 17:18:10 +02:00
ddbc935e20 Add router and tailwind 2024-08-09 17:03:54 +02:00