| Summary: | Ability to hide Played Episodes by default in most lists | ||
|---|---|---|---|
| Product: | [Applications] kasts | Reporter: | benmordecai |
| Component: | general | Assignee: | bart |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | hkcodes, kev.metalwave |
| Priority: | NOR | ||
| Version First Reported In: | 23.01.0 | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | All | ||
| Latest Commit: | https://invent.kde.org/multimedia/kasts/-/commit/f58fd20201bf7f5bef3ec2a35db3325d8d1a7c12 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Filter option within search | ||
|
Description
benmordecai
2023-03-03 21:03:48 UTC
Created attachment 158863 [details]
Filter option within search
The filter option under "Search and Filter" achieves the desired functionality if we select "Unplayed Episodes". Maybe making the filter permanent via options would be a possible solution. If we were to go this way, we would need to alter the user interface to indicate that filters are active while viewing the episode list.
*** Bug 475901 has been marked as a duplicate of this bug. *** A possibly relevant merge request was started @ https://invent.kde.org/multimedia/kasts/-/merge_requests/182 Git commit 9c6c77db7ab71073ba31e60a75f0ee3aa9fb490f by Bart De Vries. Committed on 23/04/2024 at 07:32. Pushed by bdevries into branch 'master'. Save filters on episode list and episode detail pages M +12 -0 src/database.cpp M +1 -0 src/database.h M +2 -1 src/datamanager.cpp M +19 -0 src/feed.cpp M +1 -1 src/models/abstractepisodeproxymodel.h M +6 -1 src/qml/EpisodeListPage.qml M +1 -0 src/qml/Main.qml https://invent.kde.org/multimedia/kasts/-/commit/9c6c77db7ab71073ba31e60a75f0ee3aa9fb490f Git commit f58fd20201bf7f5bef3ec2a35db3325d8d1a7c12 by Bart De Vries. Committed on 24/04/2024 at 13:47. Pushed by bdevries into branch 'release/24.05'. Save filters on episode list and episode detail pages M +12 -0 src/database.cpp M +1 -0 src/database.h M +2 -1 src/datamanager.cpp M +19 -0 src/feed.cpp M +1 -1 src/models/abstractepisodeproxymodel.h M +6 -1 src/qml/EpisodeListPage.qml M +1 -0 src/qml/Main.qml https://invent.kde.org/multimedia/kasts/-/commit/f58fd20201bf7f5bef3ec2a35db3325d8d1a7c12 |