hivewallet / hive-js

Hive digital currency wallet
http://www.hivewallet.com
GNU General Public License v2.0
81 stars 57 forks source link

Add function to copy txid to clipboard option #139

Closed dabura667 closed 10 years ago

dabura667 commented 10 years ago

I would think that having a direct link to a block explorer would be confusing due to change outputs etc etc... but for instance hold your finger on the history entry for 5 seconds shows a pop up "Copied transaction id to clipboard" will allow for more advanced users that are experiencing confirmation difficulties to verify what is going on through multiple block explorers on their own volition.

These features I am suggesting are geared more towards the "I want to verify what my app is telling me independently" type people. This might not be the audience, but these features should have some sort of non-intuitive way to enable them. (hidden advanced mode or long presses that are longer than most people would ever think to hold a button, etc.)

weilu commented 10 years ago

We are going to show transaction details when a transaction is clicked: https://github.com/hivewallet/hive-js/issues/73

weilu commented 10 years ago

For now, on a desktop browser if you hover over a transaction, you will see the transaction id show up as the hover text. It's for my personal debugging purposes :P

dabura667 commented 10 years ago

Sounds good! closing.