Beginning of frontend + recipe editing
authorGreg Burri <greg.burri@gmail.com>
Tue, 13 Dec 2022 20:01:18 +0000 (21:01 +0100)
committerGreg Burri <greg.burri@gmail.com>
Tue, 13 Dec 2022 20:01:18 +0000 (21:01 +0100)
commitcbe276fc0601041b13087a6ffd80c5b126dfbe59
tree465bc2b02cda677b8dc044ad0669b754f6f615d3
parent642dd8a80ce2e1212b8e30c1edabb32bdb416cfc
Beginning of frontend + recipe editing
(it's a mess)
16 files changed:
Cargo.lock
TODO.md
backend/Cargo.toml
backend/src/data/asynchronous.rs
backend/src/data/db.rs
backend/src/main.rs
backend/src/services.rs
backend/src/services/api.rs
backend/templates/edit_recipe.html [new file with mode: 0644]
common/Cargo.toml
common/src/lib.rs
common/src/ron_api.rs [new file with mode: 0644]
frontend/Cargo.toml
frontend/src/handles.rs [new file with mode: 0644]
frontend/src/lib.rs
frontend/src/utils.rs