sync list updates with server

This commit is contained in:
Ide
2025-12-27 22:58:07 +01:00
parent 169c6f89cd
commit f413f27bf0
6 changed files with 144 additions and 35 deletions
+1
View File
@@ -10,4 +10,5 @@ pub struct Item {
pub struct ItemData {
pub checked: bool,
// TODO: add number
}