Skip to content

Conversation

@roaga
Copy link
Member

@roaga roaga commented Nov 16, 2025

Highlights the corresponding tool call when the nav button is selected so it's more clear which button belongs to what. Also adds a link icon so you can see that nav is available even before hovering/focusing the block.

Screenshot 2025-11-16 at 2 24 14 PM

Also makes scrolling with arrow keys less jittery with proper smooth scroll
Also restyle to use more core components

(sorry for tacking on)

@github-actions github-actions bot added the Scope: Frontend Automatically applied to PRs that change frontend components label Nov 16, 2025
@codecov
Copy link

codecov bot commented Nov 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff             @@
##           master   #103432      +/-   ##
===========================================
- Coverage   80.78%    80.67%   -0.11%     
===========================================
  Files        9248      9243       -5     
  Lines      397172    394834    -2338     
  Branches    25158     25153       -5     
===========================================
- Hits       320841    318524    -2317     
+ Misses      75884     75863      -21     
  Partials      447       447              

@roaga roaga marked this pull request as ready for review November 17, 2025 17:40
@roaga roaga requested a review from a team as a code owner November 17, 2025 17:40
onDeleteFromIndex?: (index: number) => void;
onKeyPress?: (blockIndex: number, key: 'Enter' | 'ArrowUp' | 'ArrowDown') => boolean;
onNavigate?: () => void;
scrollContainerRef?: React.RefObject<HTMLDivElement | null>;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Unused Parameter: Interface Disconnect

The scrollContainerRef parameter is added to the interface but never destructured from props or used in the function body. This means the parameter passed from explorerPanel.tsx is silently ignored, which may have been intended for some scroll-related functionality.

Fix in Cursor Fix in Web

Copy link
Member

@aliu39 aliu39 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@roaga roaga merged commit d222c15 into master Nov 17, 2025
48 checks passed
@roaga roaga deleted the explorer/nav-highlights-smooth-scroll branch November 17, 2025 22:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Scope: Frontend Automatically applied to PRs that change frontend components

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants