mastodon/app/javascript/mastodon
ThibG f20c0b8507 Fix timeline pagination in the WebUI (#9516)
The `hasMore` property of timelines in redux store was set whenever an API
request returned only one page of results, *even* if the query only requested
newer statuses (using `since_id`), causing `hasMore` to be incorrectly set to
false whenever fetching new toots in a timeline, which happens each time
an account's timeline or media gallery is visited.
2018-12-14 01:41:38 +01:00
..
actions Fix timeline pagination in the WebUI (#9516) 2018-12-14 01:41:38 +01:00
components Various fixes to scrollable lists and media gallery (#9501) 2018-12-12 22:32:44 +01:00
containers Add a confirmation dialog when hitting reply and the compose box isn't empty (#8893) 2018-10-05 18:44:44 +02:00
features Various fixes to scrollable lists and media gallery (#9501) 2018-12-12 22:32:44 +01:00
locales Weblate translations (2018-12-13) (#9513) 2018-12-13 16:59:51 +01:00
middleware
reducers Fix timeline pagination in the WebUI (#9516) 2018-12-14 01:41:38 +01:00
selectors
service_worker Fix a problem about generating an url of notifications (#8758) 2018-09-24 05:45:58 +02:00
storage
store
utils
api.js
base_polyfills.js
common.js Revert Font Awesome 5 upgrade (#8810) 2018-09-28 02:11:14 +02:00
compare_id.js
extra_polyfills.js
initial_state.js Display customized mascot in web UI and fix admin form for it (#8964) 2018-10-12 04:04:08 +02:00
is_mobile.js
link_header.js
load_polyfills.js
main.js
performance.js
ready.js
rtl.js
scroll.js
settings.js
stream.js
test_setup.js
uuid.js