| Summary: | Group by Author, Publisher, and Keyword pages are empty but don't even show placeholder text | ||
|---|---|---|---|
| Product: | [Applications] peruse | Reporter: | Nate Graham <nate> |
| Component: | general | Assignee: | Dan Leinir Turthra Jensen <admin> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | remggovw |
| Priority: | NOR | Keywords: | usability |
| Version First Reported In: | master | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/graphics/peruse/commit/3d67cf4db740cf8ded5900da82c8ed09a62a7866 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Nate Graham
2022-02-25 21:51:31 UTC
I want to tackle this and understand QML/Qt better by doing this small fix. A possibly relevant merge request was started @ https://invent.kde.org/graphics/peruse/-/merge_requests/29 Git commit 3d67cf4db740cf8ded5900da82c8ed09a62a7866 by Remko van Wagensveld. Committed on 16/06/2022 at 18:57. Pushed by ngraham into branch 'master'. Add placeholder text to empty category pages This commit adds a PlaceholderMessage to the Bookshelf which is shown if CategoryEntriesModel.count == 0. This occurs if e.g. there are no comics with the according metadata in the library. M +10 -0 src/app/qml/Bookshelf.qml https://invent.kde.org/graphics/peruse/commit/3d67cf4db740cf8ded5900da82c8ed09a62a7866 |