mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-23 12:45:38 +00:00
* 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>
7 lines
110 B
JSON
7 lines
110 B
JSON
{
|
|
"version": "1",
|
|
"name": "custom-search",
|
|
"type": "collection",
|
|
"ignore": ["node_modules", ".git"]
|
|
}
|