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 1 additions and 1 deletions

BIN
public/js/timeline.js vendored

Binary file not shown.

Binary file not shown.

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