From e1bbda9e483e58d2082db7d622cbe4d0e6c5dbb0 Mon Sep 17 00:00:00 2001 From: Carlan Calazans Date: Sat, 4 Jul 2020 21:42:35 +0100 Subject: [PATCH 1/4] ISSUE-30: Main Layout - Updated public/index.html to add feather icons - Updated router to redirect to main view - Updated css files to add more colors and few adjustments - Updated logo.png - Added Main view - Added new components for the main layout within community directory - Added white and black sample logos Fixes #30 :green_heart: --- client/public/index.html | 1 + client/src/assets/logo-black.png | Bin 0 -> 372392 bytes client/src/assets/logo-white.png | Bin 0 -> 368729 bytes client/src/assets/logo.png | Bin 6849 -> 15970 bytes .../components/community/ChannelButton.vue | 122 +++++++++++++ .../src/components/community/Communities.vue | 61 +++++++ .../components/community/CommunityButton.vue | 117 ++++++++++++ .../community/CommunityChannelMessage.vue | 108 +++++++++++ .../community/CommunityChannelMessages.vue | 167 +++++++++++++++++ .../community/CommunityChannels.vue | 68 +++++++ .../components/community/CommunityInfo.vue | 69 +++++++ .../components/community/CommunityName.vue | 51 ++++++ .../community/CommunityUserList.vue | 172 ++++++++++++++++++ client/src/components/community/User.vue | 25 +++ client/src/components/community/UserInfo.vue | 131 +++++++++++++ client/src/router/index.js | 8 +- client/src/styles/abstracts/_variables.scss | 22 ++- client/src/styles/main.scss | 15 +- client/src/views/Home.vue | 2 +- client/src/views/Main.vue | 56 ++++++ 20 files changed, 1182 insertions(+), 13 deletions(-) create mode 100644 client/src/assets/logo-black.png create mode 100644 client/src/assets/logo-white.png mode change 100644 => 100755 client/src/assets/logo.png create mode 100644 client/src/components/community/ChannelButton.vue create mode 100644 client/src/components/community/Communities.vue create mode 100644 client/src/components/community/CommunityButton.vue create mode 100644 client/src/components/community/CommunityChannelMessage.vue create mode 100644 client/src/components/community/CommunityChannelMessages.vue create mode 100644 client/src/components/community/CommunityChannels.vue create mode 100644 client/src/components/community/CommunityInfo.vue create mode 100644 client/src/components/community/CommunityName.vue create mode 100644 client/src/components/community/CommunityUserList.vue create mode 100644 client/src/components/community/User.vue create mode 100644 client/src/components/community/UserInfo.vue create mode 100644 client/src/views/Main.vue diff --git a/client/public/index.html b/client/public/index.html index c0344da..960f4b6 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -7,6 +7,7 @@ entropychat.app +