Skip to content

DiscoverWindow.qml: Port message OverlaySheet to Dialog and make it friendlier

Akseli Lahtinen requested to merge work/akselmo/fix-passivemessage-dialog into master

Currently the passiveMessage dialog in DiscoverWindow is a bit too in-your-face with the errors, causing sadness and confusion with users. It also used Kirigami.OverlaySheet even it is more of a dialog.

This MR makes it use Kirigami.Dialog features and hides the technical details behind a button, plus gives it a friendlier message.

Before After
image image
image

BUG: 468657 BUG: 482551 FIXED-IN: 6.2.0

Edited by Nate Graham

Merge request reports

Loading