From a9376cb9790d9a0b451047b6e1c36210d1afe830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 12 Sep 2022 07:32:18 +0200 Subject: [PATCH] Renamed folder 'FollowList' to 'ProfileList' --- .../features/{FollowList => ProfileList}/FollowList.spec.js | 0 .../features/{FollowList => ProfileList}/FollowList.story.js | 0 .../features/{FollowList => ProfileList}/FollowList.story.json | 0 .../features/{FollowList => ProfileList}/FollowList.vue | 0 webapp/pages/profile/_id/_slug.vue | 2 +- 5 files changed, 1 insertion(+), 1 deletion(-) rename webapp/components/features/{FollowList => ProfileList}/FollowList.spec.js (100%) rename webapp/components/features/{FollowList => ProfileList}/FollowList.story.js (100%) rename webapp/components/features/{FollowList => ProfileList}/FollowList.story.json (100%) rename webapp/components/features/{FollowList => ProfileList}/FollowList.vue (100%) diff --git a/webapp/components/features/FollowList/FollowList.spec.js b/webapp/components/features/ProfileList/FollowList.spec.js similarity index 100% rename from webapp/components/features/FollowList/FollowList.spec.js rename to webapp/components/features/ProfileList/FollowList.spec.js diff --git a/webapp/components/features/FollowList/FollowList.story.js b/webapp/components/features/ProfileList/FollowList.story.js similarity index 100% rename from webapp/components/features/FollowList/FollowList.story.js rename to webapp/components/features/ProfileList/FollowList.story.js diff --git a/webapp/components/features/FollowList/FollowList.story.json b/webapp/components/features/ProfileList/FollowList.story.json similarity index 100% rename from webapp/components/features/FollowList/FollowList.story.json rename to webapp/components/features/ProfileList/FollowList.story.json diff --git a/webapp/components/features/FollowList/FollowList.vue b/webapp/components/features/ProfileList/FollowList.vue similarity index 100% rename from webapp/components/features/FollowList/FollowList.vue rename to webapp/components/features/ProfileList/FollowList.vue diff --git a/webapp/pages/profile/_id/_slug.vue b/webapp/pages/profile/_id/_slug.vue index bfb7adf0d..c4945db45 100644 --- a/webapp/pages/profile/_id/_slug.vue +++ b/webapp/pages/profile/_id/_slug.vue @@ -175,7 +175,7 @@ import PostTeaser from '~/components/PostTeaser/PostTeaser.vue' import HcFollowButton from '~/components/FollowButton.vue' import HcCountTo from '~/components/CountTo.vue' import HcBadges from '~/components/Badges.vue' -import FollowList from '~/components/features/FollowList/FollowList' +import FollowList from '~/components/features/ProfileList/FollowList' import HcEmpty from '~/components/Empty/Empty' import ContentMenu from '~/components/ContentMenu/ContentMenu' import AvatarUploader from '~/components/Uploader/AvatarUploader'