From 23c131d005bf66e37a767b80430eee6ffcc3e66a Mon Sep 17 00:00:00 2001 From: Daniel Supernault Date: Mon, 23 Dec 2019 23:39:59 -0700 Subject: [PATCH] Update Timeline.vue component --- resources/assets/js/components/Timeline.vue | 61 ++------------------- 1 file changed, 6 insertions(+), 55 deletions(-) diff --git a/resources/assets/js/components/Timeline.vue b/resources/assets/js/components/Timeline.vue index 5fdefebc7..0f38efdca 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