em-nam-cs / pw-generator

Generate random string password
0 stars 0 forks source link

Copy Paste Icons #6

Open em-nam-cs opened 1 month ago

em-nam-cs commented 1 month ago

Have an icon that copies the generated password when clicked, have a paste icon in the password tester that uses copied pw

em-nam-cs commented 1 month ago

Issue of needing to select paste in a dropdown if pasting from a different window. I think to fix the selecting the paste extra opt, need to enable permissions. On further testing, this is a firefox issue with permissions and did not occur on chrome.

em-nam-cs commented 1 month ago

Issue of having svg inline html instead of in file. Need this for styling (especially color) but would rather have separate .svg file in asset folder be referenced so easier to change svg in future.