mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
feat(post): add post count and highlight functionality to u/address
This commit is contained in:
+16
-10
@@ -143,10 +143,23 @@ const Footer = () => {
|
||||
{t('about')}
|
||||
</a>
|
||||
</li>
|
||||
{downloadAppLink && (
|
||||
<li>
|
||||
<a href={downloadAppLink} target='_blank' rel='noopener noreferrer'>
|
||||
{t('download_app')}
|
||||
</a>
|
||||
</li>
|
||||
)}
|
||||
<li>
|
||||
<a href='https://twitter.com/getplebchan' target='_blank' rel='noopener noreferrer'>
|
||||
Twitter
|
||||
</a>
|
||||
<Link
|
||||
to='/faq'
|
||||
onClick={(e) => {
|
||||
e.preventDefault();
|
||||
alert('work in progress');
|
||||
}}
|
||||
>
|
||||
FAQ
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<a href='https://t.me/plebbit' target='_blank' rel='noopener noreferrer'>
|
||||
@@ -163,13 +176,6 @@ const Footer = () => {
|
||||
GitHub
|
||||
</a>
|
||||
</li>
|
||||
{downloadAppLink && (
|
||||
<li>
|
||||
<a href={downloadAppLink} target='_blank' rel='noopener noreferrer'>
|
||||
{t('download_app')}
|
||||
</a>
|
||||
</li>
|
||||
)}
|
||||
<li>
|
||||
<a href='https://etherscan.io/token/0xEA81DaB2e0EcBc6B5c4172DE4c22B6Ef6E55Bd8f' target='_blank' rel='noopener noreferrer'>
|
||||
{t('token')}
|
||||
|
||||
@@ -66,6 +66,14 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.userAddress {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.postDesktop .userAddress:hover {
|
||||
color: var(--button-desktop-text-color-hover);
|
||||
}
|
||||
|
||||
.postDesktop .subject {
|
||||
color: var(--post-subject-text-color);
|
||||
font-weight: var(--post-subject-font-weight);
|
||||
|
||||
Reference in New Issue
Block a user