35 Commits

Author SHA1 Message Date
f187cd7c4e Use the store for SSR rendering 2022-08-25 16:30:18 -04:00
a83b60e016 Make State Management ssr safe 2022-08-25 16:30:18 -04:00
c9bcfe220e Fixup SSR and links 2022-08-25 16:30:18 -04:00
856fac5ece Basic ssr wiring using conditional compilation 2022-08-25 16:30:18 -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
364f3a3d80 Initial skeleton for a wasm ui crate. 2022-01-13 18:07:01 -05:00