aeternity / aepp-components

deprecated: aepp-components to be used in all aepps.
ISC License
41 stars 14 forks source link

Copy to clipboard address w/ a different UX #202

Open sadiqevani opened 5 years ago

sadiqevani commented 5 years ago

Task: Copy to clipboard address w/ a different UX

Description: When coping an address implement a mechanism that requires a secondary input or a short waittime until the address is copied.

Also display the full address on hover but with default computer UI/forms.

davidyuk commented 5 years ago

This task is unclear to me. For what reason secondary input or waittime is needed?

Also display the address on hover but with default computer UI/forms.

Add title attribute to the root node of address component?

sadiqevani commented 5 years ago

@davidyuk

The idea is that the user might not want to copy the address when clicking, maybe there needs to be a throttle that waits a bit until the address gets copied.

If you have the latest chrome version, and you have a mac, you might have noticed that to quit chrome now you need to press CMD + Q and keep Q pressed. Some similar mechanism.

Add title attribute to the root node of address component?

Yes this was the aim.