[Widget Explorer] Show placeholder message when there are no widgets or search results
ClosedPublic

Authored by ngraham on Jan 16 2020, 8:05 PM.

Details

Summary

BUG: 416313
FIXED-IN: 5.19.0

Test Plan

Diff Detail

Repository
R119 Plasma Desktop
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
ngraham created this revision.Jan 16 2020, 8:05 PM
Restricted Application added a project: Plasma. · View Herald TranscriptJan 16 2020, 8:05 PM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
ngraham requested review of this revision.Jan 16 2020, 8:05 PM
ngraham retitled this revision from [Widget Explorer] Show placeholder message when there are no widgets or searc results to [Widget Explorer] Show placeholder message when there are no widgets or search results.Jan 16 2020, 8:11 PM
apol accepted this revision.Jan 17 2020, 1:13 AM
apol added a subscriber: apol.

I believe we are in string freeze, this will sadly have to go to master.

This revision is now accepted and ready to land.Jan 17 2020, 1:13 AM
This revision was automatically updated to reflect the committed changes.

What does enabled on a label do?

When set to false, it makes the label look less lighter without manually setting the opacity to some value that we'll often forget to be consistent on which would (and does) result in labels of opacity values varying between 0.3 and 0.6.

I'm working on making a high-level re-usable component for this fairly common Search Field + Scroll View + List View + placeholder text paradigm