-
Notifications
You must be signed in to change notification settings - Fork 21
Feat: Add Button + JS To Copy Image URL #126
Copy link
Copy link
Open
Labels
T1hTime Estimate 1 HourTime Estimate 1 Hourchorea tedious but necessary task often paying technical debta tedious but necessary task often paying technical debtenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityneeds-designA feature idea that needs some interface design in order to be discussed/built.A feature idea that needs some interface design in order to be discussed/built.priority-2Second highest priority, should be worked on as soon as the Priority-1 issues are finishedSecond highest priority, should be worked on as soon as the Priority-1 issues are finishedtechnicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependenciesuser-feedback
Metadata
Metadata
Assignees
Labels
T1hTime Estimate 1 HourTime Estimate 1 Hourchorea tedious but necessary task often paying technical debta tedious but necessary task often paying technical debtenhancementNew feature or enhancement of existing functionalityNew feature or enhancement of existing functionalityneeds-designA feature idea that needs some interface design in order to be discussed/built.A feature idea that needs some interface design in order to be discussed/built.priority-2Second highest priority, should be worked on as soon as the Priority-1 issues are finishedSecond highest priority, should be worked on as soon as the Priority-1 issues are finishedtechnicalA technical issue that requires understanding of the code, infrastructure or dependenciesA technical issue that requires understanding of the code, infrastructure or dependenciesuser-feedback
Type
Projects
Status
No status
At present we are simply displaying the
URLwhen an image is uploaded:It would be very nice to have a
copy-to-clipboardbutton next to theURLas a convenience.Ref: https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Interact_with_the_clipboard

Quite like the
iconthat MDN are using for this:But happy for anyone
elseto suggest an alternative.