-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
[BUG] Improve feed view scrolling performance and behaviour #25
Comments
I did a quick test and removed |
Seems like the solutions are pretty simple:
This is probably the top issue affecting my personal enjoyment of this app, so I might dive into this later tonight or possibly tomorrow =D |
I think my only issue with the current FeedView changes is the page's sidebar is still visible, even in the smallest window width. I don't think page's sidebar is important enough to show all the time. In other views - that's not a problem, as the person's/community's sidebar is moved to the top of main column, but for Feed - that was never implemented, as page sidebars can be very, very long. With that being said, good job and thanks for the changes :) |
No worries =) Very fun to work on a Mac app and something new Ohh, that explains why |
Yeah, but I know my code Swift was meh at the very least. I'll definitely borrow couple of tricks you have added in the future UI code. I'll think about how to approach the page sidebar tomorrow. I already have something in my head that will work. |
Got scrolling performance to a better level, and reduced the number of times where scroll view doesn't catch a swipe gesture because it blocked the main thread.
|
Actually will keep this issue open for now, since we need to apply scrolling optimizations to Community feed. |
Thanks for that, as I have a scrolling related minor issue: When the mouse pointer is in the same window part as the feed but in the blank area left of the feed, scrolling does not work. I can only scroll when the mouse pointer is directly on the feed. |
Ah yes, good point, I noticed that too. That's because the Feed view has a maximum width, so that blank area isn't scrollable at the moment. I guess at the very least, we could make the Feed view be leading aligned, so that blank space to the left gets taken out. Perhaps @Athlon007 has more ideas here =) |
It's definitely something worth to take a look at, however, not for 0.2. I consider 0.2 feature locked. |
Describe the bug
In feed view:
Expected behavior
A clear and concise description of what you expected to happen.
Information:
The text was updated successfully, but these errors were encountered: