51 Commits

Author SHA1 Message Date
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
4b2563509b Use StateHandler in Categories 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
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
dec0fc8d6d Move github link to the footer. 2022-12-22 15:01:09 -05:00
dfe5d668a4 Use v2 of the api in the app 2022-12-19 15:42:35 -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
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
e77af193aa Refactor state management and http APIs 2022-10-25 15:55:00 -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
242cf8eddd Login UI 2022-08-30 17:31:33 -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
71a4e093b9 Navigate to recipe view from plan page 2022-07-21 16:33:55 -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
b37995edb5 Serve category data via api and load it
relates to issue #6
2022-04-29 16:38:24 -04:00
652f1c976e Handle staples as a special class 2022-03-09 21:02:36 -05:00
ac4f2118de bump version to v0.2.2 2022-03-07 16:38:43 -05:00
c855d7a813 Remove NotFound 2022-03-06 18:04:49 -05:00
62fc9168fa Refactor to a page based model for the UI 2022-03-02 21:03:28 -05:00
2cc4c18238 Use local storage as a cache 2022-02-16 21:30:31 -05:00
b4f04a2b04 Remove root page from the routes 2022-02-15 22:30:18 -05:00
5296ed10c1 MealPlan: Show shopping list and recipes 2022-02-12 12:13:29 -05:00
1a188f45aa Rudimentary shopping list table. 2022-02-10 21:31:25 -05:00
1b969f9355 Move our route matcher into a function 2022-02-10 17:25:57 -05:00
ace489924d Gate rendering of the view on having actual recipes available. 2022-02-07 19:58:56 -05:00
22eadb832a Add header with some navigation 2022-02-07 16:03:51 -05:00
6d04de7a45 Display a recipe in the page when clicked on 2022-02-02 16:57:24 -05:00
cb641f448f Separate components into their own modules 2022-02-02 16:31:50 -05:00
58bd494368 Set context globally and separate components 2022-01-27 21:38:46 -05:00
dc0e79a4d8 Functioning routing skeleton 2022-01-26 20:40:21 -05:00
db62d63965 Represent the recipe state better 2022-01-26 19:15:43 -05:00
74b432ad24 Cleanup naming for AppService 2022-01-25 21:14:30 -05:00
d6722adb4d debug and error logging 2022-01-25 21:10:02 -05:00
edf85edfc5 We do not need to disable non_snake_case warnings anymore 2022-01-25 20:51:06 -05:00
a83923266a Compare to a Sycamore solution 2022-01-25 20:32:17 -05:00
92ebb8b2b2 Slightly better state handling 2022-01-24 19:59:16 -05:00
882615a3cd Wiring up the api and webassembly ui 2022-01-23 14:28:01 -05:00