mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
* feat: implemented fuzzy search in grpc methods Changes: 1) New SearchInput reusable component created. 2) Search input box added in grpc methods list. 3) Fuzzy search and keyboard navigation functionality implemented. Closes #5683 * feat: e2e test cases added for new grpc method searchbox * fix: package-lock json update * fix: added missing collection files for testing * fix: fixed lint issue * chore: update package-lock json file * fix: improve keyboard navigation and search handling in MethodDropdown Changes: 1) Adjusted focused index logic for ArrowUp key to remove focus after first item. 2) Enhanced handleSearchChange logic to highlight first item when search text is not empty. * feat: implemented fuzzy search in grpc methods Changes: 1) New SearchInput reusable component created. 2) Search input box added in grpc methods list. 3) Fuzzy search and keyboard navigation functionality implemented. Closes #5683 * feat: e2e test cases added for new grpc method searchbox * fix: added missing collection files for testing * fix: fixed lint issue * chore: update package-lock json file * fix: improve keyboard navigation and search handling in MethodDropdown Changes: 1) Adjusted focused index logic for ArrowUp key to remove focus after first item. 2) Enhanced handleSearchChange logic to highlight first item when search text is not empty. * test: updated test description and some code optimisation
10 lines
187 B
JSON
10 lines
187 B
JSON
{
|
|
"collections": [
|
|
{
|
|
"path": "{{projectRoot}}/tests/grpc/method-search/fixtures/grpc-collection",
|
|
"securityConfig": {
|
|
"jsSandboxMode": "safe"
|
|
}
|
|
}
|
|
]
|
|
} |