Skip to content
New issue

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

implement changes to the way Transaction History is displayed on the Home Screen #1447

Open
decentralistdan opened this issue Jan 24, 2025 · 0 comments
Assignees
Labels
S-in-progress Status: Work is currently in progress on this item. UI Zashi UI
Milestone

Comments

@decentralistdan
Copy link
Contributor

  • remove the never-ending scroll

    • only display the most recent 5 transactions from the latest to the oldest
  • 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

    • “See all” button only appears when a user has more than 5 transactions
  • 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

@decentralistdan decentralistdan added the UI Zashi UI label Jan 24, 2025
@decentralistdan decentralistdan added this to the iOS Zashi 1.4 milestone Jan 24, 2025
@true-jared true-jared added the S-in-progress Status: Work is currently in progress on this item. label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-in-progress Status: Work is currently in progress on this item. UI Zashi UI
Projects
None yet
Development

No branches or pull requests

3 participants