Calendar is now displayed on home page and recipes can be scheduled without being logged

This commit is contained in:
Greg Burri 2025-02-08 22:31:38 +01:00
parent ccb1248da3
commit 37721ac3ea
22 changed files with 538 additions and 166 deletions

View file

@ -17,6 +17,7 @@ chrono = { version = "0.4", features = ["serde", "unstable-locales"] }
ron = "0.8"
serde = { version = "1.0", features = ["derive"] }
serde_html_form = "0.2"
thiserror = "2"
futures = "0.3"
@ -30,12 +31,14 @@ web-sys = { version = "0.3", features = [
"NodeList",
"Window",
"Location",
"Storage",
"EventTarget",
"DragEvent",
"DataTransfer",
"DomRect",
"KeyboardEvent",
"Element",
"DomStringMap",
"HtmlElement",
"HtmlDivElement",
"HtmlLabelElement",