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 fb3d9f3923
7 changed files with 88 additions and 45 deletions
+1 -1
View File
@@ -127,7 +127,7 @@
<div class:mt-2={showPubkey && event.kind !== MESSAGE}>
<RoomItemContent {url} event={$innerEvent ?? event} />
{#if thunk}
<ThunkFailure showToastOnRetry {thunk} class="mt-2 text-sm" />
<ThunkFailure showToastOnRetry {thunk} class="mt-1 flex justify-end" />
{/if}
</div>
</div>