mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-18 00:33:15 +00:00

* Support newlines for sender - add multiline prop - default behavior is not to submit the form when enter is hit, so listen for keypresses and trigger a synthetic button click when enter is hit - however shift+enter is reserved for newlines, so we also check for those * Support newlines for receiver If decrypted message containes newlines, split and render on multiple lines * Also add newline support for turtle mode senders * Styling adjustment for send button * Implement styling feedback --------- Co-authored-by: +shyfire131 <shyfire131@shyfire131.net>