diff --git a/components/DirectMessagesSidebar.vue b/components/DirectMessagesSidebar.vue new file mode 100644 index 0000000..d9f677d --- /dev/null +++ b/components/DirectMessagesSidebar.vue @@ -0,0 +1,38 @@ + + + + Direct Messages + + + + + + + + + + + + \ No newline at end of file diff --git a/components/Guild/ChannelEntry.vue b/components/Guild/Channel.vue similarity index 100% rename from components/Guild/ChannelEntry.vue rename to components/Guild/Channel.vue diff --git a/components/Me/AddFriend.vue b/components/Me/AddFriend.vue deleted file mode 100644 index 0867a0e..0000000 --- a/components/Me/AddFriend.vue +++ /dev/null @@ -1,63 +0,0 @@ - - - Add a Friend - Enter a friend's Gorb ID to send them a friend request. - - - - - - - - - - \ No newline at end of file diff --git a/components/Me/DirectMessagesSidebar.vue b/components/Me/DirectMessagesSidebar.vue deleted file mode 100644 index 5a0e99d..0000000 --- a/components/Me/DirectMessagesSidebar.vue +++ /dev/null @@ -1,49 +0,0 @@ - - - - - Direct Messages - - - - - - Friends - - - - - - - - - - - - - \ No newline at end of file diff --git a/components/Me/FriendsList.vue b/components/Me/FriendsList.vue deleted file mode 100644 index 8fc7daf..0000000 --- a/components/Me/FriendsList.vue +++ /dev/null @@ -1,61 +0,0 @@ - - - - - - Online – {{ "N/A" }} - Friend Requests – {{ "N/A" }} - Friends – {{ friends?.length || "N/A" }} - - - - Not Implemented - - - - Not Implemented - - - - - - - - - - - \ No newline at end of file diff --git a/components/Member/MemberEntry.vue b/components/Member/MemberEntry.vue index 1ea4170..ed4cd48 100644 --- a/components/Member/MemberEntry.vue +++ b/components/Member/MemberEntry.vue @@ -10,6 +10,7 @@ \ No newline at end of file diff --git a/pages/me/friends.vue b/pages/me/friends.vue deleted file mode 100644 index b284658..0000000 --- a/pages/me/friends.vue +++ /dev/null @@ -1,82 +0,0 @@ - - - - - - All Friends - Online - Pending - Add Friend - - - - - - - - - - - - - - \ No newline at end of file diff --git a/pages/me/index.vue b/pages/me/index.vue index b075668..41deadf 100644 --- a/pages/me/index.vue +++ b/pages/me/index.vue @@ -1,12 +1,23 @@ - - + + + + + + Welcome to gorb :3 + + + Click on a guild to the left to view a guild. + + Or click the button in the bottom left to join a guild. + + + +
Online – {{ "N/A" }}
Friend Requests – {{ "N/A" }}
Friends – {{ friends?.length || "N/A" }}
+ Click on a guild to the left to view a guild. + + Or click the button in the bottom left to join a guild. +