mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 22:57:59 -04:00
* Re-enable searching by url, request method * Fuzzy matching UI for Quick Switch window * Extract out a Highlight component for Quick Switch matching, and apply fuzzysort to all fuzzy matching to be consistent * Highlighting of search results on the sidebar * Move fuzzysort dependency into the insomnia-app package * Move inline styling to LESS * Update type returned by fuzzyMatch method * Update unit tests, fix flow errors * Updated tests reflecting changes in fuzzyMatch * Fix lint error