You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This also applies to other views (Library, Archive, etc.)
This only fills a small portion of the screen on a large monitor (32", 4K resolution).
With my monitor and the web page in full screen mode, additional entries are also not shown when scrolling in either List View or Grid View because the 10 items do not fill the full screen. If the web page is loaded in a smaller window, loading more on scroll works as intended.
Could at least one of the following things be supported:
Add support for a customizable count of default fetched articles
Programmatically fetch enough articles to fill the screen based on detected resolution
The text was updated successfully, but these errors were encountered:
In the web app, it looks like the current hardcoded default is to initially fetch 10 items:
omnivore/packages/web/components/nav-containers/HomeContainer.tsx
Line 217 in 88fe867
This also applies to other views (Library, Archive, etc.)
This only fills a small portion of the screen on a large monitor (32", 4K resolution).
With my monitor and the web page in full screen mode, additional entries are also not shown when scrolling in either List View or Grid View because the 10 items do not fill the full screen. If the web page is loaded in a smaller window, loading more on scroll works as intended.
Could at least one of the following things be supported:
The text was updated successfully, but these errors were encountered: