wave-app icon indicating copy to clipboard operation
wave-app copied to clipboard

show a different image for the QR image placeholder

Open johanvos opened this issue 3 years ago • 2 comments

The placeholder where the QR code for bootstrapping is shown is a (static, hence non-active) QR code itself. That is confusing, so best to replace it with something else.

johanvos avatar Oct 11 '21 18:10 johanvos

The LoginPresenter is showing an image (a static file, with a screenshot of a QR code). Since this is a fake QR code, it confuses people. It is typically shown for a short while, until the server returned the info for a real QR code. In case the server is a bit slow, it is very confusing that that image is shown.

johanvos avatar Oct 20 '21 22:10 johanvos

https://github.com/gluonhq/ChatApp/blob/master/App/src/main/resources/qr.png is the image that is shown

johanvos avatar Oct 20 '21 22:10 johanvos