summary refs log tree commit diff
path: root/resources/qml/MessageInputWarning.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add support for intentional mentionsNicolas Werner2024-03-081-0/+23
| | | | | | This is still a bit flaky around when to remove a mention, but it should work in most cases. Might add a toggle in the future to disable these though.
* Format qmlNicolas Werner2023-06-081-11/+9
|
* Fix palette access and QMediaPlayer errorsNicolas Werner2023-06-081-2/+1
|
* Handle incomplete commands betterLoren Burkholder2023-03-071-2/+3
|
* Don't show timeline behind warningsLoren Burkholder2023-02-281-5/+5
|
* Show warning when invalid command is enteredLoren Burkholder2023-02-281-0/+46
Fixes #1363 Please note that this doesn't prompt when you try to send a message with a bad command.