Commit History

Update Dockerfile
4d895d8
verified

kanha-upadhyay commited on

Update Dockerfile
9157033
verified

kanha-upadhyay commited on

Update Dockerfile
d42d4ab
verified

kanha-upadhyay commited on

set enableglobalCache to false in yarnrc.yml
89ff10c

narinder1231 commited on

update api base url
3576188

narinder1231 commited on

solved first letter not visible issue
491d80b

deveshm8 commited on

added md format and streaming
259cdfe

deveshm8 commited on

update websocket route as per backend update
1173e65

narinder1231 commited on

add IMessage interface
40d9188

narinder1231 commited on

fix useWebRTC hook to handle events correctly
e586605

narinder1231 commited on

add token on queryparms instead of onopen event
3533a0f

narinder1231 commited on

Parse incoming WebSocket messages and update message sending format
130dce0

narinder1231 commited on

Update WebSocket URL in .env.example to remove trailing slash
cad5cb6

narinder1231 commited on

Add error handling for conversation initialization and message sending in ChatScreen
ac8b540

narinder1231 commited on

Refactor ChatScreen to initialize conversation and connect WebSocket on mount
d37fcbd

narinder1231 commited on

Add authentication token handling in useWebRTC hook
739b0d9

narinder1231 commited on

Refactor useWebSocket hook to remove conversationId parameter and add connectWebSocket function for handling WebSocket connection and authentication
38c6487

narinder1231 commited on

Add conversation management with WebSocket integration in ChatScreen
a81564e

narinder1231 commited on

integrate voiceToVoice websocket
1dec6f5

narinder1231 commited on

Add useWebSocket hook for managing text-based WebSocket communication
585d8da

narinder1231 commited on

Add useWebRTC hook for managing WebRTC connections and voice calls
9a4d513

narinder1231 commited on

Add conversationWebSocket function for establishing WebSocket connections
7e89980

narinder1231 commited on

Add WebRTC connection request interfaces for managing conversation offers
d797791

narinder1231 commited on

Add chatService for managing conversation and WebRTC connection requests
0489741

narinder1231 commited on

Add conversation interfaces for conversation creation and connection requests
4ac396e

narinder1231 commited on

Add useTimer hook for managing a timer with start, stop, and formatting functionality
9b0016a

narinder1231 commited on

Add useBeep hook for audio beep functionality with start and stop controls
73a2501

narinder1231 commited on

add VITE_WS_URL in env example file
3353f40

narinder1231 commited on

Refactor App component to implement routing with authentication and add main application pages
797bd88

narinder1231 commited on

Add VoiceToVoice component for voice interaction with listening toggle functionality
517615e

narinder1231 commited on

Add NotFoundPage component for handling 404 errors with user-friendly message
91be1f3

narinder1231 commited on

Add signup page with form validation and registration functionality
fa86bf8

narinder1231 commited on

Add login page with validation and authentication functionality
740d918

narinder1231 commited on

Add ChatArea component to integrate ChatScreen and Sidebar with toggle functionality
c372e45

narinder1231 commited on

Add ChatScreen component for user-bot interaction with message handling and logout functionality
2333c19

narinder1231 commited on

Add Sidebar component for chat management with editing and deletion features
d6420e9

narinder1231 commited on

Add AuthContext and AuthProvider for authentication state management
2efe57e

narinder1231 commited on

Add .env.example file with API URL configuration
37725e0

narinder1231 commited on

Add RedirectIfAuthenticated component to handle redirection based on authentication status
2469d7f

narinder1231 commited on

Add ProtectedRoute component for route guarding based on authentication
fc6d4e4

narinder1231 commited on

Add axios client with request/response interceptors for authentication
75706d4

narinder1231 commited on

Add authentication interfaces for login and registration
df7f428

narinder1231 commited on

Refactor main.tsx to use consistent quotation marks and improve formatting
7d4de65

narinder1231 commited on

Remove unused App.css and react.svg files
aaed428

narinder1231 commited on

Add Material-UI, Emotion, Axios, and Prettier dependencies
ce28d8b

narinder1231 commited on

Add Prettier and ESLint configuration files
3317833

narinder1231 commited on

yarn create vite .
bed675d

narinder1231 commited on