dwyl / dwyl/hits

Feat: Implement Copy-to-Clipboard using `clipboard.js`

Open
#207 0 comments 0 reactions 0 assignees View on GitHub

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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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 relevant 
 has 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.