components-js
components-js copied to clipboard
Add a button to close the chat window
Describe the problem
If you open the chat window, the only way to close it is by pressing the same button that was used to open it. It is not intuitive for an end user.
Describe the proposed solution
Adding a 'X' button or '->' to signal that you can close the chat by pressing there will greatly improve UI experience.
Alternatives considered
Adding the button.
Importance
would make my life easier
Additional Information
No response
@lukasIO on production deployement CSS for the close button and Messages text is not getting applied, I tried building the project on my local and running it, seems to work fine in prod and dev both mode on local.
Can you please check what went wrong during the deployement that the CSS is not getting applied?
It looks like below in the prod version : meet.livekit.io
thanks for the report, we're aware of it, we forgot to release a new version of the styles package alongside the components-react package. We'll do that probably today!