szurubooru/client/js/views
rr- 29b0fde9a7 client/paging: improve endless paging
- Change page number indicator
- Remove most of the scrolling cruft as it has no chance of working
  anyway, thanks to our benevolent browsers
- Scroll to page header if the page is not the first one (I'm surprised
  this even works)
- Use promises rather than timers
- Simplify top page detection using .elementFromPoint rather than
  iterating over all pages. Coincidentally, this seems to work slightly
  better
2016-05-09 11:17:26 +02:00
..
empty_view.js client/views: extract empty view 2016-04-09 22:39:13 +02:00
endless_page_view.js client/paging: improve endless paging 2016-05-09 11:17:26 +02:00
file_dropper_control.js client/users: support avatar changing 2016-04-10 18:54:19 +02:00
help_view.js client/help: split search help into sections 2016-04-17 00:03:45 +02:00
home_view.js client/views: replace inheritance with composition 2016-04-09 22:23:24 +02:00
login_view.js client/views: replace inheritance with composition 2016-04-09 22:23:24 +02:00
manual_page_view.js client/users: add keyboard shortcuts to user list 2016-04-14 21:50:59 +02:00
password_reset_view.js client/views: replace inheritance with composition 2016-04-09 22:23:24 +02:00
registration_view.js client/views: move form controls to HB helpers 2016-04-10 16:23:33 +02:00
settings_view.js client/users: add keyboard shortcuts to user list 2016-04-14 21:50:59 +02:00
tag_list_header_view.js client/tags: add tag listing 2016-04-29 12:58:56 +02:00
tag_list_page_view.js client/tags: add tag listing 2016-04-29 12:58:56 +02:00
top_nav_view.js client/views: fix access key underline 2016-04-14 21:50:59 +02:00
user_deletion_view.js client/views: replace inheritance with composition 2016-04-09 22:23:24 +02:00
user_edit_view.js client/users: support avatar changing 2016-04-10 18:54:19 +02:00
user_list_header_view.js client/users: add keyboard shortcuts to user list 2016-04-14 21:50:59 +02:00
user_list_page_view.js client/users: add filtering 2016-04-14 17:50:46 +02:00
user_summary_view.js client/views: replace inheritance with composition 2016-04-09 22:23:24 +02:00
user_view.js client/views: replace inheritance with composition 2016-04-09 22:23:24 +02:00