KorryKatti / Mirage-web

web version of Mirage : a privacy focused chat app
https://mirage-web-eight.vercel.app/
MIT License
6 stars 10 forks source link

Add socket.io client connection and handle real-time stats for React #45

Closed Garrett04 closed 1 month ago

Garrett04 commented 1 month ago

The socket.io client connection code was removed after the recent UI update, so i've added it back.

Additional changes: I get this error on the console with regards to React Screenshot 2024-10-15 125354

Changed import ReactDOM from 'react-dom' to import ReactDOM from 'react-dom/client' to fix this issue.

vercel[bot] commented 1 month ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
mirage-web ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 15, 2024 0:09am
KorryKatti commented 1 month ago

@Garrett04 please provide a deployment url so that i can see a preview

Garrett04 commented 1 month ago

@KorryKatti Here is the deployment url: https://vercel.com/garretts-projects-83af98c2/mirage-web/DD8PfpGwX8MvKnGcAqBKk914kzbX

and here is the link to preview it: https://mirage-web-chi.vercel.app/

KorryKatti commented 1 month ago

Thanks for the PR