diff --git a/webapp/components/features/ProfileList/FollowList.vue b/webapp/components/features/ProfileList/FollowList.vue index 114a610f1..635eccd5b 100644 --- a/webapp/components/features/ProfileList/FollowList.vue +++ b/webapp/components/features/ProfileList/FollowList.vue @@ -1,64 +1,28 @@ - - - - {{ userName | truncate(15) }} {{ $t(`profile.network.${type}`) }} - - - - - - - - {{ - $t('profile.network.andMore', { - number: allConnectionsCount - connections.length, - }) - }} - - - - {{ userName }} {{ $t(`profile.network.${type}Nobody`) }} - + - - diff --git a/webapp/components/features/ProfileList/ProfileList.vue b/webapp/components/features/ProfileList/ProfileList.vue new file mode 100644 index 000000000..c619da8fc --- /dev/null +++ b/webapp/components/features/ProfileList/ProfileList.vue @@ -0,0 +1,158 @@ + + + + + {{ title }} + + + + + + + + {{ + $t('profile.network.andMore', { + number: allConnectionsCount - connections.length, + }) + }} + + + + {{ titleNobody }} + + + + + +
{{ userName }} {{ $t(`profile.network.${type}Nobody`) }}
{{ titleNobody }}