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 <klopez4212@gmail.com>
This commit is contained in:
klopez4212
2026-07-27 21:06:37 +01:00
committed by GitHub
parent f069a85503
commit 75588eaff2
@@ -505,9 +505,7 @@ export const MessageRow = React.memo(
message.pending || message.edited ? (
<>
{message.pending ? (
<p className="font-medium uppercase tracking-[0.14em] text-primary/80">
Sending
</p>
<p className="font-medium text-primary/80">Sending</p>
) : null}
{message.edited ? (
<Tooltip>