]> Sergey Matveev's repositories - public-inbox.git/commit
www: more descriptive pagination
authorEric Wong <e@yhbt.net>
Thu, 27 Aug 2020 22:05:00 +0000 (22:05 +0000)
committerEric Wong <e@yhbt.net>
Fri, 28 Aug 2020 04:25:33 +0000 (04:25 +0000)
commit68f9da93b11412122fff6e6154a42ecabcdbada0
tree99f95ae77972012558b24f56aa06ed57a3a22222
parent6c853f5256f3a324c018a37a9e8a6b9fc8fdc063
www: more descriptive pagination

Being an easily confused person, I find "next" and "prev"
ambiguous as to whether messages on the next or previous page
will be newer or older than the current page.  Clarify that for
the threaded /$INBOX/ view and search results.

For search results sorted by relevance, we'll use "[>= $SCORE]"
or "[<= $SCORE]" to indicate to indicate directionality.

This also fixes $INBOX/new.html for unindexed v1 inboxes.
lib/PublicInbox/Feed.pm
lib/PublicInbox/SearchView.pm
lib/PublicInbox/View.pm