From 48efd6c202888fc7f8bed8673c17af6c06a4c8f3 Mon Sep 17 00:00:00 2001 From: techcrafter Date: Sun, 8 Nov 2020 17:35:44 +0100 Subject: [PATCH] Home V1.0 --- src/components/chatInformation.vue | 76 +++--------------------------- src/components/room.vue | 7 --- src/components/topBanner.vue | 2 +- src/views/chat.vue | 6 ++- src/views/home.vue | 3 +- 5 files changed, 13 insertions(+), 81 deletions(-) diff --git a/src/components/chatInformation.vue b/src/components/chatInformation.vue index 04ad9ac..16c8be4 100644 --- a/src/components/chatInformation.vue +++ b/src/components/chatInformation.vue @@ -14,78 +14,10 @@

O P

-
TechCrafter07
-
Online
+
{{name}}
+
{{status}}
-
-

O P

-
-
Alban
-
Online
-
-
-
-

O P

-
-
Alban
-
Online
-
-
-
-

O P

-
-
Alban
-
Online
-
-
-
-

O P

-
-
Alban
-
Online
-
-
-
-

O P

-
-
Alban
-
Online
-
-
-
-

O P

-
-
Alban
-
Online
-
-
-

O P

-
-
Alban
-
Online
-
-
-

O P

-
-
Alban
-
Online
-
-
-

O P

-
-
Alban
-
Online
-
-
-

O P

-
-
Alban
-
Online
-
-
- - @@ -98,6 +30,10 @@ export default { name: "chatInformation", components:{ icon + }, + props:{ + name: String, + status: String } } diff --git a/src/components/room.vue b/src/components/room.vue index 11f8188..eb1224c 100644 --- a/src/components/room.vue +++ b/src/components/room.vue @@ -8,13 +8,6 @@
{{onlineUsers}} Online
-
-

O P

-
-
Open Chatroom 2
-
3 Online
-
-
diff --git a/src/components/topBanner.vue b/src/components/topBanner.vue index fa700f6..ed910e5 100644 --- a/src/components/topBanner.vue +++ b/src/components/topBanner.vue @@ -1,7 +1,7 @@ @@ -46,6 +46,10 @@ export default { newMessage, topBanner, chatInformation + }, + props:{ + name: String, + status: String } } diff --git a/src/views/home.vue b/src/views/home.vue index 0c60076..5db0c09 100644 --- a/src/views/home.vue +++ b/src/views/home.vue @@ -1,8 +1,7 @@