szurubooru/client
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
..
css client/posts: add 'skip duplicates' to upload form 2016-09-29 22:26:37 +02:00
html client+server/posts: reverse next/prev post role 2016-10-02 17:07:08 +02:00
img client/general: remove 404 image 2016-09-29 10:53:34 +02:00
js client+server/posts: reverse next/prev post role 2016-10-02 17:07:08 +02:00
public client/build: Google Droid Sans → local Open Sans 2016-05-21 14:02:08 +02:00
.babelrc client/build: transpile ES6 for older browsers 2016-04-13 20:13:10 +02:00
.jscsrc client/build: remove babel when not transpiling 2016-05-21 00:08:43 +02:00
build.js client/build: work around uglifyjs bug #1286 2016-09-29 11:24:22 +02:00
package.json client/router: introduce own router 2016-06-12 21:43:20 +02:00