Update dependencies, add translation endpoint, and display a user message when logged in
This commit is contained in:
parent
6b043620b8
commit
348b0f24e9
19 changed files with 170 additions and 34 deletions
|
|
@ -39,7 +39,7 @@ impl ShoppingList {
|
|||
} else {
|
||||
request::patch(
|
||||
"shopping_list/checked",
|
||||
ron_api::Value {
|
||||
ron_api::KeyValue {
|
||||
id: item_id,
|
||||
value: is_checked,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue