406 Commits

Author SHA1 Message Date
73c298661a Use StateHandler in the shopping list 2023-01-02 20:29:05 -06:00
4b2563509b Use StateHandler in Categories 2023-01-02 20:29:05 -06:00
1888e5328f Use StateHandler in AddRecipe 2023-01-02 20:29:05 -06:00
f3425dedeb Cleanup Unused code after state management refactors 2023-01-02 20:29:05 -06:00
8bcafc385d Allow async using spawn_local_scoped 2023-01-02 20:29:05 -06:00
e77fe40d75 Introduce a save state message 2023-01-02 20:23:39 -06:00
fbb4e4ceeb Fix some lifetime annotation issues 2023-01-02 20:23:39 -06:00
69dc4b99cf Use handler in login form 2023-01-02 20:23:39 -06:00
9881d2972b Use state handler in the recipe pages 2023-01-02 20:23:39 -06:00
90346d55eb Thread statehandler through router to pages 2023-01-02 20:23:39 -06:00
e21353eeba use new state handler in RouteHandler 2023-01-02 20:23:39 -06:00
02536d63d8 Implement a sycamore-state Handler for Kitchen 2023-01-02 20:23:39 -06:00
907af7f23c Add tls serving as an option 2023-01-02 20:23:23 -06:00
09058914b0 Add domain to the authentication cookie 2023-01-02 18:03:55 -06:00
ea2eb92a99 Update base64 to the latest version 2022-12-31 17:46:59 -06:00
dcc574ca60 2022-12-31 17:06:18 -06:00
5f0cfb3a29 Fix: Header isnt supposed to have github link 2022-12-23 13:34:23 -05:00
e3e77a8ebc Bump to version 0.2.12 v0.2.12 2022-12-22 16:22:03 -05:00
d7534bff76 Add favicon 2022-12-22 16:16:39 -05:00
dec0fc8d6d Move github link to the footer. 2022-12-22 15:01:09 -05:00
7343c77a04 User user_data response to show the user id in the header 2022-12-22 14:43:30 -05:00
997d95e201 Use the api library on the frontend side 2022-12-22 10:49:50 -05:00
db63deb319 Separate the api datamodel into a separate crate 2022-12-21 11:41:41 -05:00
066fa8648d Auth api response tells you who you are now 2022-12-19 17:02:51 -05:00
dfe5d668a4 Use v2 of the api in the app 2022-12-19 15:42:35 -05:00
1e4a1366af Cleanup API endpoint organization 2022-12-11 16:09:40 -05:00
d354a5db0c Store extra items in the database too 2022-12-11 08:28:41 -05:00
8fd940bd00 Create database if it does not exist 2022-12-10 10:40:49 -05:00
95b82e2def Bump version to v0.2.11 v0.2.11 2022-11-25 10:42:56 -05:00
5480074d3a Save the full state each time 2022-11-24 15:32:08 -05:00
db470ddc36 Start caching the inventory data 2022-11-24 10:28:02 -05:00
20db551090 Run migrations automatically on startup
Closes #21
2022-11-24 10:16:27 -05:00
f4e7c0cf63 remove unused fetch_plans_since method 2022-11-20 09:12:31 -05:00
0f896c2a32 Use tracing-web 2022-11-20 08:49:39 -05:00
9f84219936 Update to tracing-browser-subscriber v0.2.0 2022-11-20 08:32:05 -05:00
a1b7f953bb Fix inventory api serialization issues 2022-11-19 19:17:31 -05:00
2a1180dd94 Fix state handling bug in the plan page 2022-11-19 18:32:32 -05:00
60a1945fe8 Store inventory details 2022-11-19 18:19:12 -05:00
a5e8575ef9 Meal Plan Storage API and UI
Closes #20
2022-11-19 14:07:19 -05:00
3ebf61e77e Update sycamore hash for nix 2022-11-11 16:45:14 -05:00
85c8a14bb5 Staples editing
fixes #18
2022-11-11 14:35:56 -05:00
23bdcfe271 Add Recipe page should be in a tab
fixes #17
2022-11-10 16:32:56 -05:00
8c930083f7 Better recipe edit parse error reporting 2022-11-09 19:34:49 -05:00
2058e047eb Use nested routing and expand the recipe page into two 2022-11-08 18:54:06 -05:00
efbd5140a8 clean up the event flow in the add recipe page 2022-11-07 16:52:50 -05:00
cddaf3beaa Fix wrong url in routes 2022-11-07 16:13:40 -05:00
2926d9042a Add recipe page 2022-11-07 16:10:53 -05:00
7e3b94261a Slightly better routing on the server side 2022-11-01 20:38:04 -04:00
3bf9af6f1e Rearrange ui for separate plan and editing sections 2022-11-01 20:24:46 -04:00
496e633034 Migration for meal plan storage 2022-10-30 18:39:05 -04:00