From 1dc91618d70e4f7d4c4191ef007c123f2a898cb9 Mon Sep 17 00:00:00 2001 From: Matt Provost Date: Tue, 24 Jan 2023 20:48:51 +0000 Subject: [PATCH] Update Comment List Docs Signed-off-by: Matt Provost --- src-docs/src/views/comment/comment.tsx | 3 +-- src-docs/src/views/comment/comment_example.js | 4 +--- src-docs/src/views/comment/comment_list.tsx | 13 +++++-------- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/src-docs/src/views/comment/comment.tsx b/src-docs/src/views/comment/comment.tsx index 569133a7d1..d72839da3c 100644 --- a/src-docs/src/views/comment/comment.tsx +++ b/src-docs/src/views/comment/comment.tsx @@ -17,8 +17,7 @@ import { OuiText } from '../../../../src/components/text'; const body = (

- Far out in the uncharted backwaters of the unfashionable end of the - western spiral arm of the Galaxy lies a small unregarded yellow sun. + Quisque a nisi lacinia, ultrices ipsum sed, tempor odio. Nulla facilisi.

); diff --git a/src-docs/src/views/comment/comment_example.js b/src-docs/src/views/comment/comment_example.js index e6ca047f47..52eae93131 100644 --- a/src-docs/src/views/comment/comment_example.js +++ b/src-docs/src/views/comment/comment_example.js @@ -167,9 +167,7 @@ export const CommentListExample = {

Change the type to update to display comments that generally do not have a body and are logging actions that - either the user or the system has performed (e.g. “jsmith - edited a case” or “kibanamachine added the review - label”). + either the user or the system has performed.

), diff --git a/src-docs/src/views/comment/comment_list.tsx b/src-docs/src/views/comment/comment_list.tsx index b2396e7639..866ca753c4 100644 --- a/src-docs/src/views/comment/comment_list.tsx +++ b/src-docs/src/views/comment/comment_list.tsx @@ -23,8 +23,7 @@ import { OuiFlexGroup, OuiFlexItem } from '../../../../src/components/flex'; const body = (

- Far out in the uncharted backwaters of the unfashionable end of the - western spiral arm of the Galaxy lies a small unregarded yellow sun. + Quisque a nisi lacinia, ultrices ipsum sed, tempor odio. Nulla facilisi.

); @@ -62,12 +61,10 @@ const complexUsername = ( const longBody = (

- This planet has - or rather had - a problem, which was this: most of the - people living on it were unhappy for pretty much of the time. Many - solutions were suggested for this problem, but most of these were largely - concerned with the movements of small green pieces of paper, which is odd - because on the whole it was not the small green pieces of paper that were - unhappy. + Mauris mauris orci, volutpat id blandit eu, sodales a quam. In convallis + pulvinar sollicitudin. Vivamus luctus sed mauris quis tincidunt. Nunc at + congue metus, vitae tincidunt ligula. In finibus nisi non mollis + convallis.

);