feat: Implement core Discord features including members list, direct messages, user presence, authentication, and chat UI.
Some checks failed
Build and Release / build-and-release (push) Has been cancelled

This commit is contained in:
Bryan1029384756
2026-02-11 04:36:40 -06:00
parent a29858fd32
commit cb4361da1a
32 changed files with 2051 additions and 144 deletions

View File

@@ -34,14 +34,21 @@
}
],
"win": {
"target": ["nsis"]
"target": [
"nsis"
]
},
"mac": {
"target": ["dmg", "zip"],
"target": [
"dmg",
"zip"
],
"category": "public.app-category.social-networking"
},
"linux": {
"target": ["AppImage"]
"target": [
"AppImage"
]
},
"nsis": {
"oneClick": true,
@@ -49,6 +56,7 @@
}
},
"dependencies": {
"@convex-dev/presence": "^0.3.0",
"@livekit/components-react": "^2.9.17",
"@livekit/components-styles": "^1.2.0",
"convex": "^1.31.2",
@@ -57,6 +65,7 @@
"livekit-client": "^2.16.1",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-easy-crop": "^5.5.6",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.11.0",
"react-syntax-highlighter": "^16.1.0",