feat(client/ts): port tree (WIP)

This commit is contained in:
Elian Doran
2025-01-28 15:44:15 +02:00
parent 546274a79d
commit 565989dd4c
14 changed files with 232 additions and 158 deletions

View File

@@ -125,7 +125,7 @@ class NoteContextAwareWidget extends BasicWidget {
}
}
async frocaReloadedEvent() {
async frocaReloadedEvent(): Promise<void> {
await this.refresh();
}
}