feat: show per-relay failure, pending breakdown on outgoing messages

This commit is contained in:
2026-06-01 15:36:38 +05:30
parent 1dd0270f4f
commit 39a58910f8
8 changed files with 127 additions and 53 deletions
+2 -2
View File
@@ -126,8 +126,8 @@
{/if}
<div class:mt-2={showPubkey && event.kind !== MESSAGE}>
<RoomItemContent {url} event={$innerEvent ?? event} />
{#if thunk}
<ThunkFailure showToastOnRetry {thunk} class="mt-2 text-sm" />
{#if event.pubkey === $pubkey && thunk}
<ThunkFailure showToastOnRetry {thunk} class="mt-1 flex justify-end" />
{/if}
</div>
</div>