UX: Attaching an image adds an extra "send" button #3028
andrewmoise
started this conversation in
Issue Triage
Replies: 1 comment 3 replies
|
Hi. It's actually was added as a feature. As file uploads can also be time consuming if files are big enough or server is slow. If we keep the functionality in same button then we'll have to block the input until file uploads is finished and ready to be sent. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Issue Description
When I attach an image, I get this:
To me the extra "Send" button isn't really needed (since it'll skip sending the text, and send only the image, whereas the "send" button in the box that's off separated from the attachment box will send both). To me it seems like just removing the duplicate "Send" button (and for that matter maybe coloring the main "send" button in that accent color) would be better.
Expected Behavior
Honestly, I expected either "Send" button to just send the message (image+text+reply attribution, whichever ones exist). But I think it's more logical just to have a single "send" that sends everything (see for example Discord's UI for attaching images).
Actual Behavior
The image attachment "Send" button sends only the image; the text box "Send" icon sends both.
Reproduction Steps
Environement
Relevant Logs
No response
Additional context
No response
I acknowledge that:
```) on separate lines.All reactions