Template cleanup, autocomplete for more query stuff

This commit is contained in:
Zef Hemel
2022-07-04 15:07:27 +02:00
parent e2e7e2f936
commit 60cfefbc95
18 changed files with 235 additions and 69 deletions
+4
View File
@@ -23,3 +23,7 @@ export async function dispatch(
.catch(reject);
});
}
export async function listEvents(): Promise<string[]> {
return syscall("event.list");
}