From 75588eaff2354d620e554c055b80ec83735ddb0a Mon Sep 17 00:00:00 2001 From: klopez4212 Date: Mon, 27 Jul 2026 21:06:37 +0100 Subject: [PATCH] Refine pending message status (#3153) ## Summary - Replace the all-caps, widely tracked pending-message label with sentence-case `Sending` - Match the surrounding timestamp and metadata spacing ## Why The status briefly appeared as `SENDING`, unlike nearby message metadata. ## Validation - Desktop typecheck - Focused Biome and text guards - 3,637 desktop unit tests Signed-off-by: kenny lopez --- desktop/src/features/messages/ui/MessageRow.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/desktop/src/features/messages/ui/MessageRow.tsx b/desktop/src/features/messages/ui/MessageRow.tsx index 86038347b..afcb3e863 100644 --- a/desktop/src/features/messages/ui/MessageRow.tsx +++ b/desktop/src/features/messages/ui/MessageRow.tsx @@ -505,9 +505,7 @@ export const MessageRow = React.memo( message.pending || message.edited ? ( <> {message.pending ? ( -

- Sending -

+

Sending

) : null} {message.edited ? (