Toast and modal dialog CSS (WIP).

This commit is contained in:
Greg Burri 2025-04-26 01:50:37 +02:00
parent 9dccd553bc
commit 2d1aa4bdfd
5 changed files with 43 additions and 21 deletions

View file

@ -67,7 +67,7 @@ pub fn setup_page(is_user_logged: bool, first_day_of_the_week: Weekday) {
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
// See shopping_list.rs@L30
&item_element.selector(".item-is-checked"),
"change",
move |event| {