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
In page.tpl.php you can get the current path and add it to the class array $classes[] = 'path-' . str_replace('/', '', $_SERVER['REQUEST_URI']); You will get an original class for each page....
Insert custom class into body tag
https://www.drupal.org/project/views/issues/1266388 shows that this is an architectural issue, and requires another 2 hooks being adjusted. It would be really nice to add comments/notes to...
node access
Hmmm, from D7 ancient tomes: from https://drupal.stackexchange.com/questions/7056/limit-which-roles-can-view-a-node-basing-on-its-content-type yet https://docs.backdropcms.org/api/...
node access