Closed realyze closed 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.
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.