feat: implement comprehensive chat system with user presence management, notification handling, and avatar integration; enhance UI components for improved user experience

This commit is contained in:
2025-10-28 11:57:54 -03:00
parent 81e6eb4a42
commit ee2c9c3ae0
47 changed files with 8274 additions and 195 deletions

View File

@@ -14,7 +14,8 @@
},
"dependencies": {
"@convex-dev/better-auth": "^0.9.6",
"convex": "^1.28.0",
"better-auth": "1.3.27"
"@dicebear/avataaars": "^9.2.4",
"better-auth": "1.3.27",
"convex": "^1.28.0"
}
}