30 Commits

Author SHA1 Message Date
66a558d1e6 New UI for ingredient category management 2023-01-05 23:02:36 -05:00
96b03cb14a API naming consistency save_ -> store_ 2023-01-05 13:09:06 -05:00
30293878fc API naming consistency get_ -> fetch_ 2023-01-05 13:06:19 -05:00
19c75930cc Remove calls to the v1 api. 2023-01-05 13:05:34 -05:00
d9618aac35 Load user account data from server 2023-01-05 11:12:10 -05:00
165719520a Fix various errors 2023-01-02 20:29:58 -06:00
0f28b758fa Update our local cache in the StateMachine 2023-01-02 20:29:58 -06:00
c424432def Give localstorage a full implemenation 2023-01-02 20:29:58 -06:00
f3f27a0350 Remove the old State 2023-01-02 20:29:05 -06:00
73c298661a Use StateHandler in the shopping list 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
02536d63d8 Implement a sycamore-state Handler for Kitchen 2023-01-02 20:23:39 -06: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
dfe5d668a4 Use v2 of the api in the app 2022-12-19 15:42:35 -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
f4e7c0cf63 remove unused fetch_plans_since method 2022-11-20 09:12:31 -05:00
a1b7f953bb Fix inventory api serialization issues 2022-11-19 19:17:31 -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
efbd5140a8 clean up the event flow in the add recipe page 2022-11-07 16:52:50 -05:00
2926d9042a Add recipe page 2022-11-07 16:10:53 -05: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
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
e77af193aa Refactor state management and http APIs 2022-10-25 15:55:00 -04:00