feat: added caching using browsers built in index db #96

Merged
b merged 9 commits from issue-69 into staging 2024-05-31 11:38:20 +00:00
Showing only changes of commit 425e7bc653 - Show all commits

View File

@ -912,7 +912,9 @@ const DisplayMeta = ({
<UserComponent <UserComponent
pubkey={submittedBy} pubkey={submittedBy}
name={ name={
profile?.display_name || profile?.name || shorten(submittedBy) profile?.display_name ||
profile?.name ||
shorten(hexToNpub(submittedBy))
} }
image={profile?.picture} image={profile?.picture}
/> />