-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move copy message button in the playground to the text input #1691
Move copy message button in the playground to the text input #1691
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@bekossy thanks for the PR
let's fix the linting
…yground-to-the-text-input
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the PR @bekossy
I think the current solution does not look good. The copy button hides the text generated. Can you please try the following:
- Move the copy button to the lower right side (instead of the upper side)
- Make the icon transparent and change the color to green
The goal is to make the button not obfuscate the text, yet visible.
Of course, if there is a way to make the text not overflow over the button, that would be great. Not sure if that is feasible however.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That looks great. Thanks @bekossy
thanks @bekossy |
Closes #1644