thunderbiscuit / padawan-wallet

The bitcoin wallet trainer on Android.
https://padawanwallet.com/
Apache License 2.0
113 stars 50 forks source link

Copy icon and text state change #268

Closed vikas-kmr1 closed 1 year ago

vikas-kmr1 commented 1 year ago

fixed: #262

The icon and text remain the same even after copying the key. implemented the text from "copy" to "copied' and the default icon with a check icon and then reset to the default text and icon after a short delay.

How it looks in-app :

https://user-images.githubusercontent.com/73611313/224526390-2e41e8cf-ed58-4d9a-977d-55ca516e0d16.mp4

darkvoid32 commented 1 year ago

Hi @vickyrules , thanks for taking the time create this PR. I think small changes like this make the app much for vibrant.

The change looks like it is working as intended, but could you merge both commits into 1, and rename it to our follow convention? i.e. Just 1 commit with the name "Feat: Change copy icon and text after clicked". This is just to standardise our commits and stuff!