|
85c89b1754
|
Include wasm-bindgen in devShell
|
2023-03-22 18:45:43 -04:00 |
|
|
992f4248b2
|
Add wasm-bindgen directly to the toolchain
|
2023-03-22 18:43:20 -04:00 |
|
|
4ef59c1ef0
|
Add TODO for wasm-bindgen
|
2023-03-22 17:53:54 -04:00 |
|
|
5df86e33ac
|
Bring in wasm-pack directly to preserve keep control over it even more
|
2023-03-22 16:20:28 -04:00 |
|
|
fafcf6f981
|
Fix error in the devshell derivation
|
2023-03-22 15:33:15 -04:00 |
|
|
0beb468197
|
Bump to v0.2.24
v0.2.24
|
2023-03-21 17:24:11 -04:00 |
|
|
ba825258bb
|
Utilize the plan_table for listing, deleting, and saving meal plans
|
2023-03-21 17:01:05 -04:00 |
|
|
08e7f41be1
|
Schema migrations for stand alone recipe plans
|
2023-03-21 15:48:36 -04:00 |
|
|
1d924fb702
|
Abstract out the apple sdk bits into a shared library
|
2023-03-20 19:43:11 -04:00 |
|
|
8e075d681c
|
Bump version to v0.2.23
v0.2.23
|
2023-03-18 18:33:39 -04:00 |
|
|
9a560e53ab
|
Bump various crate versions
|
2023-03-18 18:17:28 -04:00 |
|
|
3a562a840d
|
Add metrics-process process metrics
|
2023-03-18 11:15:06 -04:00 |
|
|
53a0515f28
|
Make session cookie permanent
|
2023-02-27 20:18:50 -05:00 |
|
|
6421b12e27
|
Update to the new base64 api
|
2023-02-27 20:09:12 -05:00 |
|
|
413f8de388
|
Update favicon
|
2023-02-27 20:02:36 -05:00 |
|
|
a3c08e94fb
|
use bind:valueAsNumber
|
2023-02-11 11:46:04 -05:00 |
|
|
8c85ba8cde
|
Update base64 crate version
|
2023-02-06 16:02:08 -05:00 |
|
|
5bb05c00ad
|
Bump version to 0.2.21
v0.2.22
|
2023-02-04 18:51:50 -05:00 |
|
|
2f6375e381
|
Sort out recipe saving
|
2023-02-04 12:29:49 -05:00 |
|
|
b95b297deb
|
Sort the meals in the meal plan by category
|
2023-02-04 12:06:16 -05:00 |
|
|
ab0937c3b2
|
Improve the metrics layer so we use an installed recorder
|
2023-01-29 22:10:05 -05:00 |
|
|
e02fcc82e1
|
recipe categorization
|
2023-01-29 19:55:43 -05:00 |
|
|
3f1e79b001
|
Fix reciper view rendering
|
2023-01-24 17:43:44 -05:00 |
|
|
3dc8461547
|
Merge pull request #26 from mrjoe7/fix-missing-dbdir
Fix panic when the 'serve' subcommand is used for the first time (#25)
|
2023-01-24 16:45:42 -05:00 |
|
Tomas Sedlak
|
410548529c
|
Fix panic when the 'serve' subcommand is used for the first time (#25)
When the 'serve' subcommand is executed for the first time, sqlite will panic on missing .session_store directory.
|
2023-01-24 21:52:05 +01:00 |
|
|
9272bfbc5b
|
Always set the session dir directory in run script
|
2023-01-23 18:20:30 -05:00 |
|
|
797e31b73f
|
Name the metric appropriately
|
2023-01-23 13:55:03 -05:00 |
|
|
1ff29fbe1b
|
Bump version to 0.2.21
v0.2.21
|
2023-01-22 21:57:14 -05:00 |
|
|
99261fb35a
|
Add prometheus metrics
|
2023-01-22 21:48:40 -05:00 |
|
|
80e93fa476
|
sort the plan dates in descending order in the ui
|
2023-01-19 08:35:13 -05:00 |
|
|
5d0ace233b
|
Bump version to 0.2.20
v0.2.20
|
2023-01-18 21:09:28 -05:00 |
|
|
2267744087
|
Various bugfixes
|
2023-01-18 20:58:25 -05:00 |
|
|
47183b6e7a
|
Add plan deletion to the UI
|
2023-01-18 20:06:03 -05:00 |
|
|
ad62c5f31f
|
api for meal plan deletion
|
2023-01-18 19:29:38 -05:00 |
|
|
2ffb3be114
|
Clean plan data on plan save
|
2023-01-18 07:47:18 -05:00 |
|
|
55cfb013a8
|
Clean inventory data for missing items on save
|
2023-01-18 07:39:55 -05:00 |
|
|
7549decc71
|
Save plans for date via api
|
2023-01-18 07:34:05 -05:00 |
|
|
0a68c3d51c
|
Handle saving and loading for specific plan_dates
|
2023-01-17 21:06:18 -05:00 |
|
|
80b6126e10
|
UI for selecting a plan from the list
|
2023-01-17 19:42:48 -05:00 |
|
|
f808ca8585
|
Handle messages for selecting a plan_date
|
2023-01-17 19:21:37 -05:00 |
|
|
3f0836dad2
|
Load plan_dates during the load state phase
|
2023-01-17 13:44:09 -05:00 |
|
|
be74b24f6b
|
Wire in the new plan api endpoints into HttpStore
|
2023-01-17 13:31:48 -05:00 |
|
|
38582f66ab
|
Add api for getting a plan for a specific date
|
2023-01-17 13:13:53 -05:00 |
|
|
bba1d9ca19
|
Wire up the http endpoint for fetch all plans
|
2023-01-17 13:07:14 -05:00 |
|
|
8d5d044e9a
|
Add fetch_all_meal_plans APIStore implmentation
|
2023-01-17 13:02:30 -05:00 |
|
|
811a04cebb
|
Bump version v0.2.19
v0.2.19
|
2023-01-17 06:39:34 -05:00 |
|
|
cb2ea475aa
|
Ensure inventory data is linked to a mealplan
|
2023-01-17 06:37:55 -05:00 |
|
|
b5d1ed2ee5
|
Bump version to 0.2.18
v0.2.18
|
2023-01-16 17:16:08 -05:00 |
|
|
0d76f4b826
|
Fix issue with retrieving inventory data query
|
2023-01-16 17:14:20 -05:00 |
|
|
43eaba577b
|
Bump version to 0.2.17
v0.2.17
|
2023-01-12 18:14:44 -05:00 |
|