kitt-browser / dev-tools

MIT License
0 stars 0 forks source link

Display how many search results were found and the current index. #5

Closed realyze closed 10 years ago

realyze commented 10 years ago

The way the search results are presented now is confusing. We need a "total search results" count and the index of the currently selected one.

realyze commented 10 years ago

the HTML for that is already there (this line in popup.html):

<span ng-if="activeSearchResult">{{getSearchIndex() + 1}}/{{searchResults.length}}</span>

We just need to style it. I suggest we put it between the < and > buttons.

ghost commented 10 years ago

Added in https://github.com/kitt-browser/dev-tools/commit/3e8a5c9aff606b70b1cf479c9e5e5f6446176517.