bitcoin-core / gui-qml

Bitcoin GUI (experimental QML-based fork)
MIT License
107 stars 40 forks source link

App/block clock does not reflect network disconnection #324

Open yashrajd opened 1 year ago

yashrajd commented 1 year ago

The application & the block clock do not display an error state when network connection is lost.

Something like this? Not sure if it is implemented.

Screenshot 2023-04-18

Actual behavior This one is on the build from #311

Screenshot 2023-04-18

This one is from a older build.

Screenshot 2023-04-17 at 12 27 36

I've observed this more than once.

Repro: Turn off wifi when the app is running. I think it also occurred when the app is launched and the wifi is off.

Running macOS 12.5.6.

GBKS commented 1 year ago

Not sure about the technical side of this, but the design is documented here and in Figma (the "no wi-fi" state).

This should also reflect on the peers page.

image