Releases: justinrubek/annapurna
0.2.2
Continuous Integration
- 7484c4c - (github/actions) add write permissions to release action - @justinrubek
Miscellaneous Chores
- e446a19 - (version) 0.2.2 - @justinrubek
0.2.0
Build system
- 039a8fc - (cargo) cargo update - @justinrubek
- 10a54ef - (cargo) update dioxus - @justinrubek
- aaac3db - (cargo) cargo update - @justinrubek
- 93c5644 - (cargo) exclude wasm from non-wasm builds - @justinrubek
- 23dbe56 - (nix) update flake lock - @justinrubek
- 8cf979c - (nix) update nixpkgs input - @justinrubek
- 04e4d07 - (nix) update fenix input - @justinrubek
Continuous Integration
- a3ae7ee - add cocogitto config - @justinrubek
Features
-
f73fce7 - (ui) recipe logic page - @justinrubek
-
30d48a9 - (ui) inventory page - @justinrubek
-
c12f530 - (ui) create ingredients - @justinrubek
-
e3be1dd - create inventory items - @justinrubek
-
f2fd76b - recipe download button - @justinrubek
-
4a03022 - navigation component - @justinrubek
-
9fb7431 - create recipes web ui - @justinrubek
-
38203e9 - load recipes from backend - @justinrubek
-
a2d0d3d - introduce AppState - @justinrubek
-
ba4a63e - introduce dioxus-router - @justinrubek
-
7c90d13 - add /api/recipes route - @justinrubek
-
d596a38 - add Facts struct for loading data - @justinrubek
-
8bf81ee - add Recipe component - @justinrubek
-
116475e - introduce dioxus - @justinrubek
-
d1ce757 - Add serviceworker to handle token - @justinrubek
-
b89a9ea - Implement login redirect - @justinrubek
-
9f00987 - dev command determines which directory based on git repo - @justinrubek
-
d8cb304 - Server development mode - @justinrubek
-
ca8bb33 - Implement debounced watcher - @justinrubek
-
7b0c915 - Add watch server for frontend - @justinrubek
-
b14fefd - Serve site contents - @justinrubek
-
9aa1260 - Add axum web server - @justinrubek
-
63b0041 - introduce astro web site - @justinrubek
Miscellaneous Chores
-
a8d6035 - (cli) remove dev command - @justinrubek
-
d7937e1 - (cli) remove watcher crate - @justinrubek
-
ea0a7a3 - (version) 0.2.0 - @justinrubek
-
3855cbc - update async-watcher - @justinrubek
-
6c13ffa - introduce new pages - @justinrubek
-
db83f9c - move facts directory to the repository top level - @justinrubek
-
79a35ae - Remove astro - @justinrubek
Refactoring
-
f4520dd - (cli) build static web files using nix - @justinrubek
-
2ca179d - (cli) Use reverse proxy for dev mode - @justinrubek
-
550ac9e - (logic)
recipe
function now returns data - @justinrubek -
ca09698 - (nix) update flake-parts modules - @justinrubek
-
022cfdd - (ui) move datalist definition into toplevel component - @justinrubek
-
3f630b7 - load recipes in toplevel app component - @justinrubek
-
949fd22 - turn RecipeCreateProps into CreateFormProps - @justinrubek
-
af3e87f - move types into separate crate - @justinrubek
-
b60d9ee - bypass astro - @justinrubek
-
60c20c9 - move http injection logic into separate module - @justinrubek