440 Commits

Author SHA1 Message Date
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
a8407d51ef Add Edit link for recipes 2022-09-08 20:17:46 -04:00
9e66d6e66f Fix bad routing for recipe selection 2022-09-05 18:09:07 -04:00
9011ff13b2 Login link in the navigation 2022-09-05 12:11:39 -04:00
a7af188323 Add post handlers for saving recipe data 2022-09-04 09:51:02 -04:00
3f53201a33 Fix sqlx-prepare in makefile 2022-09-03 21:38:41 -04:00
3b3003510d merge auth logic into main 2022-09-03 17:33:03 -04:00
2e1c6e8912 final touches to the auth branch. 2022-09-03 17:33:03 -04:00
acf63436aa Load default recipes for new user 2022-09-03 17:28:52 -04:00
5750b33673 Error modeling for our Storage layer 2022-09-03 16:47:09 -04:00
f87196e4c8 Refactor some modules for improved naming 2022-09-03 12:20:59 -04:00
1ce8da0294 user centric apis 2022-09-03 12:16:35 -04:00
45284ca038 plug sqlite recipe and category fetching into the api 2022-09-01 20:45:53 -04:00
62ea422d79 SQLite user recipe and category fetching 2022-09-01 20:45:07 -04:00
ba68738dfa SQLite migrations 2022-09-01 19:45:05 -04:00
0cc411590e Remove rocksdb 2022-09-01 14:37:28 -04:00
26a98ae89a Get SQLX to work 2022-09-01 14:26:43 -04:00
242cf8eddd Login UI 2022-08-30 17:31:33 -04:00
afeabb1cb4 Cleanup unused imports 2022-08-29 19:44:54 -04:00
d3328b4a0f Additional logging and api improvements for UserCreds 2022-08-29 18:11:57 -04:00
6af8c70ce4 Initialize with a default user and password 2022-08-28 16:28:40 -04:00
ac336b03a4 Add session store middleware 2022-08-27 22:57:27 -04:00
81daf525b8 Add a rocksdb session store implementation 2022-08-27 16:06:59 -04:00
82f6c337ee Fix routing issue for the cook page 2022-08-27 14:08:28 -04:00
ba64e5a094 Fix cargo dependencies issue with nix wasm-pack v0.2.10-nix 2022-08-25 20:47:25 -04:00
6ea7762f37 Bump version to v0.2.10 v0.2.10 2022-08-25 16:35:42 -04:00
104464a912 Fix padding on the body. 2022-08-25 16:29:45 -04:00
496c7f5ea2 Use a table to display the recipes 2022-08-25 16:29:08 -04:00
6a916fac3c Allow routing via regular path 2022-08-21 16:33:41 -04:00
ede08f7ef6 Use keyed for recipes now that we have stable keys 2022-08-21 14:55:21 -04:00
91902cebbe Use recipe ids instead of indexes 2022-08-15 20:59:04 -04:00
585939b842 Improve logging with axum 2022-08-13 18:53:22 -04:00
6f14dceab9 Fix up axum routing 2022-08-13 18:06:51 -04:00
6a9e04ea74 merge generic_store into main 2022-08-13 13:52:22 -04:00
0029511459 2022-08-13 13:52:16 -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
13443af51d Switch to axum and use conditional compilation to handle the Send trait 2022-08-12 21:51:26 -04:00
2dc561e393 Pull out a shared store interface
Use it in ui_main on the server to prove it works.
2022-08-09 20:20:43 -04:00
e1ba92938f nix package updates and stabilization 2022-08-07 16:24:47 -04:00
6d8f253172 Force wasm-bindgen to an exact version 2022-08-03 18:31:45 -04:00
457d63a9ec Update Clap version 2022-08-03 18:12:07 -04:00
7ea26a885f Tag v0.2.9 v0.2.9 2022-08-02 18:27:25 -04:00
1b14e5c5d3 Show or don't show staples in shopping list 2022-07-31 16:04:57 -04:00
3f64862205 Add diesel-cli to the nix devshell 2022-07-22 18:17:59 -04:00
fc3f082e70 Fix nix wasm-bindgen which is picky about versions v0.2.8-nix 2022-07-21 18:35:09 -04:00
aa68f77839 Bump Version to 0.2.8 v0.2.8 2022-07-21 16:36:14 -04:00
dc218bfaa8 warn instead of error for missing categories 2022-07-21 16:34:18 -04:00