-
-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Request]: Lock timeline scroll in Federated view when not at top #1045
Comments
Thanks for raising this issue!
There's no such thing as 'locking' the scroll view. When new items get appended, the scroll position stays the same but the content 'moves down'. To overcome that, Tuba has a queue. When you are not near the top, new posts get added to the queue and when u go near the top again, those posts get added to the view. That also matches the mastodon-web behavior somewhat, where if you are at the top, new posts get shown/prepended.
I understand that the federated timeline gets updated constantly and the 'near the top' behavior is not good enough, maybe limiting it to only prepend the posts when you are at the absolute top then? |
Would it be possible to keep the content in place as new contents are added instead?
This could work better than the current implementation, but I'm not a UI nor UX designer by any means. |
Hi! I waned to thank you for the app, it´s really well done, I use it every day! I also wanted to come with a proposal for an improvement, and I found this ticket. When reading your comment I learned that if I scrolled far enough down, then the scroll view "locks", which is the behavior that I would like to have. The issue that I have is that when I look at the federated posts and something catches my eye, if I scroll down as much as is needed, the post that was interesting is not really possible to see, and if you scroll back up again, it all starts flowing again. If this makes sense? What i would like to suggest is that as soon as you scroll a little bit down, or click on a post or on the timeline, the the feed stops and you can scroll up and down as much as you like. If you scroll all the way back to the top, and stay there for a second or two, it starts to flow. Maybe have an indicator that shows that it will start flowing again. This is my proposal ideas to improve the view. Have a nice weekend, and thanks a lot for you hard work! |
Describe the request
From what I see, Tuba currently does not "lock" the scroll when you scroll down the Federated timeline and instead just stop showing new posts. This gets a little annoying when you're near the top enough that the app doesn't stop the flow of posts. See attached video for example.
Screencast.from.2024-06-28.12-49-22.mp4
Implementation Details
The text was updated successfully, but these errors were encountered: