mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
MM-55252 Update RHS Thread View to Use Relative Timestamps (#26605)
* switch RHS thread to relative time * update snapshot
This commit is contained in:
parent
d2ce70b4b1
commit
c7cb1bc400
@ -33,7 +33,7 @@ exports[`components/RhsThread should match snapshot 1`] = `
|
|||||||
fromSuppressed={false}
|
fromSuppressed={false}
|
||||||
isThreadView={false}
|
isThreadView={false}
|
||||||
rootPostId="id"
|
rootPostId="id"
|
||||||
useRelativeTimestamp={false}
|
useRelativeTimestamp={true}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
`;
|
`;
|
||||||
|
@ -59,7 +59,7 @@ const RhsThread = ({
|
|||||||
/>
|
/>
|
||||||
<ThreadViewer
|
<ThreadViewer
|
||||||
rootPostId={selected.id}
|
rootPostId={selected.id}
|
||||||
useRelativeTimestamp={false}
|
useRelativeTimestamp={true}
|
||||||
isThreadView={false}
|
isThreadView={false}
|
||||||
fromSuppressed={fromSuppressed}
|
fromSuppressed={fromSuppressed}
|
||||||
/>
|
/>
|
||||||
|
@ -67,7 +67,8 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post {
|
.post {
|
||||||
&.post--root {
|
&.post--root,
|
||||||
|
&.other--root {
|
||||||
padding-top: 16px;
|
padding-top: 16px;
|
||||||
|
|
||||||
.post__body {
|
.post__body {
|
||||||
|
Loading…
Reference in New Issue
Block a user