Update to latest engine. Add sync-v2. Various fixes.

This commit is contained in:
2026-09-07 03:33:44 +00:00
parent 051fc0c9ac
commit f01f9bc56b
31 changed files with 5977 additions and 1392 deletions
+1 -1
View File
@@ -359,7 +359,7 @@ export function TemplateListScreen(): React.ReactElement {
try {
setStatus('Deleting template...');
await appService.engine.DANGEROUS_deleteImportedTemplate(
await appService.engine.archiveTemplate(
templateToDelete.templateIdentifier,
);
setIsDeleteDialogOpen(false);