forked from mirror/pixelfed
Merge pull request #1230 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
51bf9bc401
3 changed files with 3 additions and 3 deletions
2
public/js/timeline.js
vendored
2
public/js/timeline.js
vendored
File diff suppressed because one or more lines are too long
|
@ -11,5 +11,5 @@
|
|||
"/js/profile.js": "/js/profile.js?id=0bb23e4365ea2cd8516c",
|
||||
"/js/search.js": "/js/search.js?id=0d3d080dc05f4f49b204",
|
||||
"/js/status.js": "/js/status.js?id=bf48fe9060a74d1180f2",
|
||||
"/js/timeline.js": "/js/timeline.js?id=58580b00340d53422546"
|
||||
"/js/timeline.js": "/js/timeline.js?id=e4dc2568e04a21685d89"
|
||||
}
|
||||
|
|
|
@ -488,7 +488,7 @@
|
|||
axios.get(apiUrl, {
|
||||
params: {
|
||||
max_id: this.max_id,
|
||||
limit: 4
|
||||
limit: 6
|
||||
},
|
||||
}).then(res => {
|
||||
if (res.data.length && this.loading == false) {
|
||||
|
|
Loading…
Add table
Reference in a new issue