No description
Find a file
Nixyan 096d6ab16c Enhance user interaction with friend management and participant details
- Added `getParticipantDetails` query to fetch details of multiple participants in a direct message channel.
- Introduced `dexie-react-hooks` for improved state management with Dexie.
- Refactored user validation logic to support optional user authentication.
- Created new UI components for friend actions and friend list display.
- Implemented a layout structure for the application, including a sidebar and main content area.
- Updated socket management to handle connection states more effectively.
- Removed deprecated `page.tsx` file and organized routing structure for better maintainability.
2025-12-28 04:46:41 -03:00
.vscode Restarted the project. 2025-12-03 09:41:21 -03:00
convex Enhance user interaction with friend management and participant details 2025-12-28 04:46:41 -03:00
public/assets/logo Restarted the project. 2025-12-03 09:41:21 -03:00
src Enhance user interaction with friend management and participant details 2025-12-28 04:46:41 -03:00
.gitignore Update dependencies, add OLM support, and improve authentication flow 2025-12-19 12:18:46 -03:00
bun.lock Enhance user interaction with friend management and participant details 2025-12-28 04:46:41 -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 Enhance user interaction with friend management and participant details 2025-12-28 04:46:41 -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