mirror of
https://github.com/pixelfed/pixelfed.git
synced 2025-01-31 03:13:04 +00:00
Merge pull request #1230 from pixelfed/frontend-ui-refactor
Frontend ui refactor
This commit is contained in:
commit
51bf9bc401
3 changed files with 1 additions and 1 deletions
BIN
public/js/timeline.js
vendored
BIN
public/js/timeline.js
vendored
Binary file not shown.
Binary file not shown.
|
@ -488,7 +488,7 @@
|
||||||
axios.get(apiUrl, {
|
axios.get(apiUrl, {
|
||||||
params: {
|
params: {
|
||||||
max_id: this.max_id,
|
max_id: this.max_id,
|
||||||
limit: 4
|
limit: 6
|
||||||
},
|
},
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res.data.length && this.loading == false) {
|
if (res.data.length && this.loading == false) {
|
||||||
|
|
Loading…
Reference in a new issue