Skip to content

fix/223-minimap-search#225

Closed
Hamzaa6296 wants to merge 1 commit into
agegr:mainfrom
Hamzaa6296:fix/223-minimap-search
Closed

fix/223-minimap-search#225
Hamzaa6296 wants to merge 1 commit into
agegr:mainfrom
Hamzaa6296:fix/223-minimap-search

Conversation

@Hamzaa6296

Copy link
Copy Markdown

Fix minimap hover flicker, differentiate message colors, add message search

  • Add grace period on minimap mouse leave so tooltips don't disappear before the cursor can reach them
  • Use distinct blue (user) / orange (assistant) colors for minimap dots instead of blue/gray
  • Add MessageSearch component: search bar to find and jump to a specific user or assistant message in the chat

Fix minimap hover flicker, differentiate message colors, add message search

- Add grace period on minimap mouse leave so tooltips don't disappear
  before the cursor can reach them
- Use distinct blue (user) / orange (assistant) colors for minimap
  dots instead of blue/gray
- Add MessageSearch component: search bar to find and jump to a
  specific user or assistant message in the chat
@agegr

agegr commented Jul 25, 2026

Copy link
Copy Markdown
Owner

Thanks for the contribution. I’m going to reject this PR for now.

It combines an unrelated message search feature with the minimap change, and most of the diff is formatting-only. More importantly, the minimap preview should show the selected node’s content, not depend on hover behavior.

Please split the search into a separate PR and rework the minimap interaction around node selection.

@agegr agegr closed this Jul 25, 2026
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.

2 participants