Spaces:
Runtime error
Runtime error
Keys commited on
Commit ·
2ecbb66
1
Parent(s): ce663d5
fixes
Browse filesThis view is limited to 50 files because it contains too many changes. See raw diff
- Dockerfile +0 -0
- README.md +0 -0
- client/README.md +0 -0
- client/components.json +0 -0
- client/index.html +0 -0
- client/jsconfig.json +0 -0
- client/package-lock.json +0 -0
- client/package.json +0 -0
- client/postcss.config.js +0 -0
- client/src/App.css +0 -0
- client/src/App.jsx +0 -0
- client/src/assets/login.png +0 -0
- client/src/assets/login2.png +0 -0
- client/src/assets/lottie-json.json +0 -0
- client/src/assets/victory.svg +0 -0
- client/src/components/common/contact-list/index.jsx +0 -0
- client/src/components/common/logo/index.jsx +0 -0
- client/src/components/common/lottie-animation/index.jsx +0 -0
- client/src/components/ui/avatar.jsx +0 -0
- client/src/components/ui/badge.jsx +0 -0
- client/src/components/ui/button.jsx +0 -0
- client/src/components/ui/command.jsx +0 -0
- client/src/components/ui/dialog.jsx +0 -0
- client/src/components/ui/input.jsx +0 -0
- client/src/components/ui/multipleselect.jsx +0 -0
- client/src/components/ui/popover.jsx +0 -0
- client/src/components/ui/scroll-area.jsx +0 -0
- client/src/components/ui/sonner.jsx +0 -0
- client/src/components/ui/tabs.jsx +0 -0
- client/src/components/ui/tooltip.jsx +0 -0
- client/src/contexts/SocketContext.jsx +0 -0
- client/src/index.css +0 -0
- client/src/lib/api-client.js +0 -0
- client/src/lib/constants.js +0 -0
- client/src/lib/utils.js +0 -0
- client/src/main.jsx +0 -0
- client/src/pages/auth/index.jsx +0 -0
- client/src/pages/chat/components/chat-container/components/chat-header/index.jsx +0 -0
- client/src/pages/chat/components/chat-container/components/message-bar/index.jsx +0 -0
- client/src/pages/chat/components/chat-container/components/message-container/index.jsx +0 -0
- client/src/pages/chat/components/chat-container/index.jsx +0 -0
- client/src/pages/chat/components/contacts-container/components/create-channel/create-channel.jsx +0 -0
- client/src/pages/chat/components/contacts-container/components/new-dm/new-dm.jsx +0 -0
- client/src/pages/chat/components/contacts-container/components/profile-info/index.jsx +0 -0
- client/src/pages/chat/components/contacts-container/index.jsx +0 -0
- client/src/pages/chat/components/empty-chat-container/index.jsx +0 -0
- client/src/pages/chat/index.jsx +0 -0
- client/src/pages/practice-zone/index.jsx +0 -0
- client/src/pages/profile/index.jsx +0 -0
- client/src/store/index.js +0 -0
Dockerfile
CHANGED
|
File without changes
|
README.md
CHANGED
|
File without changes
|
client/README.md
CHANGED
|
File without changes
|
client/components.json
CHANGED
|
File without changes
|
client/index.html
CHANGED
|
File without changes
|
client/jsconfig.json
CHANGED
|
File without changes
|
client/package-lock.json
CHANGED
|
File without changes
|
client/package.json
CHANGED
|
File without changes
|
client/postcss.config.js
CHANGED
|
File without changes
|
client/src/App.css
CHANGED
|
File without changes
|
client/src/App.jsx
CHANGED
|
File without changes
|
client/src/assets/login.png
CHANGED
|
Git LFS Details
|
|
Git LFS Details
|
client/src/assets/login2.png
CHANGED
|
|
Git LFS Details
|
client/src/assets/lottie-json.json
CHANGED
|
File without changes
|
client/src/assets/victory.svg
CHANGED
|
|
|
|
client/src/components/common/contact-list/index.jsx
CHANGED
|
File without changes
|
client/src/components/common/logo/index.jsx
CHANGED
|
File without changes
|
client/src/components/common/lottie-animation/index.jsx
CHANGED
|
File without changes
|
client/src/components/ui/avatar.jsx
CHANGED
|
File without changes
|
client/src/components/ui/badge.jsx
CHANGED
|
File without changes
|
client/src/components/ui/button.jsx
CHANGED
|
File without changes
|
client/src/components/ui/command.jsx
CHANGED
|
File without changes
|
client/src/components/ui/dialog.jsx
CHANGED
|
File without changes
|
client/src/components/ui/input.jsx
CHANGED
|
File without changes
|
client/src/components/ui/multipleselect.jsx
CHANGED
|
File without changes
|
client/src/components/ui/popover.jsx
CHANGED
|
File without changes
|
client/src/components/ui/scroll-area.jsx
CHANGED
|
File without changes
|
client/src/components/ui/sonner.jsx
CHANGED
|
File without changes
|
client/src/components/ui/tabs.jsx
CHANGED
|
File without changes
|
client/src/components/ui/tooltip.jsx
CHANGED
|
File without changes
|
client/src/contexts/SocketContext.jsx
CHANGED
|
File without changes
|
client/src/index.css
CHANGED
|
File without changes
|
client/src/lib/api-client.js
CHANGED
|
File without changes
|
client/src/lib/constants.js
CHANGED
|
File without changes
|
client/src/lib/utils.js
CHANGED
|
File without changes
|
client/src/main.jsx
CHANGED
|
File without changes
|
client/src/pages/auth/index.jsx
CHANGED
|
File without changes
|
client/src/pages/chat/components/chat-container/components/chat-header/index.jsx
CHANGED
|
File without changes
|
client/src/pages/chat/components/chat-container/components/message-bar/index.jsx
CHANGED
|
File without changes
|
client/src/pages/chat/components/chat-container/components/message-container/index.jsx
CHANGED
|
File without changes
|
client/src/pages/chat/components/chat-container/index.jsx
CHANGED
|
File without changes
|
client/src/pages/chat/components/contacts-container/components/create-channel/create-channel.jsx
CHANGED
|
File without changes
|
client/src/pages/chat/components/contacts-container/components/new-dm/new-dm.jsx
CHANGED
|
File without changes
|
client/src/pages/chat/components/contacts-container/components/profile-info/index.jsx
CHANGED
|
File without changes
|
client/src/pages/chat/components/contacts-container/index.jsx
CHANGED
|
File without changes
|
client/src/pages/chat/components/empty-chat-container/index.jsx
CHANGED
|
File without changes
|
client/src/pages/chat/index.jsx
CHANGED
|
File without changes
|
client/src/pages/practice-zone/index.jsx
CHANGED
|
File without changes
|
client/src/pages/profile/index.jsx
CHANGED
|
File without changes
|
client/src/store/index.js
CHANGED
|
File without changes
|