⋯
{#if menuOpen}
📋
Copy user ID (npub)
{#if copied === 'userId'}
✓
{/if}
📋
Copy event ID (nevent)
{#if copied === 'eventId'}
✓
{/if}
📄
View Json
{#if isLoggedIn && profileEvent}
✏️
Edit/Clone this event
{/if} {#if isOwnProfile}
⚙️
Edit profile events
🗑️
Delete all events from this npub
{/if} {#if isLoggedIn && !isOwnProfile}
🚩
Report this user
{/if}
🔗
Share with aitherboard
{#if copied === 'share'}
✓
{/if}
{#if isLoggedIn && !isOwnProfile}
{muted ? '🔇' : '🔊'}
{muted ? 'Unmute this user' : 'Mute this user'}
{#if muted}
✓
{/if}
{#if followed}
{:else}
{/if}
{followed ? 'Unfollow this user' : 'Follow this user'}
{#if followed}
✓
{/if}
{/if}
{/if} {#if showJsonModal}
e.key === 'Escape' && closeJsonModal()} aria-label="Close modal" >
Profile Event JSON
×
{#if profileEvent}
{JSON.stringify(profileEvent, null, 2)}
{:else}
Loading profile event...
{/if}
{/if}