From 15e5a21277f487174f66dcc6113edf2aae2265bd Mon Sep 17 00:00:00 2001
From: JustTemmie <47639983+JustTemmie@users.noreply.github.com>
Date: Thu, 10 Jul 2025 22:47:52 +0200
Subject: [PATCH] refactor: try sorting components into sub-folders
---
components/{ => Guild}/Channel.vue | 0
components/{ => Member}/MemberEntry.vue | 0
components/{ => Popups}/CropPopup.vue | 0
components/{ => Popups}/InvitePopup.vue | 0
components/{ => Popups}/Loading.vue | 0
components/{ => User}/UserEntry.vue | 0
components/{ => User}/UserPopup.vue | 0
components/UserArea.vue | 20 -------------------
components/{ => UserInterface}/Button.vue | 0
.../{ => UserInterface}/VerticalSpacer.vue | 0
10 files changed, 20 deletions(-)
rename components/{ => Guild}/Channel.vue (100%)
rename components/{ => Member}/MemberEntry.vue (100%)
rename components/{ => Popups}/CropPopup.vue (100%)
rename components/{ => Popups}/InvitePopup.vue (100%)
rename components/{ => Popups}/Loading.vue (100%)
rename components/{ => User}/UserEntry.vue (100%)
rename components/{ => User}/UserPopup.vue (100%)
delete mode 100644 components/UserArea.vue
rename components/{ => UserInterface}/Button.vue (100%)
rename components/{ => UserInterface}/VerticalSpacer.vue (100%)
diff --git a/components/Channel.vue b/components/Guild/Channel.vue
similarity index 100%
rename from components/Channel.vue
rename to components/Guild/Channel.vue
diff --git a/components/MemberEntry.vue b/components/Member/MemberEntry.vue
similarity index 100%
rename from components/MemberEntry.vue
rename to components/Member/MemberEntry.vue
diff --git a/components/CropPopup.vue b/components/Popups/CropPopup.vue
similarity index 100%
rename from components/CropPopup.vue
rename to components/Popups/CropPopup.vue
diff --git a/components/InvitePopup.vue b/components/Popups/InvitePopup.vue
similarity index 100%
rename from components/InvitePopup.vue
rename to components/Popups/InvitePopup.vue
diff --git a/components/Loading.vue b/components/Popups/Loading.vue
similarity index 100%
rename from components/Loading.vue
rename to components/Popups/Loading.vue
diff --git a/components/UserEntry.vue b/components/User/UserEntry.vue
similarity index 100%
rename from components/UserEntry.vue
rename to components/User/UserEntry.vue
diff --git a/components/UserPopup.vue b/components/User/UserPopup.vue
similarity index 100%
rename from components/UserPopup.vue
rename to components/User/UserPopup.vue
diff --git a/components/UserArea.vue b/components/UserArea.vue
deleted file mode 100644
index d922c3f..0000000
--- a/components/UserArea.vue
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
- HELLO!!
-
-
-
-
-
-
\ No newline at end of file
diff --git a/components/Button.vue b/components/UserInterface/Button.vue
similarity index 100%
rename from components/Button.vue
rename to components/UserInterface/Button.vue
diff --git a/components/VerticalSpacer.vue b/components/UserInterface/VerticalSpacer.vue
similarity index 100%
rename from components/VerticalSpacer.vue
rename to components/UserInterface/VerticalSpacer.vue