choraria / gas-url-shortener

A URL Shortening service powered by Google Apps Script.
https://tmt.pw/
MIT License
64 stars 32 forks source link

Added and Fixed "Copy" Button implementation. #44

Closed tulXoro closed 8 months ago

tulXoro commented 4 years ago

I was able to make and test a button that copies the link.

I did this by making another div and button which should appear when the link is generated.

It should work by selecting (or "highlighting") the link, and copy it into the user's clipboard. However, it still has no style, and it doesn't notify the user that it has been copied either. Let me know if there's anything I should change or edit.

tulXoro commented 4 years ago

Ok, how should I style it?

tulXoro commented 4 years ago

How does that look?