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

lsm / neokai / 25896560243
81%

Build:
DEFAULT BRANCH: dev
Ran 15 May 2026 02:15AM UTC
Jobs 0
Files 0
Run time –
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

Canceled at 16 May 2026 11:52PM UTC via web
25896560243

push

github

web-flow
fix(web): reset auto-scroll latch on navigation to ensure scroll-to-bottom (#1897)

* fix(web): scroll to bottom on navigation

- Use container.scrollTop instead of scrollIntoView for instant scrolls,
  which stops short due to scroll-padding-bottom interactions
- Reset prevMessageCountRef when messageCount drops to 0 so task
  switches (no remount) see the next snapshot as new content

* fix(web): update useAutoScroll tests for direct scrollTop assignment

scrollToBottom() now uses container.scrollTop = scrollHeight for instant
scrolls instead of scrollTo({ behavior: 'instant' }), so tests must
verify scrollTop directly rather than asserting the scrollTo mock was
called. "Not scroll" tests use baseline scrollTop comparison to avoid
false negatives from the initial mount scroll.

* fix(web): re-pin auto-scroll after layout

Schedule one requestAnimationFrame follow-up after automatic bottom scrolls so late layout growth from message rendering or dynamic insets cannot leave the thread 100-200px above the bottom.

* fix(web): observe markdown growth for auto-scroll

Observe the rendered content wrapper instead of only the scroll container so markdown/code expansion triggers bottom re-pin after the initial scroll.

* fix(web): guard deferred auto-scroll state

Use layout-synced refs and require auto-scroll to still be enabled before the deferred rAF re-pin runs, preventing delayed bottom scrolls from overriding deep-link or pagination positioning.

* fix(web): observe scroll container resize for auto-scroll
Source Files on build 25896560243
Detailed source file information is not available for this build.
  • Back to Repo
  • Github Actions Build #25896560243
  • 173aac8c on github
  • Prev Build on dev (#25894636012)
  • Next Build on dev (#25935094501)
  • Delete
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