Implement a very low fidelity UI for threads
This commit is contained in:
parent
d5356361a9
commit
30a762944a
4 changed files with 49 additions and 3 deletions
|
@ -115,6 +115,7 @@ class ThreadView extends React.Component<IProps, IState> {
|
|||
replyToEvent={thread?.replyToEvent}
|
||||
showReplyPreview={false}
|
||||
permalinkCreator={this.props.permalinkCreator}
|
||||
compact={true}
|
||||
/>
|
||||
</BaseCard>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue