You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
Akihiko Odaki b0664a5e6c Replace onScrollToBottom with onLoadMore (#6615)
onScrollToBottom was a function to run instead of onScrollToTop and
onScroll when scrolling to the bottom. The behavior to prevent
onScrollToTop was inconvenient because the viewport can be at the bottom
and at the top at the same time if the viewport is larger than the
container.

onScrollToBottom was also called when the button to load more is clicked
on contray to the name suggests, which led notifications and
status_list_container components to mark the scrolled location is not at
the top mistakenly.

onLoadMore is a replacement for onScrollToBottom. It will be called
independently from onScrollToTop and onScroll.
7 years ago
..
chewy Full-text search for authorized statuses (#6423) 7 years ago
controllers Redirect from Web tag timeline to public tag timeline if not signed in (#6633) 7 years ago
helpers Do not default site_title with site_hostname in InstanceHelper (#6624) 7 years ago
javascript Replace onScrollToBottom with onLoadMore (#6615) 7 years ago
lib Federate pinned statuses over ActivityPub (#6610) 7 years ago
mailers Account archive download (#6460) 7 years ago
models Provide default OTP_SECRET value for development environment (#6617) 7 years ago
policies Account archive download (#6460) 7 years ago
presenters Redesign landing page (again) (#6486) 7 years ago
serializers Do not fetch environment variables to determine default locale (#6618) 7 years ago
services Federate pinned statuses over ActivityPub (#6610) 7 years ago
validators Validation of count works even when text of status is nil (#6429) 7 years ago
views Fix #6611: Typo in change password template (#6616) 7 years ago
workers Federate pinned statuses over ActivityPub (#6610) 7 years ago