Page MenuHomePhabricator

Indicate what page of results is the current page and the number of pages
Closed, ResolvedPublic

Description

In Phab, I launch a search (for the tasks of the project Phabricator).
I navigate in the next page(s) of results…

I am at a page of results, but I do not know which one.

At the end, there are the links:

Prev, 1, 2, 3, 4, Next

But the indication of the current page is missing. It would be nice and useful to indicate which page is the current page, and to indicate also the number of pages.

Please write a phrase like this:

Page 3 of 12.

Thank you.

Event Timeline

Aklapper triaged this task as Lowest priority.Oct 23 2016, 7:29 PM
Aklapper edited projects, added Phabricator (Upstream); removed Phabricator.

This needs to happen in upstream code, and I can imagine that it might not be easy due to performance issues with pagination (= not querying all search results at once at the beginning).

The current page has a current CSS class which defines a margin (border-color: #333;) nowadays. This is a sufficient indicator.