Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "retry" button instead of deleting messages that failed to send #1890

Closed
taoeffect opened this issue Mar 15, 2024 · 0 comments · Fixed by #1894
Closed

Add "retry" button instead of deleting messages that failed to send #1890

taoeffect opened this issue Mar 15, 2024 · 0 comments · Fixed by #1894
Assignees
Labels
App:Frontend Kind:Enhancement Improvements, new features, performance upgrades, etc. Note:UI/UX Priority:High

Comments

@taoeffect
Copy link
Member

Problem

If a message fails to send, PR #1877 currently deletes it.

This can be a problem for users who wrote a long message and don't want to retype it.

Solution

Leave it grayed out and add a button or a link that says "resend message" to the message to try again.

  • When the user clicks on it, make the link disappear to show that an attempt has been made to resend it
  • If the message succeeds, make the message no longer grey and remove the "resend message" link
  • If the message fails to send again, show the link again
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
App:Frontend Kind:Enhancement Improvements, new features, performance upgrades, etc. Note:UI/UX Priority:High
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants