Skip to content
This repository has been archived by the owner on May 16, 2020. It is now read-only.

searchViews do not fully populate on windows larger than 25 items. #305

Open
aTosser opened this issue May 5, 2020 · 0 comments
Open

searchViews do not fully populate on windows larger than 25 items. #305

aTosser opened this issue May 5, 2020 · 0 comments

Comments

@aTosser
Copy link

aTosser commented May 5, 2020

If I have the orion window maximized, and select a game from the games tab. The number of items that shows up is 25. After browsing the code there is a hard coded number of query items displayed. However, my window can display far more that 25 items (91 items on my 1440p monitor) checkScrolled() does not get called because, I can not scroll. The only way that I can get more results to polulate is to click on another tab and click back to the channels tab.

IMO, the number of items being fetched from the inital query (and likely all subsequent queries) should be calculated from the number of items that can be displayed on the screen plus some buffer. (Ideally in increments of the number of items to fill a row)

As a wish list item it would be nice if the next set of results could be fetched when the scrolling position is say... 50% of the way through the list rather than when you reach the bottom (true infinite scrolling)

Cheers

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant