Preserve reading position in lists #164
Labels
No labels
bug
contribution welcome
duplicate
enhancement
later
not planned
out of scope
question
upstream
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
tom79/Holos-App#164
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When I access a list containing multiple hashtags to view the latest posts, then leave the list and return later, the app performs a new search and starts from the beginning.
Proposed improvement:
It would be useful to implement a system that:
preserves the previous reading position in the list,
only adds new posts since the last visit,
avoids reloading the entire list each time the user returns.
Benefits:
saves time and increases user efficiency,
provides a smoother and less frustrating experience,
improves data usage management.