sim icon indicating copy to clipboard operation
sim copied to clipboard

Editor search icon visibility

Open emir-karabeg opened this issue 1 month ago • 2 comments

Summary

Restores the search icon in the editor toolbar when the search input loses focus and its text content is empty. This improves the user experience by visually indicating that search is no longer active when no query is present.

Fixes #(issue) - If an issue number exists, it should be added here.

Type of Change

  • [x] Bug fix
  • [ ] New feature
  • [ ] Breaking change
  • [ ] Documentation
  • [ ] Other: ___________

Testing

The change was verified by running lint and type checks. Manual verification of the search bar behavior on blur with empty and non-empty input is recommended.

Checklist

  • [x] Code follows project style guidelines
  • [x] Self-reviewed my changes
  • [ ] Tests added/updated and passing
  • [x] No new warnings introduced
  • [x] I confirm that I have read and agree to the terms outlined in the Contributor License Agreement (CLA)

Screenshots/Videos


Open in Cursor Open in Web

emir-karabeg avatar Jan 09 '26 03:01 emir-karabeg