Add a calendar to schedule a recipe to a chosen date (WIP)
authorGreg Burri <greg.burri@gmail.com>
Thu, 23 Jan 2025 02:01:15 +0000 (03:01 +0100)
committerGreg Burri <greg.burri@gmail.com>
Thu, 23 Jan 2025 02:01:15 +0000 (03:01 +0100)
commit9d3f9e9c60507ddc7a6711c74312c21fd239771b
tree0a6612193a3da82a0d5ad683047a674914eea6be
parentd9449de02b4f7041515ddc080b9f909de8830531
Add a calendar to schedule a recipe to a chosen date (WIP)
15 files changed:
Cargo.lock
backend/Cargo.toml
backend/scss/calendar.scss [new file with mode: 0644]
backend/scss/modal-dialog.scss
backend/scss/style.scss
backend/src/translation.rs
backend/templates/calendar.html [new file with mode: 0644]
backend/templates/recipe_view.html
backend/translation.ron
frontend/Cargo.toml
frontend/src/calendar.rs [new file with mode: 0644]
frontend/src/lib.rs
frontend/src/modal_dialog.rs
frontend/src/recipe_edit.rs
frontend/src/recipe_view.rs [new file with mode: 0644]