Dispaly a user message when a recipe is successfully deleted

This commit is contained in:
Greg Burri 2025-05-05 23:28:17 +02:00
parent d86c8ab6fe
commit ec36391ec8
6 changed files with 182 additions and 166 deletions

View file

@ -2,3 +2,4 @@ pub mod consts;
pub mod ron_api;
pub mod toast;
pub mod utils;
pub mod translation;