A bit of clean up
authorGreg Burri <greg.burri@gmail.com>
Sat, 1 Mar 2025 23:39:58 +0000 (00:39 +0100)
committerGreg Burri <greg.burri@gmail.com>
Sat, 1 Mar 2025 23:39:58 +0000 (00:39 +0100)
commita590d7e1e9a355fe1190770e5f3f7ede2227af7a
tree3ee9e24abfe4b8a7437731269c98487b2031beb6
parentcb2483eab1d07ee30d4b630158f3e615ce78c65f
A bit of clean up
24 files changed:
Cargo.lock
backend/Cargo.toml
backend/scss/calendar.scss
backend/scss/style.scss
backend/sql/data_test.sql
backend/src/data/db/recipe.rs
backend/src/main.rs
backend/src/services/user.rs
backend/templates/ask_reset_password.html
backend/templates/base_with_header.html
backend/templates/profile.html
backend/templates/recipe_edit.html
backend/templates/recipe_view.html
backend/templates/recipes_list_fragment.html
backend/templates/sign_in_form.html
backend/templates/sign_up_form.html
backend/watch_scss.nu [new file with mode: 0644]
common/Cargo.toml
frontend/Cargo.toml
frontend/src/error.rs [new file with mode: 0644]
frontend/src/home.rs
frontend/src/lib.rs
frontend/src/recipe_edit.rs
frontend/src/recipe_view.rs