JuhoBjn / online-store

An online store made for a course project.
0 stars 1 forks source link

frontend Chat component #127

Closed vaasuu closed 9 months ago

vaasuu commented 9 months ago

Colors might need some changing. If you want to test it currently, it's at http://localhost:5173/chat, but it has a hardcoded token and friend ID that you will need to change in ChatDevPage.jsx to match what's in the DB. I'll remove the ChatDevPage stuff in a later PR where I add the chat tab.

The image has everything enabled at once that's why it's showing both event name and friend name on the top of the screen:

localhost_5173_chat (1)

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 7037685367


Files with Coverage Reduction New Missed Lines %
frontend/coverage/frontend/src/App.jsx 1 98.41%
<!-- Total: 1 -->
Totals Coverage Status
Change from base Build 7029556712: 23.9%
Covered Lines: 1589
Relevant Lines: 1664

💛 - Coveralls
vaasuu commented 9 months ago

Now looks like this: chat with improved styles