lucasgonze/sQratch

Feature: copy to clipboard

Open

#25 opened on Feb 13, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)HTML (0 forks)user submission
good first issuehelp wanted

Repository metrics

Stars
 (1 star)
PR merge metrics
 (No merged PRs in 30d)

Description

There should be a button to copy the article contents to the clipboard.

UI:

  • It should not have any language associated with it, so that it works in all languages.
  • Using the model established by @mathieu-william, it should be a button next to the others.

Code:

  • It should work on pretty much any browser possible, including older ones.
  • If it won't work on a particular browser, the button should not be shown.
  • There doesn't have to be visual feedback that the copy worked, but it would not be a bad thing.

Contributor guide