Give it a nice UI, add invitation syncing, replace the chat-stubs with actual implementation. Should probably inspect the syncing logic and the api client stuff a bit closer since it doesnt use the same logic that I had fed it as an example

This commit is contained in:
2026-05-23 17:46:03 +02:00
parent d4fed5db23
commit 4efa1806fc
20 changed files with 1264 additions and 593 deletions

View File

@@ -9,7 +9,6 @@
"noUnusedParameters": true,
"erasableSyntaxOnly": true,
"noFallthroughCasesInSwitch": true,
"baseUrl": ".",
"paths": {
"@/*": [
"./src/*"