idk what I did last

This commit is contained in:
Ide
2026-06-12 19:24:39 +02:00
parent c00e3205cd
commit b3dd373403
6 changed files with 147 additions and 13 deletions
+6 -2
View File
@@ -7,9 +7,13 @@ pub struct Item {
}
#[derive(Serialize, Deserialize, Default, Debug, Clone)]
pub struct ItemData {
pub checked: bool,
pub amount: i64,
// TODO: add number
}
#[derive(Serialize, Deserialize, Default, Debug, Clone)]
pub struct ButtonItem {
pub name: String,
pub category: Option<String>,
}