mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
style(post): remove 'loading comments', the backend state string is enough already
This commit is contained in:
@@ -447,11 +447,6 @@ const PostDesktop = ({ openReplyModal, post, roles, showAllReplies, showReplies
|
|||||||
)}
|
)}
|
||||||
</span>
|
</span>
|
||||||
)}
|
)}
|
||||||
{post?.replyCount === undefined && !isPostInAccountComments && !isInPendingPostView && (
|
|
||||||
<span className={styles.loadingString}>
|
|
||||||
<LoadingEllipsis string={t('loading_comments')} />
|
|
||||||
</span>
|
|
||||||
)}
|
|
||||||
{!isHidden &&
|
{!isHidden &&
|
||||||
!(pinned && !isInPostPageView && !showOmittedReplies[cid]) &&
|
!(pinned && !isInPostPageView && !showOmittedReplies[cid]) &&
|
||||||
!isInPendingPostView &&
|
!isInPendingPostView &&
|
||||||
|
|||||||
@@ -361,11 +361,6 @@ const PostMobile = ({ openReplyModal, post, roles, showAllReplies, showReplies =
|
|||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
{post?.replyCount === undefined && !isInPendingPostView && (
|
|
||||||
<span className={styles.loadingString}>
|
|
||||||
<LoadingEllipsis string={t('loading_comments')} />
|
|
||||||
</span>
|
|
||||||
)}
|
|
||||||
{!(pinned && !isInPostView) &&
|
{!(pinned && !isInPostView) &&
|
||||||
!isInPendingPostView &&
|
!isInPendingPostView &&
|
||||||
!isDescription &&
|
!isDescription &&
|
||||||
|
|||||||
Reference in New Issue
Block a user