project-robius / robrix

A Matrix chat client written in pure Rust using the Makepad UI toolkit and the Robius app dev framework
MIT License
67 stars 11 forks source link

Send a typing notice event when the user starts typing #100

Closed kevinaboos closed 1 month ago

kevinaboos commented 1 month ago

Handles UI-level actions emitted by the message input box widget, and submits an async request to send a "typing notice" to the current timeline's Room based on whether there is text present in the box.