Skip to content

ux: infinite-scroll history + delayed sidebar tooltips - #248

Merged
omercelikdev merged 1 commit into
mainfrom
ux/autoload-scroll-tooltip-delay
Jul 12, 2026
Merged

ux: infinite-scroll history + delayed sidebar tooltips#248
omercelikdev merged 1 commit into
mainfrom
ux/autoload-scroll-tooltip-delay

Conversation

@omercelikdev

Copy link
Copy Markdown
Owner

Two micro-interaction fixes.

Infinite scroll

History now auto-loads the next page when you scroll within ~240px of the bottom, so a long history feels endless rather than halting at a button. The Load more button stays as a visible affordance and fallback; the scroll handler guards on isLoadingMore + remainingCount so it can't double-fire.

Tooltip delay

Sidebar tab tooltips popped the instant the cursor crossed an icon — flashing during a quick pass toward another tab. Added a 500ms hover-in delay (hide stays immediate) so they only appear on deliberate hover.

tsc clean · 563 tests green.

🤖 Generated with Claude Code

- History auto-loads the next page as you scroll within ~240px of the
  bottom, so long histories feel endless instead of stopping at a button.
  The "Load more" button stays as a visible affordance and fallback; the
  handler guards on isLoadingMore + remainingCount so it never double-fires.
- Sidebar tab tooltips appeared the instant the cursor crossed an icon,
  flashing during a quick pass to another tab. Added a 500ms hover-in delay
  (hide stays immediate) so they only show on deliberate hover.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@omercelikdev
omercelikdev merged commit 46c7dd2 into main Jul 12, 2026
@omercelikdev
omercelikdev deleted the ux/autoload-scroll-tooltip-delay branch July 12, 2026 18:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant