Summary: | Filter out boosts and/or replies from home feed | ||
---|---|---|---|
Product: | [Applications] Tokodon | Reporter: | Anna <cyber+kde> |
Component: | general | Assignee: | Joshua Goins <josh> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | carl, josh |
Priority: | NOR | ||
Version First Reported In: | 23.08.2 | ||
Target Milestone: | --- | ||
Platform: | Android | ||
OS: | Android 13.x | ||
Latest Commit: | https://invent.kde.org/network/tokodon/-/commit/cbcd8d2a9bd65d55aed471e172c5eeeeacbffbae | Version Fixed In: | 24.02 |
Sentry Crash Report: |
Description
Anna
2023-10-25 15:47:02 UTC
This makes sense, will implement. Git commit cbcd8d2a9bd65d55aed471e172c5eeeeacbffbae by Joshua Goins. Committed on 08/11/2023 at 19:48. Pushed by redstrate into branch 'master'. Add basic filter options for most timelines You can now hide boosts and/or replies on timelines like Home. M +2 -0 src/content/ui/AccountInfo.qml M +4 -0 src/content/ui/Main.qml M +1 -0 src/content/ui/ThreadPage.qml M +32 -7 src/content/ui/TimelinePage.qml M +10 -9 src/timeline/accountmodel.cpp M +3 -0 src/timeline/accountmodel.h M +9 -0 src/timeline/maintimelinemodel.cpp M +2 -0 src/timeline/maintimelinemodel.h M +8 -0 src/timeline/tagstimelinemodel.cpp M +2 -0 src/timeline/tagstimelinemodel.h M +8 -0 src/timeline/threadmodel.cpp M +2 -0 src/timeline/threadmodel.h M +18 -9 src/timeline/timelinemodel.cpp M +11 -0 src/timeline/timelinemodel.h https://invent.kde.org/network/tokodon/-/commit/cbcd8d2a9bd65d55aed471e172c5eeeeacbffbae Added for the next major release, 24.02 |