dolthub / dolthub/dolthub-issues
Commit log refreshes every 210 commits
- Dominant language
- No language data
- Stars
- 5
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
If you go to a db with a lot of commits (like https://www.dolthub.com/repositories/dolthub/SHAQ/commits/main), and scroll through a few pages, the commit log will refresh and take you back to the top of the page. This seems to be a forced reflow due to some kind of performance issue.
I tried commenting out different portions of the code for that page, but could not solve the issue
These are some articles about reflow:
- https://gist.github.com/paulirish/5d52fb081b3570c81e3a
- https://developers.google.com/speed/docs/insights/browser-reflow
The answer may be removing infinite scroll for this page and add a next button
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.