jam icon indicating copy to clipboard operation
jam copied to clipboard

feat: show progress during rescan

Open theborakompanioni opened this issue 1 year ago • 1 comments

See https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/1696. See also: https://github.com/joinmarket-webui/jam/issues/743

As a user, I want to have a progress on the rescan operation in order to estimate the time till a rescan completes. Rescan can take quite some time depending on the hardware and it would be nice to have more information.

Instead of "Rescanning in progress", show "Rescanning in progress (21%)"..

theborakompanioni avatar Apr 29 '24 10:04 theborakompanioni

"21% – Rescanning in Progress…" maybe?

editwentyone avatar May 01 '24 01:05 editwentyone

I'd like to work on this.

r3yc0n1c avatar Feb 26 '25 22:02 r3yc0n1c

I'd like to work on this.

I am afraid this is currently not possible as this data is not returned from the api: https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/1696

theborakompanioni avatar Feb 27 '25 09:02 theborakompanioni

with Commit 5fd2c99 to joinmarket this should be possible now

updated PR