浏览代码

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

Frontend ui refactor
daniel 6 年之前
父节点
当前提交
30302097c5
共有 3 个文件被更改,包括 1 次插入1 次删除
  1. 二进制
      public/js/profile.js
  2. 二进制
      public/mix-manifest.json
  3. 1 1
      resources/assets/js/components/Profile.vue

二进制
public/js/profile.js


二进制
public/mix-manifest.json


+ 1 - 1
resources/assets/js/components/Profile.vue

@@ -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';