From ac0db69c279d68fca9c6f85c90a97044e04c9d19 Mon Sep 17 00:00:00 2001 From: Andrew Losowsky Date: Thu, 1 Jun 2017 13:41:08 -0400 Subject: [PATCH 1/3] Added iPhone 7 What about the Android devices? It says Galaxy S5 but that's up to S7, same with Nexus. --- docs/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 7673d16eb..3943c271b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,6 +30,8 @@ See our [Contribution Guide](https://github.com/coralproject/talk/blob/master/CO - iPad - iPad Pro +- iPhone 7 Plus +- iPhone 7 - iPhone 6 Plus - iPhone 6 - iPhone 5 @@ -42,7 +44,7 @@ See our [Contribution Guide](https://github.com/coralproject/talk/blob/master/CO ### Android Devices -- Galaxy S5 +- Galaxy S5x - Nexus 5X - Nexus 6P From 9fe7b961caf6638170e55ca479ef98db415d61de Mon Sep 17 00:00:00 2001 From: Andrew Losowsky Date: Thu, 1 Jun 2017 13:43:30 -0400 Subject: [PATCH 2/3] Updated description Added mention of Plugins --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 7673d16eb..a09ae6e56 100644 --- a/docs/index.md +++ b/docs/index.md @@ -8,7 +8,7 @@ summary: [![CircleCI](https://circleci.com/gh/coralproject/talk.svg?style=svg)](https://circleci.com/gh/coralproject/talk) -Online comments are broken. Our open-source Talk tool rethinks how moderation, comment display, and conversation function, creating the opportunity for safer, smarter discussions around your work. [Read more about Talk here.](https://coralproject.net/products/talk.html) +Online comments are broken. Mozilla's open-source, plugin-based tool Talk rethinks how moderation, comment display, and conversation function online, creating the opportunity for better, smarter discussions designed to fit your needs. [Read more about Talk here.](https://coralproject.net/products/talk.html) Third party licenses are available via the `/client/3rdpartylicenses.txt` endpoint when the server is running with built assets. From 1bf2053cb8d7fc67db7062dfe2c0b3d2c6d1965e Mon Sep 17 00:00:00 2001 From: StephanieDClark Date: Thu, 1 Jun 2017 11:01:57 -0700 Subject: [PATCH 3/3] Add isReply to commentInputDetailArea api --- client/coral-plugin-commentbox/CommentBox.js | 1 + 1 file changed, 1 insertion(+) diff --git a/client/coral-plugin-commentbox/CommentBox.js b/client/coral-plugin-commentbox/CommentBox.js index ab318be13..3cd48d2b0 100644 --- a/client/coral-plugin-commentbox/CommentBox.js +++ b/client/coral-plugin-commentbox/CommentBox.js @@ -167,6 +167,7 @@ class CommentBox extends React.Component { fill="commentInputDetailArea" registerHook={this.registerHook} unregisterHook={this.unregisterHook} + isReply={isReply} inline />} cancelButtonClicked={cancelButtonClicked}