Open LindsayHill opened 5 years ago
Maybe something like the color picker? A text field with drop-down options?
Yeah, that sounds good. Note it sort of ties into this comment
People are doing things like when: <% succeeded %>
(rather than succeeded()
). So anything we can do to help simplify the common success/failure patterns is good.
User has to know to type in
<% succeeded() %>
or<% failed() %>
.Would be better if user could easily select from those common patterns, and then extend with custom details if needed.