p2plabsxyz / dscan

A decentralized storage and file-sharing tool that uploads content to IPFS and generates decentralized QR codes.
https://chromewebstore.google.com/detail/dscan-own-your-identity-o/idpfgkgogjjgklefnkjdpghkifbjenap
MIT License
36 stars 26 forks source link

feat: clicking the copy id copies the cid to the clipboard #8

Closed AnishDe12020 closed 2 years ago

AnishDe12020 commented 2 years ago

Related Issue

closes #3

Describe the add-ons or changes you've made

Added a function that listens for the click event on the copy button and when clicked, it copies the cid to the clipbooard

Type of change

What sort of change have you made:

How Has This Been Tested?

Describe how it has been tested Describe how have you verified the changes made

I have uploaded a file, and then click the copy button and the cid was copied to the clipboard

Checklist:

Screenshots (Only for Front End and UI/UX Designers)

No UI changes