Improve invite link previews with space metadata (#131) #170

Closed
priyanshu_bharti wants to merge 3 commits from priyanshu_bharti/flotilla:131-improve-link-preview into dev
Showing only changes of commit 84dbe0cfe2 - Show all commits
+2 -1
View File
@@ -58,7 +58,8 @@
<ContentLinkBlockImage {value} {event} class="m-auto max-h-96 rounded-box" />
</button>
{:else if inviteData}
<div class="bg-alt flex max-w-xl flex-col p-4 leading-normal">
<div class="bg-alt flex max-w-xl flex-col gap-4 p-4 leading-normal">
<p class="text-sm opacity-75">Invitation to join a space:</p>
<RelaySummary url={inviteData.url} />
</div>
{:else}