Open rgavigan opened 7 months ago
I assume there's some hook that triggers on page bottoming but sometimes it never triggers on load so it gets stuck on 20 courses being loaded, I propose a hotfix to just load in the first 100 courses on page load or something.
I think that's a good idea. 100 is enough such that users won't run into any practical issue once they set a filter
I think that's a good idea. 100 is enough such that users won't run into any practical issue once they set a filter
brings me to issue #101 (setting a filter resets everything previously fetched and re-fetches only the first 20 items)
There are instances where the scroll wheel never appears on the Explore Courses page.
Reproducibility:
Suggested fix: maybe pagination instead of scrolling the table? Including preferences for results per page could also help users.