[RFC] Better Pagination for touch screens

These requests for comments/change have lead to an implemented feature that has been successfully merged into the 3.1/Ascraeus branch. Everything listed in this forum will be available in phpBB 3.1.
Post Reply
User avatar
Sumanai
Registered User
Posts: 95
Joined: Sat Aug 31, 2013 11:12 am

Re: Better Pagination for touch screens

Post by Sumanai »

Sorry, did not immediately understand.
But even there it is not necessary to reduce pagination for all the sake of devices with small screens.
My suggestion-on small screens move pagination on one line with "Replies: xx".
Example here, in my opinion, it looks good:
Image
Sorry for my English.

User avatar
PayBas
Registered User
Posts: 305
Joined: Tue Jul 29, 2008 6:08 pm
Contact:

Re: Better Pagination for touch screens

Post by PayBas »

That's not a bad idea (although I would like to combine your idea with a reduction in the number of page elements). All in favor?

User avatar
Sumanai
Registered User
Posts: 95
Joined: Sat Aug 31, 2013 11:12 am

Re: Better Pagination for touch screens

Post by Sumanai »

PayBas wrote:That's not a bad idea (although I would like to combine your idea with a reduction in the number of page elements). All in favor?
Reduce by one element, that is enough, imho.
Sorry for my English.

keith10456
Registered User
Posts: 523
Joined: Sat Apr 22, 2006 10:29 pm
Contact:

Re: Better Pagination for touch screens

Post by keith10456 »

PayBas wrote:That's not a bad idea (although I would like to combine your idea with a reduction in the number of page elements). All in favor?
Agreed...

User avatar
hanakin
Front-End Dev Team Lead
Front-End Dev Team Lead
Posts: 968
Joined: Sat Dec 25, 2010 9:02 pm
Contact:

Re: Better Pagination for touch screens

Post by hanakin »

agree mobile needs handled but although it makes sense to move it its not really fixing much just giving us a little breathing room. I would like to see the icon become some sort of responsive functionality for handling the paging
Donations welcome via Paypal Image

User avatar
M.Gaetan89
Registered User
Posts: 64
Joined: Tue Jan 28, 2014 7:17 pm
Location: Divonne-les-Bains, France
Contact:

Re: Better Pagination for touch screens

Post by M.Gaetan89 »

Agreed. Also, I don't think anyone took note of this yet:

M.Gaetan89 wrote:Would it be possible to apply the same style to the pagination of each topic on viewforum.php? It will improve consistency in the design.

And what about using input type number for the page selector? It will improve usability on mobile devices. And if the browser does not support it, it falls back to type text, so no harm done.

User avatar
PayBas
Registered User
Posts: 305
Joined: Tue Jul 29, 2008 6:08 pm
Contact:

Re: Better Pagination for touch screens

Post by PayBas »

Fixed and merged: https://github.com/phpbb/phpbb/pull/2696
M.Gaetan89 wrote:Would it be possible to apply the same style to the pagination of each topic on viewforum.php? It will improve consistency in the design.
Not sure what you mean. They already share 95% of their code. The topicrow-pagination is just a bit smaller (for obvious reasons), with a little bit smaller border-radius. Other than that, they are identical.

User avatar
M.Gaetan89
Registered User
Posts: 64
Joined: Tue Jan 28, 2014 7:17 pm
Location: Divonne-les-Bains, France
Contact:

Re: Better Pagination for touch screens

Post by M.Gaetan89 »

Ok, that's why it looks different. The border-radius does everything :-p

Post Reply