Add refresh button

This commit is contained in:
2025-12-28 22:18:06 +01:00
parent 3656db7e98
commit ac82875a3d
3 changed files with 68 additions and 38 deletions
+1
View File
@@ -9,6 +9,7 @@ export global State {
{ name: "Test 2", checked: false },
{ name: "Test 3", checked: false },
];
callback refresh-list();
callback add-to-list(string);
callback check-item(string);
callback delete-checked();