bithyve / bitcoin-keeper

Secure today, plan for tomorrow. BIP 85 hot wallets, buy bitcoin, tor privacy.
https://bitcoinkeeper.app
MIT License
40 stars 12 forks source link

Transaction priority Modal #4755

Closed Parsh closed 2 months ago

Parsh commented 3 months ago

Task Description Currently, the transaction priority modal only shows the priority for the transaction with the estimate time of arrival and not the exact fee that the user would have to pay(fee/byte). They only get to know the exact fee once they close the modal and come back to the Send Confirmation screen.

We should consider showing the fee on the transaction priority modal such that the user can make an informed choice based on not just the estimated arrival time but also the amount of fee.

Note: The Transaction priority modal currently contains the SingerCard component and probably therefore there are these odd brown circles w/ each priority, consuming important real estate where we could have otherwise shown the fee rate for each priority.

@Raheel1258 Please check whether the UX is the same as the current UI and if so, please ask @summikhan11 to provide a better one.

IMG_0164

Deveshshankar commented 2 months ago

Completed