Separate quick actions messages into separate alerts
Currently, when a comment is "command-only" we show success and error messages combined into one alert. For example, if I create the following note with quick actions:
/close
/assign @root
/assign @nonexistentuser
I would get:
Proposed design
We might also want to consider showing these for notes that are not "commands-only".