Files
bruno/tests/request/collections/custom-search/package.json
anusree-bruno a66e849cfb Feat/editor custom search (#5278)
* added custom search in editor

* UI improvements

* added yellow highlight for search

* added playwright tests

* memoizing matches and few other changes

* fixed issue with debounce

* refactoring and styling fixes

* lint fixes

* ensure ESC closes search bar even when focus is in editor

* move esc logic to editor

---------

Co-authored-by: Sid <siddharth@usebruno.com>
2025-10-08 11:05:17 +05:30

10 lines
191 B
JSON

{
"name": "custom-search",
"version": "1.0.0",
"description": "A test collection for search functionality",
"main": "index.js",
"keywords": [],
"author": "",
"license": "ISC"
}