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}
|
||||
isThreadView={false}
|
||||
rootPostId="id"
|
||||
useRelativeTimestamp={false}
|
||||
useRelativeTimestamp={true}
|
||||
/>
|
||||
</div>
|
||||
`;
|
||||
|
@ -59,7 +59,7 @@ const RhsThread = ({
|
||||
/>
|
||||
<ThreadViewer
|
||||
rootPostId={selected.id}
|
||||
useRelativeTimestamp={false}
|
||||
useRelativeTimestamp={true}
|
||||
isThreadView={false}
|
||||
fromSuppressed={fromSuppressed}
|
||||
/>
|
||||
|
@ -67,7 +67,8 @@
|
||||
}
|
||||
|
||||
.post {
|
||||
&.post--root {
|
||||
&.post--root,
|
||||
&.other--root {
|
||||
padding-top: 16px;
|
||||
|
||||
.post__body {
|
||||
|
Loading…
Reference in New Issue
Block a user