Skip to content
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

[Feature]: Added Copy Code Button (Web) #266

Closed
wants to merge 1 commit into from

Conversation

anshvert
Copy link

@anshvert anshvert commented Oct 2, 2023

Closes #261

The Copy Code button will simplify the task of copying code, reducing the need to manually select and
copy text, which can be error-prone and time-consuming.

image

Checklist

  • I worked on a branch other than main.
  • My branch is up-to-date with the Upstream main branch.
  • I have fixed potential errors using yarn lint.
  • I ran yarn build to check everything still builds successfully.

@vercel
Copy link

vercel bot commented Oct 2, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Oct 2, 2023 7:37am

@Panquesito7 Panquesito7 added the enhancement New feature or request label Jan 16, 2024
@Panquesito7 Panquesito7 mentioned this pull request Jan 16, 2024
5 tasks
Copy link
Member

@Panquesito7 Panquesito7 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks awesome, thanks! Just a few things:

  1. Resolve merge conflicts.
  2. Provide a tooltip when hovering on the button.
  3. Show the button in full-screen mode.
  4. Show a small message that the code has been successfully copied to the clipboard.

@anshvert anshvert closed this Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEATURE] Addition of a "Copy Code" button to the code interface
2 participants