From 84c08189695c749bc700dc67b4f79e033f0dbf95 Mon Sep 17 00:00:00 2001 From: Rory Devane Date: Wed, 9 Sep 2015 11:56:03 +0100 Subject: [PATCH 01/10] git ignores .idea files --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index daeba5f9..61248aef 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ *~ node_modules .DS_Store +.idea From 51364613a41db5af8d7d3d917cadef13910807ce Mon Sep 17 00:00:00 2001 From: Rory Devane Date: Wed, 9 Sep 2015 12:10:28 +0100 Subject: [PATCH 02/10] Removing sample solution from index.html --- public/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index c6220169..b132bfa4 100644 --- a/public/index.html +++ b/public/index.html @@ -7,10 +7,9 @@ -
- + From 075c2af77cb6856e5dae475f23be8305e90d3c2a Mon Sep 17 00:00:00 2001 From: Rory Devane Date: Wed, 9 Sep 2015 13:01:09 +0100 Subject: [PATCH 03/10] added sample CommentBox component --- public/index.html | 31 ++++++++++++++++++++++++------- 1 file changed, 24 insertions(+), 7 deletions(-) diff --git a/public/index.html b/public/index.html index b132bfa4..0c376c2f 100644 --- a/public/index.html +++ b/public/index.html @@ -1,15 +1,32 @@ - + Hello React - + - - -
- - + + +
+ + From b9f6f1595c1367fa42fe8941a4c8b4da5a2bf1aa Mon Sep 17 00:00:00 2001 From: Rory Devane Date: Wed, 9 Sep 2015 13:05:11 +0100 Subject: [PATCH 04/10] added CommentBox and CommentForm components --- public/index.html | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/public/index.html b/public/index.html index 0c376c2f..eb1ff3de 100644 --- a/public/index.html +++ b/public/index.html @@ -12,11 +12,33 @@
+