Archived
Messages with image attachments could take a moment to appear (large base64 upload, server-side resize, first-session open) while the composer cleared instantly, making it look like nothing happened. Await the send for attachment messages and surface a "Sending…" button label plus a "Sending your files…" / "Saving your files…" hint, disabling the composer until the message lands. Plain text messages stay fire-and-forget so the input frees up instantly.
6 lines
505 B
Markdown
6 lines
505 B
Markdown
---
|
|
"@jmfederico/pi-web": patch
|
|
---
|
|
|
|
Show a sending indicator in the chat composer while messages with image attachments are uploading. Previously the composer cleared instantly while the upload, server-side image resizing, and first-session open happened in the background, so it looked like nothing was happening. The Send button now shows "Sending…" and a "Sending your files…" (or "Saving your files…" for folder mode) hint until the message lands, and the composer is disabled while in flight.
|