1
0
Fork 0

Merge pull request #1230 from pixelfed/frontend-ui-refactor

Frontend ui refactor
This commit is contained in:
daniel 2019-04-30 00:17:08 -06:00 committed by GitHub
commit 51bf9bc401
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

File diff suppressed because one or more lines are too long

View File

@ -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"
}

View File

@ -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) {