Mark "all categories missing" kns sources as invalid
AbandonedPublic

Authored by leinir on Mar 23 2017, 9:42 AM.

Details

Reviewers
None
Summary

KNS being, at times, a little twitchy means that we have to handle
such things a bit more gracefully. As such, without this code,
the KNS backend would remain in a perpetial search state after
startup, which would result in inconsistencies.

Implement UI feedback for long-running searches, and no-results

If a search takes longer than a couple of seconds, a spinner
will face-and-slide in from the bottom of the view. If it then
takes a while longer, a text saying "Still looking" will fade in
very slowly. If the search is near-instant (the general case),
the spinner does not show up.

Diff Detail

Repository
R134 Discover Software Store
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
leinir created this revision.Mar 23 2017, 9:42 AM
Restricted Application added a project: Plasma. · View Herald TranscriptMar 23 2017, 9:42 AM
Restricted Application added a subscriber: plasma-devel. · View Herald Transcript
leinir abandoned this revision.Mar 23 2017, 9:43 AM

That, apparently, is not how arc works. Very sorry.