Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Address Book Tables Go Back to the First Page When Receiving New Transactions #155

Open
ghost opened this issue Feb 12, 2021 · 0 comments
Open

Comments

@ghost
Copy link

ghost commented Feb 12, 2021

When receiving a new transaction, the address book list will return to the first page. It's unclear to me what would be a good behaviour here. Due to the fact that the table is paginated, we could just stay on the same page, which would have mostly the same entries (and so on ad infinitum, so the logic wouldn't require turning to a new page after a certain point), or we could select a transaction and follow it (maybe the first transaction on the page the user selected?), or we could go to the first page as is the current behaviour, or have a button to load new entries like for the transactions list. The last one seems the most reasonable in terms of behaviour, but I don't presently see a good way to integrate it into the UI as there's not as much space as for the transactions list.

@ghost ghost self-assigned this Feb 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants