Description of the need
The full pager has some advantages to navigation of results on a page view or page search results. However, this is only really suitable for desktop.
6083 will add the option of mini pager to search results. In this I suggested that making the pager responsive to screen size could be a good addition and it was decided that a separate issue should capture this for both Search and Views.
Proposed solution
An additional option of "Responsive" for pager choice which will add both to the markup but also add classes so they can be displayed or not according to screen width. If these elements have default CSS, we could add in sensible screen sizes to switch. We could need to ensure it worked for Basis and Seven
Alternatives that have been considered
None
Is there a Drupal or Backdrop contributed module that accomplishes this? Not aware
Additional information
Add any other information or screenshots that would help.
Draft of feature description for Press Release (1 paragraph at most)
Backdrop now includes the ability to switch pager type for Views and Search depending on the screen size.
Recent comments
Hi @Gnome and welcome to Backdrop When I create custom layout templates I put them in /layouts/custom/my_layout Note: you can split modules and layouts between contrib and custom...
My layout template (layout--blog.tpl.php) doesn't work
This post explains how to do this in Drupal 7. In Backdrop, File Entity is already part of core. You will need to download and install module Views Field View. https://drupal.stackexchange...
I Need to Display an Image in a View that was Uploaded to a Webform
After alot of trials, i have done the obvious and translated the whole block for different languages with each property condition as follows: ->propertyCondition('langcode', 'en...
How to get the current page language?