diff --git a/resources/assets/js/components/Timeline.vue b/resources/assets/js/components/Timeline.vue index 5fdefebc..0f38efdc 100644 --- a/resources/assets/js/components/Timeline.vue +++ b/resources/assets/js/components/Timeline.vue @@ -90,41 +90,6 @@ - @@ -281,21 +246,13 @@
- Compose Post + + Compose Post +
-
-
-
-
- Tip: Hide follower counts - -
-

- You can hide followers or following count and lists on your profile. -
Privacy Settings

-
-
+
+
@@ -565,7 +522,6 @@ beforeMount() { this.fetchProfile(); this.fetchTimelineApi(); - }, mounted() { @@ -1359,11 +1315,6 @@ this.$refs.ctxModModal.hide(); }, - hideTips() { - this.showTips = false; - window.localStorage.setItem('metro-tips', false); - }, - formatCount(count) { return App.util.format.count(count); }, @@ -1431,7 +1382,7 @@ return _.truncate(caption, { length: len }); - } + }, } } \ No newline at end of file