Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Comment List Docs #252

Merged
merged 2 commits into from
Feb 28, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions src-docs/src/views/comment/comment.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ import { OuiText } from '../../../../src/components/text';
const body = (
<OuiText size="s">
<p>
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.
</p>
</OuiText>
);
Expand Down
4 changes: 1 addition & 3 deletions src-docs/src/views/comment/comment_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,9 +167,7 @@ export const CommentListExample = {
<p>
Change the type to <OuiCode>update</OuiCode> 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. &ldquo;jsmith
edited a case&rdquo; or &ldquo;kibanamachine added the review
label&rdquo;).
either the user or the system has performed.
</p>
</div>
),
Expand Down
13 changes: 5 additions & 8 deletions src-docs/src/views/comment/comment_list.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ import { OuiFlexGroup, OuiFlexItem } from '../../../../src/components/flex';
const body = (
<OuiText size="s">
<p>
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.
</p>
</OuiText>
);
Expand Down Expand Up @@ -62,12 +61,10 @@ const complexUsername = (
const longBody = (
<OuiText size="s">
<p>
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.
</p>
</OuiText>
);
Expand Down