szurubooru/client/js
rr- b0c5031001 client+server/posts: reverse next/prev post role
In the post list, when we navigate to the page with ">" button, we
navigate to older posts.
In the post view, when we navigate to the page with ">" button, we
navigate to older posts as well.

However, in the post list, the ">" button is called "next page".
At the same time, in the post view, the ">" button was called "previous
post". Now it's called "next post".

The difference isn't visible to normal users nor even API consumers as
the "get posts around post X" request isn't documented.

The change is motivated not only by consistency, but to also improve
compatibility with Vimperator's `[[` and `]]`. Vimperator assumes the
word "next" refers to ">" and the word "previous" refers to "<".
2016-10-02 17:07:08 +02:00
..
controllers client+server/posts: reverse next/prev post role 2016-10-02 17:07:08 +02:00
controls client/search: correct case in autocompleted tags 2016-09-29 22:54:51 +02:00
models client/posts: add upload cancelling 2016-09-29 21:55:20 +02:00
util client/search: escape : in tag search 2016-09-29 22:47:41 +02:00
views client+server/posts: reverse next/prev post role 2016-10-02 17:07:08 +02:00
.gitignore client/build: true template precompiling 2016-05-21 10:04:23 +02:00
api.js client/posts: add upload cancelling 2016-09-29 21:55:20 +02:00
config.js split files into client/ and server/ 2016-04-01 18:48:16 +02:00
events.js client/auth: fix tag forms reachable via URL 2016-08-23 23:14:05 +02:00
main.js client/snapshots: add snapshots browser 2016-08-20 13:01:17 +02:00
router.js client/general: improve URL escaping 2016-09-04 02:07:22 +02:00
tags.js client/build: ditch arrayToObject 2016-09-29 11:16:55 +02:00
templates.js client/build: true template precompiling 2016-05-21 10:04:23 +02:00