Explorar o código

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

Frontend ui refactor
daniel %!s(int64=6) %!d(string=hai) anos
pai
achega
56c373dc35
Modificáronse 3 ficheiros con 1 adicións e 3 borrados
  1. BIN=BIN
      public/js/timeline.js
  2. BIN=BIN
      public/mix-manifest.json
  3. 1 3
      resources/assets/js/components/Timeline.vue

BIN=BIN
public/js/timeline.js


BIN=BIN
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();
 			});
 		},