From b7be7018e885bcffbe806f9f6f78d9876b70456e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 12 Sep 2022 08:26:10 +0200 Subject: [PATCH] Move important parts of 'FollowList' to sub component 'ProfileList' --- .../features/ProfileList/FollowList.vue | 147 ++-------------- .../features/ProfileList/ProfileList.vue | 158 ++++++++++++++++++ 2 files changed, 169 insertions(+), 136 deletions(-) create mode 100644 webapp/components/features/ProfileList/ProfileList.vue 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 @@ - - 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 @@ + + + + +