Files
osmaczko 46e7f84049 feat: make message text selectable and copyable (#41)
Getting a message body out of the app meant retyping it: the bubble rendered its content as a plain Text, which has no selection support.

Selecting text moves focus off the composer, so Enter stops sending until the user clicks back into it. That is inherent to the selected item being the one that receives Ctrl+C, and is accepted rather than papered over with focus-restoring machinery that would fight the user mid-selection.
2026-07-21 11:12:09 +02:00
..