Add follow/unfollow

This commit is contained in:
Jon Staab
2024-10-21 09:52:39 -07:00
parent 348d1a1a79
commit af5e1e68cc
2 changed files with 25 additions and 14 deletions
+1 -1
View File
@@ -108,7 +108,7 @@
<div slot="title" class="row-2">
{#if others.length === 1}
{@const pubkey = others[0]}
{@const showProfile = () => pushModal(ProfileDetail, {pubkey})}
{@const showProfile = () => pushModal(ProfileDetail, {pubkey}, {drawer: true})}
<Button on:click={showProfile} class="row-2">
<ProfileCircle {pubkey} size={5} />
<ProfileName {pubkey} />