440 Commits

Author SHA1 Message Date
71a4e093b9 Navigate to recipe view from plan page 2022-07-21 16:33:55 -04:00
35f48298dd use tracing-browser-subscriber from crates.io 2022-07-20 18:15:15 -04:00
3dd18aacb0 Logging cleanup 2022-07-20 17:58:44 -04:00
bf97f1ed29 Use tracing in our webassembly as well. 2022-07-18 18:57:04 -04:00
cf38056104 upgrade clap to 2.34.0 2022-07-18 18:09:30 -04:00
d98754d2e2 Use tracing in the server component 2022-07-16 14:08:18 -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
ab019ea072 Fix run.sh for not using trunk 2022-06-15 20:58:55 -04:00
f6a25043dc update the make files to not use trunk 2022-06-14 18:42:31 -04:00
d0f57894f9 Stop using Trunk because it's not hermetic 2022-06-14 18:25:05 -04:00
fec74bf5e9 Ignore vscode directory 2022-06-14 17:00:35 -04:00
8d6cbb30be bump version 0.2.7 v0.2.7 2022-06-13 18:52:10 -04:00
a4e2ebaa42 update wasm-bindgen 2022-05-16 22:00:24 -04:00
98f0012fed Update reqwasm 2022-05-16 21:58:14 -04:00
66a393d06d Use BTree variants everywhere 2022-05-16 21:55:01 -04:00
863744d812 Add nix flake devShell 2022-05-13 21:30:50 -04:00
b9e5ebd705 Fixed bug in shopping list when missing categories 2022-05-06 21:24:00 -04:00
a0d8c07a4b Adding to the shoping list works. 2022-05-06 21:18:39 -04:00
d1f16afb93 bump version to v0.2.6 v0.2.6 2022-04-29 16:47:09 -04:00
ea51a7115b lowercase all ingredients 2022-04-29 16:39:27 -04:00
27d4f3cd28 Sort the shopping list by category.
Completes issue #6
2022-04-29 16:39:17 -04:00
5df20b1d23 Category is assigned and shown in shopping list
relates to issue #6
2022-04-29 16:39:08 -04:00
b37995edb5 Serve category data via api and load it
relates to issue #6
2022-04-29 16:38:24 -04:00
d8540e6e7f Make it more readable on smaller screens 2022-04-26 15:21:29 -04:00
a627824e79 Add a readme 2022-04-04 15:44:31 -04:00
a72c4e4a87 remove unneccessary edition setting 2022-03-30 18:49:54 -04:00
96aa86bc74 optimize the release builds 2022-03-30 18:42:55 -04:00
e2b908512b Bump v0.2.5 v0.2.5 2022-03-30 17:41:07 -04:00
e8228eb0cf A whole lot of layout fixes for mobile 2022-03-30 17:39:27 -04:00
6e5db89c9a Dont convert into floz during normalization. 2022-03-26 11:47:56 -04:00
8338ab6bda Bump version to v0.2.4 v0.2.4 2022-03-23 20:36:27 -04:00
e3039fb34c A bunch of css/ui changes
Smaller css, more semantic html, more consistent button placement.

fixes #8
2022-03-23 20:28:30 -04:00
fbd4aeb59c Show the recipes each item is for in the inventory
fixes #10
2022-03-23 17:41:40 -04:00
e40b84173e Add link to the github repo at the bottom
fixes #9
2022-03-23 17:04:19 -04:00
9a46c1279e Remove unused components 2022-03-23 17:03:27 -04:00
256850b9b7 bump version to 0.2.3 v0.2.3 2022-03-15 18:25:24 -04:00
b63c3b615d Minor UI improvements. 2022-03-15 18:22:48 -04:00
d00bb0f68b move refresh button below the list 2022-03-15 18:11:15 -04:00
d95201f076 Split out shopping into module per component. 2022-03-15 18:09:03 -04:00
652f1c976e Handle staples as a special class 2022-03-09 21:02:36 -05:00
ac4f2118de bump version to v0.2.2 v0.2.2 2022-03-07 16:38:43 -05:00
9eeeed9e6b Better nav organization in ui 2022-03-07 16:23:03 -05:00
3b6987e4cc Skeleton for a tabbed component 2022-03-06 20:34:20 -05:00
c855d7a813 Remove NotFound 2022-03-06 18:04:49 -05:00
cfdb506a7d A raft of nix flake fixes 2022-03-06 15:16:30 -05:00
efaf7c42fc Create package wrapper for nix 2022-03-03 17:41:07 -05:00
ffd6d535c0 update gitignore 2022-03-03 17:30:45 -05:00
b2e7c52d66 result should not have been part of the commit. 2022-03-03 17:29:40 -05:00
e17d996ba2 Add flake-compat as an input for our flake.nix 2022-03-03 17:24:15 -05:00