|
531afabf61
|
Refactor the other services
|
2025-01-05 18:00:04 +01:00 |
|
|
a05a4eb9e2
|
Refactor weight service
|
2025-01-05 17:55:13 +01:00 |
|
|
1831ed12c5
|
Bump dependencies
|
2024-12-16 10:16:16 +01:00 |
|
|
bee45ebc59
|
Implement date formatting on frontend this time
|
2024-11-23 20:29:48 +01:00 |
|
|
2025f450e6
|
"Fix" datetime generation in db
|
2024-11-23 20:04:27 +01:00 |
|
|
fc688bf4bc
|
Code format
2.3.0
|
2024-11-08 10:36:24 +01:00 |
|
|
31c7b31e65
|
Make it not look like such dogshit
|
2024-11-08 10:34:32 +01:00 |
|
|
cb0d8860ed
|
Make better autocomplete selections
|
2024-11-08 09:05:55 +01:00 |
|
|
24546a4ef5
|
Migrate the rest of everything from rowid to id
|
2024-10-25 16:37:37 +02:00 |
|
|
b89e27d5b4
|
Add primary keys to tables
|
2024-10-25 15:16:10 +02:00 |
|
|
cbee5bd204
|
Ensure only last rows are queried for search
2.2.1
|
2024-09-11 09:04:39 +02:00 |
|
|
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 |
|