mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-10 00:34:50 +00:00
Merge pull request #1173 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
30302097c5
3 changed files with 1 additions and 1 deletions
BIN
public/js/profile.js
vendored
BIN
public/js/profile.js
vendored
Binary file not shown.
Binary file not shown.
|
@ -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 a new issue