mirror of
https://github.com/block/buzz.git
synced 2026-08-18 06:50:31 +02:00
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user