mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
improve placeholder
This commit is contained in:
@@ -846,9 +846,9 @@ const All = () => {
|
|||||||
(u/
|
(u/
|
||||||
<span key={`pa-${index}`} className="poster-address address-desktop"
|
<span key={`pa-${index}`} className="poster-address address-desktop"
|
||||||
id="reply-button" style={{cursor: "pointer"}}
|
id="reply-button" style={{cursor: "pointer"}}
|
||||||
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>)}
|
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>)}
|
||||||
>
|
>
|
||||||
{<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>}
|
{<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>}
|
||||||
</span>)
|
</span>)
|
||||||
|
|
||||||
<span key={`dt-${index}`}
|
<span key={`dt-${index}`}
|
||||||
@@ -1163,7 +1163,7 @@ const All = () => {
|
|||||||
|
|
||||||
<span key={`pa-${index}`} className="poster-address address-desktop"
|
<span key={`pa-${index}`} className="poster-address address-desktop"
|
||||||
id="reply-button" style={{cursor: "pointer"}}
|
id="reply-button" style={{cursor: "pointer"}}
|
||||||
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={reply.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>)}
|
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={reply.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>)}
|
||||||
>
|
>
|
||||||
(u/
|
(u/
|
||||||
{reply.author?.shortAddress ?
|
{reply.author?.shortAddress ?
|
||||||
@@ -1747,11 +1747,11 @@ const All = () => {
|
|||||||
|
|
||||||
<span key={`mob-pa-${index}`} className="poster-address-mobile address-mobile"
|
<span key={`mob-pa-${index}`} className="poster-address-mobile address-mobile"
|
||||||
id="reply-button" style={{cursor: "pointer"}}
|
id="reply-button" style={{cursor: "pointer"}}
|
||||||
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>)}
|
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>)}
|
||||||
>
|
>
|
||||||
(u/
|
(u/
|
||||||
<span key={`mob-ha-${index}`} className="highlight-address-mobile">
|
<span key={`mob-ha-${index}`} className="highlight-address-mobile">
|
||||||
{<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>}
|
{<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>}
|
||||||
</span>
|
</span>
|
||||||
)
|
)
|
||||||
</span>
|
</span>
|
||||||
@@ -1990,7 +1990,7 @@ const All = () => {
|
|||||||
|
|
||||||
<span key={`mob-pa-${index}`} className="poster-address-mobile address-mobile"
|
<span key={`mob-pa-${index}`} className="poster-address-mobile address-mobile"
|
||||||
id="reply-button" style={{cursor: "pointer"}}
|
id="reply-button" style={{cursor: "pointer"}}
|
||||||
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={reply.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>)}
|
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={reply.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>)}
|
||||||
>
|
>
|
||||||
(u/
|
(u/
|
||||||
{reply.author?.shortAddress ?
|
{reply.author?.shortAddress ?
|
||||||
|
|||||||
@@ -1539,9 +1539,9 @@ const Board = () => {
|
|||||||
(u/
|
(u/
|
||||||
<span key={`pa-${index}`} className="poster-address address-desktop"
|
<span key={`pa-${index}`} className="poster-address address-desktop"
|
||||||
id="reply-button" style={{cursor: "pointer"}}
|
id="reply-button" style={{cursor: "pointer"}}
|
||||||
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>)}
|
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>)}
|
||||||
>
|
>
|
||||||
<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>
|
<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>
|
||||||
</span>)
|
</span>)
|
||||||
|
|
||||||
<span key={`dt-${index}`} className="date-time"
|
<span key={`dt-${index}`} className="date-time"
|
||||||
@@ -1870,7 +1870,7 @@ const Board = () => {
|
|||||||
|
|
||||||
<span key={`pa-${index}`} className="poster-address address-desktop"
|
<span key={`pa-${index}`} className="poster-address address-desktop"
|
||||||
id="reply-button" style={{cursor: "pointer"}}
|
id="reply-button" style={{cursor: "pointer"}}
|
||||||
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={reply.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>)}
|
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={reply.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>)}
|
||||||
>
|
>
|
||||||
(u/
|
(u/
|
||||||
{reply.author?.shortAddress ?
|
{reply.author?.shortAddress ?
|
||||||
@@ -2457,11 +2457,11 @@ const Board = () => {
|
|||||||
|
|
||||||
<span key={`mob-pa-${index}`} className="poster-address-mobile address-mobile"
|
<span key={`mob-pa-${index}`} className="poster-address-mobile address-mobile"
|
||||||
id="reply-button" style={{cursor: "pointer"}}
|
id="reply-button" style={{cursor: "pointer"}}
|
||||||
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>)}
|
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>)}
|
||||||
>
|
>
|
||||||
(u/
|
(u/
|
||||||
<span key={`mob-ha-${index}`} className="highlight-address-mobile">
|
<span key={`mob-ha-${index}`} className="highlight-address-mobile">
|
||||||
{<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>}
|
{<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>}
|
||||||
</span>
|
</span>
|
||||||
)
|
)
|
||||||
</span>
|
</span>
|
||||||
@@ -2695,7 +2695,7 @@ const Board = () => {
|
|||||||
|
|
||||||
<span key={`mob-pa-${index}`} className="poster-address-mobile address-mobile"
|
<span key={`mob-pa-${index}`} className="poster-address-mobile address-mobile"
|
||||||
id="reply-button" style={{cursor: "pointer"}}
|
id="reply-button" style={{cursor: "pointer"}}
|
||||||
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={reply.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>)}
|
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={reply.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>)}
|
||||||
>
|
>
|
||||||
(u/
|
(u/
|
||||||
{reply.author?.shortAddress ?
|
{reply.author?.shortAddress ?
|
||||||
|
|||||||
@@ -857,9 +857,9 @@ const Subscriptions = () => {
|
|||||||
(u/
|
(u/
|
||||||
<span key={`pa-${index}`} className="poster-address address-desktop"
|
<span key={`pa-${index}`} className="poster-address address-desktop"
|
||||||
id="reply-button" style={{cursor: "pointer"}}
|
id="reply-button" style={{cursor: "pointer"}}
|
||||||
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>)}
|
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>)}
|
||||||
>
|
>
|
||||||
{<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>}
|
{<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>}
|
||||||
</span>)
|
</span>)
|
||||||
|
|
||||||
<span key={`dt-${index}`} className="date-time"
|
<span key={`dt-${index}`} className="date-time"
|
||||||
@@ -1174,7 +1174,7 @@ const Subscriptions = () => {
|
|||||||
|
|
||||||
<span key={`pa-${index}`} className="poster-address address-desktop"
|
<span key={`pa-${index}`} className="poster-address address-desktop"
|
||||||
id="reply-button" style={{cursor: "pointer"}}
|
id="reply-button" style={{cursor: "pointer"}}
|
||||||
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={reply.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>)}
|
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={reply.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>)}
|
||||||
>
|
>
|
||||||
(u/
|
(u/
|
||||||
{reply.author?.shortAddress ?
|
{reply.author?.shortAddress ?
|
||||||
@@ -1758,11 +1758,11 @@ const Subscriptions = () => {
|
|||||||
|
|
||||||
<span key={`mob-pa-${index}`} className="poster-address-mobile address-mobile"
|
<span key={`mob-pa-${index}`} className="poster-address-mobile address-mobile"
|
||||||
id="reply-button" style={{cursor: "pointer"}}
|
id="reply-button" style={{cursor: "pointer"}}
|
||||||
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>)}
|
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>)}
|
||||||
>
|
>
|
||||||
(u/
|
(u/
|
||||||
<span key={`mob-ha-${index}`} className="highlight-address-mobile">
|
<span key={`mob-ha-${index}`} className="highlight-address-mobile">
|
||||||
{<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>}
|
{<VerifiedAuthor commentCid={thread.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>}
|
||||||
</span>
|
</span>
|
||||||
)
|
)
|
||||||
</span>
|
</span>
|
||||||
@@ -2001,7 +2001,7 @@ const Subscriptions = () => {
|
|||||||
|
|
||||||
<span key={`mob-pa-${index}`} className="poster-address-mobile address-mobile"
|
<span key={`mob-pa-${index}`} className="poster-address-mobile address-mobile"
|
||||||
id="reply-button" style={{cursor: "pointer"}}
|
id="reply-button" style={{cursor: "pointer"}}
|
||||||
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={reply.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>)}
|
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={reply.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>)}
|
||||||
>
|
>
|
||||||
(u/
|
(u/
|
||||||
{reply.author?.shortAddress ?
|
{reply.author?.shortAddress ?
|
||||||
|
|||||||
@@ -993,10 +993,10 @@ const Thread = () => {
|
|||||||
|
|
||||||
<span className="poster-address address-desktop"
|
<span className="poster-address address-desktop"
|
||||||
id="reply-button" style={{cursor: "pointer"}}
|
id="reply-button" style={{cursor: "pointer"}}
|
||||||
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={comment.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>)}>
|
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={comment.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>)}>
|
||||||
(u/
|
(u/
|
||||||
<span key={`pa-${comment.cid}`} className="poster-address">
|
<span key={`pa-${comment.cid}`} className="poster-address">
|
||||||
{<VerifiedAuthor commentCid={comment.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>}
|
{<VerifiedAuthor commentCid={comment.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>}
|
||||||
</span>)
|
</span>)
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
@@ -1755,11 +1755,11 @@ const Thread = () => {
|
|||||||
|
|
||||||
<span key={`mob-pa-${comment.cid}`} className="poster-address-mobile address-mobile"
|
<span key={`mob-pa-${comment.cid}`} className="poster-address-mobile address-mobile"
|
||||||
id="reply-button" style={{cursor: "pointer"}}
|
id="reply-button" style={{cursor: "pointer"}}
|
||||||
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={comment.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>)}
|
onClick={() => handleAddressClick(<VerifiedAuthor commentCid={comment.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>)}
|
||||||
>
|
>
|
||||||
(u/
|
(u/
|
||||||
<span key={`mob-ha-${comment.cid}`} className="highlight-address-mobile">
|
<span key={`mob-ha-${comment.cid}`} className="highlight-address-mobile">
|
||||||
{<VerifiedAuthor commentCid={comment.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aBcDeFgHiLmN")}</VerifiedAuthor>}
|
{<VerifiedAuthor commentCid={comment.cid}>{({ shortAuthorAddress }) => (shortAuthorAddress || "aPL4c3H0Ld3r")}</VerifiedAuthor>}
|
||||||
</span>
|
</span>
|
||||||
)
|
)
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
Reference in New Issue
Block a user