Add menu to threads

This commit is contained in:
Jon Staab
2024-10-23 16:16:28 -07:00
parent 09028b69a4
commit 306a0f0f3d
14 changed files with 227 additions and 216 deletions
+2 -1
View File
@@ -24,7 +24,8 @@
const onClick = () => pushDrawer(ProfileDetail, {pubkey})
$: following = pubkey === $session!.pubkey || getPubkeyTagValues(getListTags($userFollows)).includes(pubkey)
$: following =
pubkey === $session!.pubkey || getPubkeyTagValues(getListTags($userFollows)).includes(pubkey)
</script>
<div class="flex max-w-full gap-3">