Skip to content

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

Akseli Lahtinen requested to merge work/cherry-pick-fcb723d3 into Plasma/6.2

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.

BUG: 468657 BUG: 482551 FIXED-IN: 6.2.0

(cherry picked from commit fcb723d3)

ea6a8f09 Move buttons to footer 9be1e908 Hide technical details under friendly message 0506fc4b Format 7a1835d0 change overlaysheet to dialog 1b8bc04d Use more reasonable preferred size dd6ec741 Add padding c596e6a0 Change message to be more generic 42924901 Use customFooterActions bb0826c6 Cleanups 6ad94806 Revert some formatter stuff c951839b Remove leftovers from overlaysheet changes

Co-authored-by: Akseli Lahtinen akselmo@akselmo.dev

Merge request reports