Skip to content

fix(chat): say "Reply" in the composer hint while replying - #736

Merged
bmc08gt merged 1 commit into
mainfrom
feat/chat-reply-hint
Sep 8, 2026
Merged

fix(chat): say "Reply" in the composer hint while replying#736
bmc08gt merged 1 commit into
mainfrom
feat/chat-reply-hint

Conversation

@bmc08gt

@bmc08gt bmc08gt commented Sep 8, 2026

Copy link
Copy Markdown
Collaborator

The composer's hint read "Message" no matter what the field was aimed at, so an empty field under an open reply strip named the wrong action.

fieldPrompt switches on the composer's mode: "Reply" while replying, "Message" otherwise. Editing keeps "Message" because an edit loads the existing text into the field, so its hint never shows.

@bmc08gt bmc08gt self-assigned this Sep 8, 2026
The composer's hint read "Message" no matter what the field was aimed at,
so an empty field under an open reply strip named the wrong action.

`fieldPrompt` switches on the composer's mode: "Reply" while replying,
"Message" otherwise. Editing keeps "Message" because an edit loads the
existing text into the field, so its hint never shows.
@bmc08gt
bmc08gt force-pushed the feat/chat-reply-hint branch from e577fef to cc2cab5 Compare September 8, 2026 17:51
@bmc08gt
bmc08gt merged commit 57f2b72 into main Sep 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant