refactor: handling single websocket that handles all rooms the user is in, and added (not persistent) unread message count

This commit is contained in:
2026-01-16 11:36:09 +01:00
parent 7e2bf22e7b
commit f82a93e81e
8 changed files with 157 additions and 89 deletions

View File

@@ -2,7 +2,7 @@
"name": "frangipane-client",
"private": true,
"version": "0.1.0",
"backendVersion": "1.0.0",
"backendVersion": "1.0.1",
"type": "module",
"scripts": {
"dev": "vite",