This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Description
I noticed in one of @SamPatt user testing videos that the user closed the "1 new transaction" alert, and then later didn't know how to see his new transactions.

This leads to a UX issue: it's very difficult to see new transactions after the alert is closed. I believe the only way to see them is by waiting for another transaction to come through, and then clicking refresh on the alert.
Here's 2 solutions on how we could fix this issue:
-
Remove the close action on the new transaction alert. The alert will purposely annoy users until they click refresh.
-
Keep the new transaction alert exactly as it is (with the close button), but each time the Wallet is opened, automatically pull in new transactions.
I'm thinking 1 would be easier.
Thoughts?