semantics update

This commit is contained in:
2026-01-13 09:11:27 +03:00
parent 55ca476972
commit 554e1128b8
19 changed files with 4389 additions and 3471 deletions

View File

@@ -29,6 +29,7 @@
isLoading = false;
}
}
// [/DEF:fetchConnections:Function]
// [DEF:handleDelete:Function]
// @PURPOSE: Deletes a connection configuration.
@@ -43,6 +44,7 @@
addToast(e.message, 'error');
}
}
// [/DEF:handleDelete:Function]
onMount(fetchConnections);