• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

IQSS / dataverse-frontend / 25377358486 / 1
98%
develop: 98%

Build:
Build:
LAST BUILD BRANCH: ManageGuestbook
DEFAULT BRANCH: develop
Ran 05 May 2026 01:19PM UTC
Files 317
Run time 11s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

05 May 2026 12:49PM UTC coverage: 98.063%. Remained the same
25377358486.1

push

github

ErykKul
Auto-load next page when load-more row scrolls into view

Until now the user had to click the "Load more" button to fetch the
next cursor of a folder. With virtualization, the load-more row
enters the rendered slice as soon as the user scrolls near the
bottom — that's exactly the right trigger for an automatic fetch.

Effect: when a load-more row is in the slice AND the corresponding
folder has a nextCursor AND is not already loading, call loadMore.
loadMore is idempotent (checks loading state internally), so this
is safe even if the effect re-runs.

The visible button is retained as a fallback for users who:
- Use the keyboard (the button is still focusable).
- Have JS-disabled IntersectionObserver behaviour (this effect
  doesn't depend on IntersectionObserver, just the visible slice;
  works the same).
- Want explicit pagination control.

When loadMore is in flight, the button shows the "Loading…" label
and is disabled, so duplicate triggers don't surface as flicker.

1578 of 1634 branches covered (96.57%)

Branch coverage included in aggregate %.

3789 of 3839 relevant lines covered (98.7%)

10902.77 hits per line

Source Files on job 25377358486.1
  • Tree
  • List 317
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 25377358486
  • 69a96cc9 on github
  • Prev Job for on feature/standalone-file-uploader (#25375307338.1)
  • Next Job for on feature/standalone-file-uploader (#25378174206.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc