add and edit

This commit is contained in:
2026-03-07 14:47:42 +01:00
parent 724980fd31
commit 9d015c2e2c
15 changed files with 214 additions and 43 deletions

View File

@@ -269,9 +269,11 @@
}
case "item_selected":
currentState.selectedItemId = event.payload.itemId;
pushState(currentState);
break;
case "item_deselected":
currentState.selectedItemId = null;
pushState(currentState);
break;
}
}