Jelajahi Sumber

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

Frontend ui refactor
daniel 6 tahun lalu
induk
melakukan
56c373dc35
3 mengubah file dengan 1 tambahan dan 3 penghapusan
  1. TEMPAT SAMPAH
      public/js/timeline.js
  2. TEMPAT SAMPAH
      public/mix-manifest.json
  3. 1 3
      resources/assets/js/components/Timeline.vue

TEMPAT SAMPAH
public/js/timeline.js


TEMPAT SAMPAH
public/mix-manifest.json


+ 1 - 3
resources/assets/js/components/Timeline.vue

@@ -471,9 +471,7 @@
 			axios.get('/api/v2/config')
 			.then(res => {
 				this.config = res.data;
-				if(window.outerWidth > 767) {
-					this.fetchProfile();
-				}
+				this.fetchProfile();
 				this.fetchTimelineApi();
 			});
 		},