forked from mirror/pixelfed
Merge pull request #1173 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
30302097c5
File diff suppressed because one or more lines are too long
|
@ -8,7 +8,7 @@
|
|||
"/js/compose.js": "/js/compose.js?id=9436fc6ceea845e5bd62",
|
||||
"/js/developers.js": "/js/developers.js?id=1359f11c7349301903f8",
|
||||
"/js/discover.js": "/js/discover.js?id=75fb12b06ee23fa05186",
|
||||
"/js/profile.js": "/js/profile.js?id=bf431aa6387f69c6a91d",
|
||||
"/js/profile.js": "/js/profile.js?id=a99eaa5b1863b61a0002",
|
||||
"/js/search.js": "/js/search.js?id=0d3d080dc05f4f49b204",
|
||||
"/js/status.js": "/js/status.js?id=0b11c2129b9ebdb0eddf",
|
||||
"/js/timeline.js": "/js/timeline.js?id=a55e77b5ab5237de0aaf"
|
||||
|
|
|
@ -580,7 +580,7 @@ export default {
|
|||
},
|
||||
|
||||
infiniteTimeline($state) {
|
||||
if(this.loading) {
|
||||
if(this.loading || this.timeline < 9) {
|
||||
return;
|
||||
}
|
||||
let apiUrl = '/api/v1/accounts/' + this.profileId + '/statuses';
|
||||
|
|
Loading…
Reference in New Issue