From de94377718fabb5a0e6f50710d734f6f2cad2efd Mon Sep 17 00:00:00 2001 From: JV Cortez Date: Mon, 21 Aug 2017 14:52:44 -0700 Subject: [PATCH 01/10] fixed spacing --- client/src/MainApp/MatchmakerEvent.jsx | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/client/src/MainApp/MatchmakerEvent.jsx b/client/src/MainApp/MatchmakerEvent.jsx index 8f18b08..1d52c66 100644 --- a/client/src/MainApp/MatchmakerEvent.jsx +++ b/client/src/MainApp/MatchmakerEvent.jsx @@ -12,20 +12,20 @@ class MatchmakerEvent extends Component { console.log('end')} className='master-root'> { data.map(item => - //make card and card border bigger - //make sure it's mobile responsive - console.log('reject ' + item.username)} - onSwipeRight={() => { - console.log('accept ' + item.username); - this.props.inviteUserB(item); - }}> -

{item.username}

- avatar image -

{item.tagline}

-

{item.blurb}

-
- )} + //make card and card border bigger + //make sure it's mobile responsive + console.log('reject ' + item.username)} + onSwipeRight={() => { + console.log('accept ' + item.username); + this.props.inviteUserB(item); + }}> +

{item.username}

+ avatar image +

{item.tagline}

+

{item.blurb}

+
+ )}
) From 454bdf0fccf1a69c510752bd8d6415f18c5cf7f7 Mon Sep 17 00:00:00 2001 From: JV Cortez Date: Tue, 22 Aug 2017 14:27:34 -0700 Subject: [PATCH 02/10] removed popupchat component --- client/src/MainApp/MatchmakerEvent.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/MainApp/MatchmakerEvent.jsx b/client/src/MainApp/MatchmakerEvent.jsx index 6f53692..fb7f316 100644 --- a/client/src/MainApp/MatchmakerEvent.jsx +++ b/client/src/MainApp/MatchmakerEvent.jsx @@ -7,7 +7,6 @@ class MatchmakerEvent extends Component { console.log(data) return (
- console.log('end')} className='master-root'> {data.map(item => Date: Tue, 22 Aug 2017 14:28:23 -0700 Subject: [PATCH 03/10] removed unnecessary spaces and added margin-bottom for main page --- client/styles/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/styles/main.scss b/client/styles/main.scss index 6719557..868cbed 100644 --- a/client/styles/main.scss +++ b/client/styles/main.scss @@ -299,10 +299,10 @@ nav { flex-direction: column; } - .matchmakerEventAndChat-container { display: flex; justify-content: space-evenly; + margin-bottom: 100px; } #chatbar { From be25016fc7a9687f2191c12f1ec5a4f9506f62b5 Mon Sep 17 00:00:00 2001 From: JV Cortez Date: Wed, 23 Aug 2017 18:44:07 -0700 Subject: [PATCH 04/10] removed unnecessary styling and added placeholder for logo placement --- client/src/NavigationBar.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/NavigationBar.jsx b/client/src/NavigationBar.jsx index e34ba94..b8c8360 100644 --- a/client/src/NavigationBar.jsx +++ b/client/src/NavigationBar.jsx @@ -46,10 +46,10 @@ class NavigationBar extends Component { ); return ( -