szurubooru/client/js/views
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
..
comments_page_view.js client/events: adjust event names 2016-08-22 21:36:45 +02:00
empty_view.js client/general: improve scrolling 2016-07-13 17:18:28 +02:00
endless_page_view.js client/search: fix dangling 'no data to show' 2016-09-10 11:36:51 +02:00
help_view.js client/general: improve scrolling 2016-07-13 17:18:28 +02:00
home_view.js client/general: improve scrolling 2016-07-13 17:18:28 +02:00
login_view.js client/general: clean up, refactor 2016-08-05 23:02:41 +02:00
manual_page_view.js client/paging: avoid redrawing header navigation 2016-08-28 23:40:28 +02:00
not_found_view.js client/general: improve scrolling 2016-07-13 17:18:28 +02:00
password_reset_view.js client/password-reset: fix event binding 2016-08-14 16:57:46 +02:00
post_upload_view.js client/posts: add 'skip duplicates' to upload form 2016-09-29 22:26:37 +02:00
post_view.js client+server/posts: reverse next/prev post role 2016-10-02 17:07:08 +02:00
posts_header_view.js client/search: escape : in tag search 2016-09-29 22:47:41 +02:00
posts_page_view.js client/posts: add mass tag 2016-07-06 23:03:37 +02:00
registration_view.js client/general: clean up, refactor 2016-08-05 23:02:41 +02:00
settings_view.js client/events: adjust event names 2016-08-22 21:36:45 +02:00
snapshots_page_view.js client/snapshots: add snapshots browser 2016-08-20 13:01:17 +02:00
tag_categories_view.js client/general: improve scrolling 2016-07-13 17:18:28 +02:00
tag_delete_view.js client/general: refactor control flow 2016-06-18 10:35:20 +02:00
tag_edit_view.js client/tags: add exit confirmation for edit form 2016-08-22 21:38:31 +02:00
tag_merge_view.js client/general: refactor control flow 2016-06-18 10:35:20 +02:00
tag_summary_view.js client/tags: add summary view, add tag description 2016-06-23 00:17:11 +02:00
tag_view.js client/auth: fix tag forms reachable via URL 2016-08-23 23:14:05 +02:00
tags_header_view.js client/search: escape : in tag search 2016-09-29 22:47:41 +02:00
tags_page_view.js client/general: refactor control flow 2016-06-18 10:35:20 +02:00
top_navigation_view.js client/general: refactor control flow 2016-06-18 10:35:20 +02:00
user_delete_view.js client/general: refactor control flow 2016-06-18 10:35:20 +02:00
user_edit_view.js client/users: stop native completion 2016-08-22 21:46:30 +02:00
user_summary_view.js client/general: refactor control flow 2016-06-18 10:35:20 +02:00
user_view.js client/auth: fix user forms reachable via URL 2016-08-23 23:14:05 +02:00
users_header_view.js client/search: go back to page 1 on query change 2016-08-28 23:40:28 +02:00
users_page_view.js client/general: refactor control flow 2016-06-18 10:35:20 +02:00