mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
display state strings from backend, but with user friendly wording
This commit is contained in:
@@ -121,7 +121,7 @@ const Board = () => {
|
||||
const { activeCid, threadCid, closeModal, openReplyModal, showReplyModal, scrollY, subplebbitAddress: postSubplebbitAddress } = useReplyModal();
|
||||
|
||||
const { blocked, unblock } = useBlock({ address: subplebbitAddress });
|
||||
const loadingStateString = useFeedStateString(subplebbitAddresses) || t('loading');
|
||||
const loadingStateString = useFeedStateString(subplebbitAddresses) || t('loading_board');
|
||||
|
||||
const handleNewerPostsButtonClick = () => {
|
||||
window.scrollTo({ top: 0, left: 0 });
|
||||
|
||||
@@ -221,6 +221,7 @@
|
||||
|
||||
.stateString {
|
||||
color: var(--post-mobile-abbr-text-color);
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
.loadingString {
|
||||
|
||||
Reference in New Issue
Block a user