Feat: Implement Copy-to-Clipboard using `clipboard.js`
Open
Nobody has claimed this yet.
enhancement
priority-2
T25m
technical
- Dominant language
- Elixir
- Stars
- 451
- Forks
- 63
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 1
Description
As a lazy person that wants to make as little effort as possible,
I don't want to have to hover over text and _manually_ copy it to my clipboard
I want to click a button and have it automagically copy to clipboard
So that I can save 2 seconds of my busy day...
# Todo
+ [ ] Add a button next to each `
` that allows people to easily copy their badge to clipboard using https://github.com/zenorocha/clipboard.js
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the rendered
badge elements and the frontend entry point that displays them. Read clipboard.js usage from the linked project, then determine where a copy button belongs beside each badge. Done means every relevanthas a button that copies its text to the clipboard.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100