Commit Graph

8 Commits

Author SHA1 Message Date
barnold 3efb12bb86 Page navigation tweaks. 2022-10-12 09:04:09 +01:00
barnold 595b4be156 Reduce vertical space taken by page navigation. 2022-09-29 18:04:47 +01:00
barnold 3c2dd9eac5 A few paging changes...
Pass the items name (plural) into the page nav partial.
Simplify what's shown if there's no more than one pageful of items.
2022-09-19 13:39:11 +01:00
barnold 2ac594269d Make rows-per-page a user preference. 2022-09-19 11:50:01 +01:00
barnold 74ae6e1745 Add a helper for formatting numbers. 2022-09-18 18:56:42 +01:00
barnold 7579138d99 Simplied page nav a little further...
by dropping the '->to_abs' calls.  Makes no difference to the links
and saves a little clutter.
2022-09-18 14:51:16 +01:00
barnold 106c859e64 Switched to url_with for page navigation...
since it inherits query parameters for me, simplifying things.
Thanks to kraih[m] on #mojo for help.
2022-09-18 14:46:57 +01:00
barnold 386570b2c6 Share page navigation as a partial template. 2022-09-18 14:17:40 +01:00