components-js icon indicating copy to clipboard operation
components-js copied to clipboard

Add a button to close the chat window

Open alechaye opened this issue 2 years ago • 2 comments

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. image

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

alechaye avatar Oct 23 '23 05:10 alechaye

@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 image

govind-io avatar Jan 17 '24 10:01 govind-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!

lukasIO avatar Jan 17 '24 10:01 lukasIO