mastodon/app/javascript/flavours/glitch
Thibaut Girka 132dd28162 [Glitch] Fix timeline pagination in the WebUI
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-13 21:59:46 +01:00
..
actions [Glitch] Fix timeline pagination in the WebUI 2018-12-13 21:59:46 +01:00
components [Glitch] Fix “load more” button when no data has been fetched 2018-12-13 15:00:36 +01:00
containers Add error boundary component to catch Web UI crashes 2018-11-28 22:36:01 +01:00
features [Glitch] Fix “load more” button when no data has been fetched 2018-12-13 15:00:36 +01:00
images
locales
middleware
packs
reducers [Glitch] Fix timeline pagination in the WebUI 2018-12-13 21:59:46 +01:00
selectors
store
styles [Glitch] Fix various things in the directory 2018-12-09 16:08:10 +01:00
util Move URLs to backend in their own file 2018-11-19 15:56:38 +01:00
names.yml
theme.yml