Skip to content
This repository was archived by the owner on Mar 10, 2026. It is now read-only.

fix: message send UX improvements#128

Merged
7w1 merged 3 commits into7w1:devfrom
CloudHub-Social:fix/message-send-ux
Mar 5, 2026
Merged

fix: message send UX improvements#128
7w1 merged 3 commits into7w1:devfrom
CloudHub-Social:fix/message-send-ux

Conversation

@Just-Insane
Copy link
Copy Markdown
Collaborator

@Just-Insane Just-Insane commented Mar 5, 2026

Changes:

  • Removes "sending..." text (to prevent timeline jump)
  • Properly dims messages that are pending send
  • Adds a retry/delete button on the message if it fails

@Just-Insane Just-Insane force-pushed the fix/message-send-ux branch from b585f33 to e175760 Compare March 5, 2026 00:45
Evie Gauthier added 3 commits March 4, 2026 19:45
- Remove 'Sending...' text from pending messages; text is now dimmed via opacity while in-flight to reduce timeline jump
- Add 'Delete' button alongside 'Retry' on failed sends, using mx.cancelPendingEvent for client-side removal
- Clear the input box immediately on send rather than waiting for the network round-trip to complete
P500 resolves to 1.0 (fully opaque) so pending messages were not visually dimmed at all. Switch to Placeholder (0.5) for pending to match Discord's treatment, and P300 (0.75) for failed to keep it visually distinct from pending.
@Just-Insane Just-Insane force-pushed the fix/message-send-ux branch from e175760 to 57822ab Compare March 5, 2026 00:46
@Just-Insane Just-Insane marked this pull request as ready for review March 5, 2026 00:54
@7w1 7w1 merged commit e0f4ac6 into 7w1:dev Mar 5, 2026
4 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants