145 Commits

Author SHA1 Message Date
79913096fb Fix up layout in preparation for complex nav 2022-10-30 17:45:22 -04:00
e22dba5bed Poor mans tab functionality 2022-10-29 11:55:33 -04:00
40b6625620 Better Static Asset serving and fix extra header 2022-10-28 20:32:16 -04:00
5f4b7c3f02 Caching for recipes in the case of network errors 2022-10-27 19:27:39 -04:00
277ae423cb Caching for categories in the case of network errors 2022-10-26 18:36:17 -04:00
2d1c11e5d7 Fix incorrect dirty form handling for recipe and categories 2022-10-26 17:54:55 -04:00
b957ed7f3a Fix issues with category text usage 2022-10-26 15:25:01 -04:00
3fde0401b2 Error in recipe component fix
Fixes #15
2022-10-25 16:27:23 -04:00
29b92e5e12 Fix missing state for extra ingredients 2022-10-25 16:17:20 -04:00
e77af193aa Refactor state management and http APIs 2022-10-25 15:55:00 -04:00
1396c54cdd Fix issue #14 2022-10-19 16:19:25 -04:00
a1fc1125a0 Error Handling fixes and improvements 2022-10-13 19:49:52 -04:00
e58819585e Collapse into Nix fixes. 2022-10-12 08:53:18 -04:00
9cf6bcc7fc Appservice conversion for sycamore 0.8 2022-10-11 16:49:12 -04:00
8c5093d77f Router Integration and entrypoint sycamore 0.8 conversion 2022-10-11 16:43:22 -04:00
481e44911f Implement save categories functionality 2022-10-10 19:55:54 -04:00
3094dee9f7 Implement Save Recipe functionality 2022-09-19 17:18:30 -04:00
a8407d51ef Add Edit link for recipes 2022-09-08 20:17:46 -04:00
9e66d6e66f Fix bad routing for recipe selection 2022-09-05 18:09:07 -04:00
9011ff13b2 Login link in the navigation 2022-09-05 12:11:39 -04:00
5750b33673 Error modeling for our Storage layer 2022-09-03 16:47:09 -04:00
26a98ae89a Get SQLX to work 2022-09-01 14:26:43 -04:00
242cf8eddd Login UI 2022-08-30 17:31:33 -04:00
81daf525b8 Add a rocksdb session store implementation 2022-08-27 16:06:59 -04:00
82f6c337ee Fix routing issue for the cook page 2022-08-27 14:08:28 -04:00
496c7f5ea2 Use a table to display the recipes 2022-08-25 16:29:08 -04:00
6a916fac3c Allow routing via regular path 2022-08-21 16:33:41 -04:00
ede08f7ef6 Use keyed for recipes now that we have stable keys 2022-08-21 14:55:21 -04:00
91902cebbe Use recipe ids instead of indexes 2022-08-15 20:59:04 -04:00
f1aeb43e8b Fix conditional compilation errors 2022-08-13 13:49:53 -04:00
ca21beb04a Use the store interface in the UI service 2022-08-13 13:27:03 -04:00
13443af51d Switch to axum and use conditional compilation to handle the Send trait 2022-08-12 21:51:26 -04:00
1b14e5c5d3 Show or don't show staples in shopping list 2022-07-31 16:04:57 -04:00
dc218bfaa8 warn instead of error for missing categories 2022-07-21 16:34:18 -04:00
71a4e093b9 Navigate to recipe view from plan page 2022-07-21 16:33:55 -04:00
3dd18aacb0 Logging cleanup 2022-07-20 17:58:44 -04:00
bf97f1ed29 Use tracing in our webassembly as well. 2022-07-18 18:57:04 -04:00
5ffe339626 Homegrown Router 2022-07-15 19:30:06 -04:00
24fd30af8b Basic page structure no routing 2022-06-28 20:29:09 -04:00
d0f57894f9 Stop using Trunk because it's not hermetic 2022-06-14 18:25:05 -04:00
66a393d06d Use BTree variants everywhere 2022-05-16 21:55:01 -04:00
b9e5ebd705 Fixed bug in shopping list when missing categories 2022-05-06 21:24:00 -04:00
a0d8c07a4b Adding to the shoping list works. 2022-05-06 21:18:39 -04:00
27d4f3cd28 Sort the shopping list by category.
Completes issue #6
2022-04-29 16:39:17 -04:00
5df20b1d23 Category is assigned and shown in shopping list
relates to issue #6
2022-04-29 16:39:08 -04:00
b37995edb5 Serve category data via api and load it
relates to issue #6
2022-04-29 16:38:24 -04:00
e8228eb0cf A whole lot of layout fixes for mobile 2022-03-30 17:39:27 -04:00
e3039fb34c A bunch of css/ui changes
Smaller css, more semantic html, more consistent button placement.

fixes #8
2022-03-23 20:28:30 -04:00
fbd4aeb59c Show the recipes each item is for in the inventory
fixes #10
2022-03-23 17:41:40 -04:00
e40b84173e Add link to the github repo at the bottom
fixes #9
2022-03-23 17:04:19 -04:00