Doc + formatting
This commit is contained in:
parent
9ed5a04e22
commit
995f77d1ef
9 changed files with 39 additions and 30 deletions
|
|
@ -61,6 +61,9 @@ pub fn setup_page(is_user_logged: bool) {
|
|||
}
|
||||
|
||||
EventListener::new(
|
||||
// TODO: Find the right place to move the item based on:
|
||||
// 1) recipe id, 2) name, 3) shopping entry id
|
||||
// Se shopping_list.rs@L30
|
||||
&item_element.selector(".item-is-checked"),
|
||||
"change",
|
||||
move |event| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue