Bring up the modal progress overlay when the user clicks the spinner icon in the task bar.
I think this is the intuitive thing to do when that icon is clicked.
Bring up the modal progress overlay when the user clicks the spinner icon in the task bar.
I think this is the intuitive thing to do when that icon is clicked.
Generalize the clickable label functionality.
We will use this to add similar functionality to the sync icon.
Bring up the modal progress overlay when the user clicks the spinner
icon in the task bar.
I think this is the intuitive thing to do when that icon is clicked.
Thanks for doing this! I think it would be great if the modal progress overlay would show when the users presses on the sync progress bar in the task-bar.
It makes sense in IBD, but later when you are in sync with the network, the info there is almost useless and false in fact.
It makes sense in IBD, but later when you are in sync with the network, the info there is almost useless and false in fact.
Maybe it should only (ever) show during IBD and when catching up?
In any case I was looking for a way to show the progress overlay while not on the overview tab, and this seems to work...
I think it would be great if the modal progress overlay would show when the users presses on the sync progress bar in the task-bar.
Yeah why not that too.
Concept ACK
Concept ACK.
Perhaps just make the text at the top of that overlay display conditionally. (And otherwise perhaps display "your node appears to be up to date. The most recent received block is 12345 with timestamp X which you recieved Y minutes ago."
How this currently functions:

Tested ACK 042f9fa071fd76ab310cd47b73d0e620a7850660
This was merged a bit prematurely, I think.
The info present after being in sync with the network is nonsense. Just try it and imagine users reading it... Like "%n seconds(s)"
Feel free to make it better. I wasn't intending to change the message in this pull, at least.
A simpler fix that I realized later is to only show it when the spinner is actually a spinner, and not when it is a "check" icon.
But I think this is ok for now, it's sort-of hidden functionality anyway.
A simpler fix that I realized later is to only show it when the spinner is actually a spinner, and not when it is a "check" icon.
This is exactly what is needed. Please PR it. Thank you.
Will try to add @paveljanik's/@laanwj's suggestions in #9280.