#495 There should be pagination at the bottom of title page
Closed: Fixed None Opened 9 years ago by lsedlar.

When you go to the title page, you see a long list of projects. This list is paged, which is not obvious, especially once you scroll to the bottom of the page and see the last row containing only two items.

The pagination controls should be included at the bottom of the page, so that once you get there, it is obvious there is more content.

Additionally, given the fact the page is not responsive, is there any reason why the page size is not a multiple of 3?


Additionally, given the fact the page is not responsive, is there any reason why the page size is not a multiple of 3?

I don't understand what you mean here, could you expand?

With 50 items there are 16 rows of three projects and the last row only has two. If the page size was a multiple of three, all rows on the first page would have same number of items.

If the page was responsive and showed different number of projects per row (e.g. on big desktop screen 3 or 4, on narrow mobile screen just one), it would be more challenging to pick a page size that can divide evenly into all such row sizes.

oh, I see, that's just a setting in the configuration that we could tweak sure

Log in to comment on this ticket.

Metadata