jitsi / moderated-meetings

Jitsi Moderated Meetings microservice
Apache License 2.0
22 stars 14 forks source link

[Feature request] Feedback when clicking copy link #30

Open enoch85 opened 1 year ago

enoch85 commented 1 year ago

When clicking the copy button, there's no feedback that the link actually is copied. It would be nice to add that with a tooltip or similar.

image

Something like this might work: https://stackoverflow.com/a/61092810

small1 commented 1 year ago

Rewrite renderContentI() and copyUrl function in src/main/js/screens/Join.tsx is needed. I did a small fix that is not nice. But it works. I will see if i can do a a more proper way ...