SeedSigner / seedsigner

Use an air-gapped Raspberry Pi Zero to sign for Bitcoin transactions! (and do other cool stuff)
MIT License
699 stars 161 forks source link

Address explorer UI #501

Open nostitos opened 11 months ago

nostitos commented 11 months ago

There is a lot of page jumping when trying to go far,

It should be possible to automatically load 100 next addresses in the background while only displaying them 10, preferably 5 at a time

Currently there's a need to go down the list, click a button, wait for generation ect,

An alternative would be to jump page 5 at a time and have them already being generated in the back.

A warning could be shown about using addresses beyond the smallest standard gap limit, which is about 20.

There should also be a way to just enter an index to jump directly to.

SeedSigner commented 11 months ago

I agree that we could make some improvements to the UI around receive/change address exploration, to include a way to quickly back out of the entire module once a user has found the info they're looking for.