From b57b4c6e45ca612a890e594942e86faab5a946e0 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 8 Feb 2019 05:31:06 -0500 Subject: [PATCH 1/4] #291 - disable empty tabs in user profile panel --- src/components/tab_switcher/tab_switcher.js | 2 +- src/components/user_profile/user_profile.vue | 7 +++++-- .../entity_normalizer/entity_normalizer.service.js | 2 ++ 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/components/tab_switcher/tab_switcher.js b/src/components/tab_switcher/tab_switcher.js index f9c3f92765..423df258ab 100644 --- a/src/components/tab_switcher/tab_switcher.js +++ b/src/components/tab_switcher/tab_switcher.js @@ -37,7 +37,7 @@ export default Vue.component('tab-switcher', { return (
- +
) }) diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index 9001ed0018..7a1e6a18f5 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -9,19 +9,20 @@ -
+
-
+
@@ -29,6 +30,7 @@
{ output.locked = data.locked output.followers_count = data.followers_count output.statuses_count = data.statuses_count + output.favourites_count = data.favourites_count + output.media_count = data.media_count output.friends = [] output.followers = [] From 34169e692f9d42104413b816b3f096d808360ce4 Mon Sep 17 00:00:00 2001 From: dave Date: Fri, 8 Feb 2019 09:56:45 -0500 Subject: [PATCH 2/4] #291 - enable media/favorite tabs with prefetched data --- src/components/user_profile/user_profile.vue | 6 +++--- src/services/entity_normalizer/entity_normalizer.service.js | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/user_profile/user_profile.vue b/src/components/user_profile/user_profile.vue index 7a1e6a18f5..cfb4fa9505 100644 --- a/src/components/user_profile/user_profile.vue +++ b/src/components/user_profile/user_profile.vue @@ -30,7 +30,7 @@
- +