aeternity / aepp-components

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

Feature/add features to ae address #196

Closed sadiqevani closed 5 years ago

sadiqevani commented 5 years ago

according to which designs the “address copied” label is implemented?

There was a discussion with Ray and Emil, and decided to implement this feature. As it's needed on token-migration.

sadiqevani commented 5 years ago

@davidyuk

Also another thing we need to do, is to have the copy functionality dynamic, so we can enable/disable it, any issues/suggestions on how to handle this with a directive?

davidyuk commented 5 years ago

@sadiqevani As a workaround, I can propose to disable copyToClipboard directive if the passed value is empty.

sadiqevani commented 5 years ago

As a workaround, I can propose to disable copyToClipboard directive if the passed value is empty.

But the value passed is directly taken from the address value, should we have a secondary value for copying to clip board?