You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, the current implementation of the CopyToClipboardBtn component does not provide feedback to the user when the text is copied. Users are not aware if the copy action was successful when they click on the copy icon.
Describe the solution you'd like
Add an onCopy event handler to the CopyToClipboardBtn component to set a copied state. Display a confirmation Tootltip, such as "Copied!", when the text is successfully copied. This will give users immediate feedback and improve the user experience.
Describe alternatives you've considered
Using a toast notification library to show a notification when the text is copied.
Making the copy icon to pop-up for the bit temporarily to indicate the copy action was successful.