feat: add retry/resend button on user messages

Hover over any user message to reveal a retry button (↻) that resends
the message text. Disabled while a response is generating.
Includes EN/FR i18n strings.
This commit is contained in:
Nicolas Varrot
2026-02-11 21:56:48 +00:00
parent 473d23c140
commit 5b2f3a340d
3 changed files with 16 additions and 3 deletions

View File

@@ -59,6 +59,7 @@ const en = {
// Message actions
'message.copy': 'Copy message',
'message.copied': 'Copied!',
'message.retry': 'Resend message',
// Timestamps
'time.yesterday': 'Yesterday',
@@ -127,6 +128,7 @@ const fr: Record<keyof typeof en, string> = {
'message.copy': 'Copier le message',
'message.copied': 'Copié !',
'message.retry': 'Renvoyer le message',
'time.yesterday': 'Hier',