No description
Find a file
Nixyan 45301ac52b Add friend request functionality and user status updates
- Implemented a modal for sending and managing friend requests, allowing users to send, accept, decline, or ignore requests.
- Enhanced user status management by integrating real-time updates for online, busy, offline, and away statuses.
- Updated the API and database schema to support new friend request and user status features.
- Improved socket management for better connection handling and user experience.
- Refactored UI components to accommodate new functionalities while maintaining consistency.
2025-12-28 01:10:31 -03:00
.vscode Restarted the project. 2025-12-03 09:41:21 -03:00
convex Add friend request functionality and user status updates 2025-12-28 01:10:31 -03:00
public/assets/logo Restarted the project. 2025-12-03 09:41:21 -03:00
src Add friend request functionality and user status updates 2025-12-28 01:10:31 -03:00
.gitignore Update dependencies, add OLM support, and improve authentication flow 2025-12-19 12:18:46 -03:00
bun.lock Add friend request functionality and user status updates 2025-12-28 01:10:31 -03:00
components.json Restarted the project. 2025-12-03 09:41:21 -03:00
next.config.ts Update dependencies, add OLM support, and improve authentication flow 2025-12-19 12:18:46 -03:00
package.json Add friend request functionality and user status updates 2025-12-28 01:10:31 -03:00
postcss.config.mjs Restarted the project. 2025-12-03 09:41:21 -03:00
tsconfig.json Restarted the project. 2025-12-03 09:41:21 -03:00