refactor chatwidget code, add prefetching emotes

This commit is contained in:
2025-07-22 18:40:57 +01:00
parent fb6091c9c0
commit cc3176ea2f
15 changed files with 180 additions and 129 deletions

View File

@@ -33,4 +33,4 @@ streamerUsers.forEach(async id => await Promise.all([addAdmin(id), addInvuln(id)
await import("./events");
await import("./chatwidget");
await import("./web");