We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
remove the never-ending scroll
remove certain transaction details from the list view:
timestamp
address preview
add "See all" button - upon tap navigate the user to a new Transaction History screen which lists all the transactions for a given wallet
implement a new empty state for when a user doesn't have any transactions yet
display a new CTA and "Send a transaction" button (tapping the button navigates to the Send screen)
do not display the CTA and button in case the wallet is in Restore process
implement a loading state for the transaction list
The text was updated successfully, but these errors were encountered:
LukasKorba
No branches or pull requests
remove the never-ending scroll
remove certain transaction details from the list view:
timestamp
address preview
add "See all" button - upon tap navigate the user to a new Transaction History screen which lists all the transactions for a given wallet
implement a new empty state for when a user doesn't have any transactions yet
display a new CTA and "Send a transaction" button (tapping the button navigates to the Send screen)
do not display the CTA and button in case the wallet is in Restore process
implement a loading state for the transaction list
The text was updated successfully, but these errors were encountered: