Calendar is now displayed on home page and recipes can be scheduled without being...
authorGreg Burri <greg.burri@gmail.com>
Sat, 8 Feb 2025 21:31:38 +0000 (22:31 +0100)
committerGreg Burri <greg.burri@gmail.com>
Sat, 8 Feb 2025 21:31:38 +0000 (22:31 +0100)
commit37721ac3ea758b9a70958e07a085e3168a055494
tree22a0e6270ed3e56545f2acdf71702c9eb39ef44f
parentccb1248da3f80305781ce7c166f2251bdb4e3b6a
Calendar is now displayed on home page and recipes can be scheduled without being logged
22 files changed:
Cargo.lock
backend/Cargo.toml
backend/scss/calendar.scss
backend/scss/modal-dialog.scss
backend/sql/version_1.sql
backend/src/data/db/recipe.rs
backend/src/main.rs
backend/src/services/ron.rs
backend/src/services/user.rs
backend/templates/base.html
backend/templates/calendar.html
backend/templates/home.html
backend/templates/recipe_view.html
common/src/ron_api.rs
frontend/Cargo.toml
frontend/src/calendar.rs
frontend/src/home.rs [new file with mode: 0644]
frontend/src/lib.rs
frontend/src/recipe_edit.rs
frontend/src/recipe_scheduler.rs [new file with mode: 0644]
frontend/src/recipe_view.rs
frontend/src/request.rs