From 73dd0e4f608723d6f80181734a01a1c7de246b2a Mon Sep 17 00:00:00 2001 From: bytedefined <56295147+Bytedefined@users.noreply.github.com> Date: Sun, 31 Jul 2022 18:19:46 +0800 Subject: [PATCH 1/2] No friends, no incoming friend requests and no outgoing friend requests messages --- .../Communications/CommunicationsFriends.vue | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/frontend/src/views/Communications/CommunicationsFriends.vue b/frontend/src/views/Communications/CommunicationsFriends.vue index 92f255d..c3fa098 100644 --- a/frontend/src/views/Communications/CommunicationsFriends.vue +++ b/frontend/src/views/Communications/CommunicationsFriends.vue @@ -86,6 +86,13 @@ + + + + You currently do not have any incoming friend requests. + + + + + + + You currently do not have any outgoing friend requests. + + + + + + + You currently do not have any friends. + + + Date: Sun, 31 Jul 2022 18:30:05 +0800 Subject: [PATCH 2/2] Remove un-needed stuff --- frontend/src/views/Communications/CommunicationsFriends.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/Communications/CommunicationsFriends.vue b/frontend/src/views/Communications/CommunicationsFriends.vue index c3fa098..aabb191 100644 --- a/frontend/src/views/Communications/CommunicationsFriends.vue +++ b/frontend/src/views/Communications/CommunicationsFriends.vue @@ -86,7 +86,7 @@ - + You currently do not have any incoming friend requests. @@ -135,7 +135,7 @@ - + You currently do not have any outgoing friend requests. @@ -181,7 +181,7 @@ - + You currently do not have any friends.