Files
Maestro/src
Pedram Amini 434f89268e fix(notifications): show Stop button only while command is running
Previously, the Test button would show "Stop" after the notification
command started and remain visible even after the process exited,
requiring an 8-second timeout fallback to reset.

Now the component listens for the onCommandCompleted event and
immediately resets to "Test" (via Success state) when the process
exits naturally. The Stop button is only shown while the process
is actively running.
2026-02-01 22:44:15 -06:00
..