Skip to content

Conversation

@DeepanshuMishraa
Copy link
Contributor

@DeepanshuMishraa DeepanshuMishraa commented Aug 20, 2025

Pull Request

Description

  • Fixed find bar input visibility by resolving black overlay that was hiding text input
  • Implemented search term highlighting in editor with yellow background for matches and orange for current match
  • Fixed text leaking from find bar to editor by adding proper event isolation and focus management
  • Optimized search navigation performance by improving decoration updates and using instant scrolling
  • Added proper cleanup of search decorations when find bar is closed to prevent visual artifacts

Command bar changes:

  • Added node_modules + build dirs to ignore patterns
  • Simplified fuzzy matching algorithm
  • Limited results to 50 for performance
  • Stricter matching criteria

Screenshots/Videos

screenrecording-2025-08-21_00-38-10.mp4

Related Issues

Closes #310

if (isVisible) {
setQuery("");
setSelectedIndex(0);
setIsLoadingFiles(files.length === 0); // Only show loading if no files cached
Copy link
Contributor

Choose a reason for hiding this comment

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

Only show loading if no files cached

🤨

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.

Find bar input field hidden by black overlay and search term highlighting not working

3 participants