From 9e7ff7d68d2cf43e603bcfb82bfe8b156ab47c23 Mon Sep 17 00:00:00 2001 From: Jimmy Date: Wed, 29 Jan 2020 13:47:43 -0800 Subject: [PATCH] moving comment box into comments.js and user comment into comment-item.js --- .../src/js/components/lib/comment-item.js | 18 ++++++++++- .../publish/src/js/components/lib/comments.js | 10 ++++++- .../publish/src/js/components/lib/note.js | 30 +------------------ 3 files changed, 27 insertions(+), 31 deletions(-) diff --git a/pkg/interface/publish/src/js/components/lib/comment-item.js b/pkg/interface/publish/src/js/components/lib/comment-item.js index d790a31ce..e10430b23 100644 --- a/pkg/interface/publish/src/js/components/lib/comment-item.js +++ b/pkg/interface/publish/src/js/components/lib/comment-item.js @@ -5,7 +5,23 @@ export class CommentItem extends Component { render() { return (
- +
+
~fabled-faster
+
12m ago
+
+
+

+ Wow, impressive results! Already a few examples in the comments of what bad actors could do this tech. I wanted to share an example of something good. +

+ +

+ I lost my dad about 6 years ago after a Stage 4 cancer diagnosis and a 3 month rapid diagnosis. I have some, but not a lot of video content of him from over the years. My mom still misses him terribly so for her 60th birthday I tried to splice together an audio message and greeting from her saying what I thought he would have said. +

+

+ The work was rough and nowhere near what this Google project could produce. She listens to that poor facsimile every year for her birthday. It's therapeutic for her. With some limits for her mental health of course, I'm sure she would love to hear my dad again with this level of fidelity. + And so would I. +

+
) } diff --git a/pkg/interface/publish/src/js/components/lib/comments.js b/pkg/interface/publish/src/js/components/lib/comments.js index 7ae1b6e25..c9d063f42 100644 --- a/pkg/interface/publish/src/js/components/lib/comments.js +++ b/pkg/interface/publish/src/js/components/lib/comments.js @@ -6,7 +6,15 @@ export class Comments extends Component { render() { return (
- +
+
+ +
+ +
+
) } diff --git a/pkg/interface/publish/src/js/components/lib/note.js b/pkg/interface/publish/src/js/components/lib/note.js index b84ac2e5e..c7e958c71 100644 --- a/pkg/interface/publish/src/js/components/lib/note.js +++ b/pkg/interface/publish/src/js/components/lib/note.js @@ -35,35 +35,7 @@ export class Note extends Component {
6d ago
- -
-
- -
- -
-
-
-
~fabled-faster
-
12m ago
-
-
-

- Wow, impressive results! Already a few examples in the comments of what bad actors could do this tech. I wanted to share an example of something good. -

- -

- I lost my dad about 6 years ago after a Stage 4 cancer diagnosis and a 3 month rapid diagnosis. I have some, but not a lot of video content of him from over the years. My mom still misses him terribly so for her 60th birthday I tried to splice together an audio message and greeting from her saying what I thought he would have said. -

-

- The work was rough and nowhere near what this Google project could produce. She listens to that poor facsimile every year for her birthday. It's therapeutic for her. With some limits for her mental health of course, I'm sure she would love to hear my dad again with this level of fidelity. - And so would I. -

-
-
- +