Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Fuzzy-search, results highlighting and ordering.
Browse files Browse the repository at this point in the history
This takes a different route than #306 by using the fuzzysort library.
The filtered tabs are ordered by relevance.
In consequence, the drag-and-drop experience during a search might feel
inconsistent to the user since the search order != tabs order.
  • Loading branch information
eoger committed May 5, 2018
1 parent 323d8d5 commit 5c968e0
Show file tree
Hide file tree
Showing 5 changed files with 673 additions and 13 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
src/sidebar/dist
src/test/vendor
src/sidebar/lib/fuzzysort.js
Loading

0 comments on commit 5c968e0

Please sign in to comment.