Do not display remove buttons for scheduled recipes when picking a date

This commit is contained in:
Greg Burri 2025-02-10 00:06:09 +01:00
parent 37721ac3ea
commit 15173c4842
5 changed files with 50 additions and 75 deletions

View file

@ -22,6 +22,7 @@ pub fn setup_page(is_user_logged: bool) -> Result<(), JsValue> {
selector(".calendar"),
calendar::CalendarOptions {
can_select_date: false,
with_link_and_remove: true,
},
recipe_scheduler,
);