sailfish-spotify / hutspot

Spotify Controller for SailfishOS. Documentation: https://sailfish-spotify.github.io/hutspot.
MIT License
18 stars 11 forks source link

ListView should use the ViewPlaceholder #14

Closed rgrnetalk closed 6 years ago

rgrnetalk commented 6 years ago

Observerd behavior: when the lists have no items, a small label appears at the bottom of the screen that says: "nothing found". The viewplaceholder is designed for this purpose: ViewPlaceholder { enabled: view.count == 0 text: "No items yet" hintText: "Pull down to add items" }

It is shown at the middle of the page (and it has the non-interactive coloring, because it is not clickable).

wdehoog commented 6 years ago

thanks for the suggestion