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
It's not difficult to write JS code in an admin theme (without a module) that would save text from CKEditor to LocalStorage every X minutes and add a button to restore the text from LocalStorage...
Implementing autosave in Ckeditor 5
Another contrib module came to my mind: Save & Edit. Of course, that's also not what you had in mind - it saves to the server. But it can be helpful when the network the author's...
Implementing autosave in Ckeditor 5
... Autosave module that you mentioned, but it saves to the database I thought, that's what you're after. I am looking for is to save to localStorage...
Implementing autosave in Ckeditor 5