meal eaten checkbox
ci/woodpecker/push/fmt Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

This commit is contained in:
2026-08-09 21:07:17 -04:00
parent a1076a0731
commit 2fe8f18589
9 changed files with 216 additions and 3 deletions
+2
View File
@@ -103,6 +103,8 @@ pub struct ListMeal {
#[allow(dead_code)]
pub meal_id: Option<i64>,
pub name: String,
/// Whether the meal has been eaten (checked off) on this list.
pub checked: bool,
/// When the meal was added to the list.
#[allow(dead_code)]
pub created_at: i64,