mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(reply modal): add c/parentCid above textarea, fix tomorrow theme
This commit is contained in:
@@ -88,6 +88,9 @@ const ReplyModal = ({ closeModal, parentCid, scrollY }: ReplyModalProps) => {
|
||||
<div className={styles.link}>
|
||||
<input type='text' ref={urlRef} placeholder={_.capitalize(t('link'))} onChange={(e) => setContent.link(e.target.value)} />
|
||||
</div>
|
||||
<div className={styles.parentCid}>
|
||||
<input type='text' readOnly value={`c/${parentCid && Plebbit.getShortCid(parentCid)}`} />
|
||||
</div>
|
||||
<div className={styles.content}>
|
||||
<textarea
|
||||
cols={48}
|
||||
|
||||
Reference in New Issue
Block a user