105 Commits

Author SHA1 Message Date
a55ce325d6 Add a custom number field component 2023-01-12 17:41:11 -05:00
7559aae9d0 On the fly recipe parse checks 2023-01-07 17:28:37 -05:00
829b81d3e2 More Desktop Friendly buttons 2023-01-07 17:22:26 -05:00
9af13c5bb4 UI for recipe deletion 2023-01-07 17:16:30 -05:00
c16b5bab7c Store staples seperately from recipes 2023-01-06 16:50:32 -05:00
d8fa4f2269 Its no longer categories, its ingredients mgmt 2023-01-06 00:52:05 -05:00
0404ba59f4 Handle staples recipe links appropriately 2023-01-05 23:07:02 -05:00
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
dd9ce0fca2 Properly delay the navigation until state has loaded 2023-01-04 18:11:35 -05:00
fe3f2e896b Fix new recipe redirect url 2023-01-02 20:29:58 -06:00
cdf95c5206 get rid of the last create_effect call 2023-01-02 20:29:58 -06:00
77cae25c74 Fix infinite signal loop in shopping list 2023-01-02 20:29:58 -06:00
0167e6070d Fix non dynamic routing :-( 2023-01-02 20:29:58 -06:00
a39ed5589f Get rid of unnecessary create_effect calls 2023-01-02 20:29:58 -06:00
f3f27a0350 Remove the old State 2023-01-02 20:29:05 -06:00
a1fa17da68 use state handler in recipe selection 2023-01-02 20:29:05 -06:00
0b7ff32d42 Cleanup more unused after refactors 2023-01-02 20:29:05 -06:00
fdaf5ad70d Use a state handler selector for RecipeList 2023-01-02 20:29:05 -06:00
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
9881d2972b Use state handler in the recipe 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
5f0cfb3a29 Fix: Header isnt supposed to have github link 2022-12-23 13:34:23 -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
5480074d3a Save the full state each time 2022-11-24 15:32:08 -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
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
2926d9042a Add recipe page 2022-11-07 16:10:53 -05:00
3bf9af6f1e Rearrange ui for separate plan and editing sections 2022-11-01 20:24:46 -04:00
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
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
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