DYN-2353 AnyTrue and AnyFalse Nodes#11287
Conversation
Hello @StudioLE - Can you please have a go at creating icons that reference similar iconography to the existing TrueForAll and TrueForAny nodes? Suggestion: For AnyTrue, 3x Red boxes, 1x blue box inside red box set, surrounded by white master box and question mark icon. Invert box colours for (3x Blue, 1x Red) for AnyFalse. |
Hi Sol, I've come up with a couple of options based on your description but if I'm off the mark could you provide a markup to show what you mean? Option 2Option 3I should probably also add that the original option was designed for consistency with the existing icons |
|
@StudioLE - Can we please go with a modified Option 3: Boxes inside boxes inside a square gets a little lost at 32px, so the small icon would be hard to see. Jingyi, our UX designer has provided a mock-up of what would match the shape language of the other AllFalse / AllTrue icons, as below: |
* Added AnyTrue and AnyFalse nodes * Added unit tests for List.AnyTrue and List.AnyFalse * Added tests for List.AnyTrue and List.AnyFalse * Added icons for AnyTrue and AnyFalse * Added AnyTrue and AnyFalse icons to libraryitems.json * Fixed formatting
* Added AnyTrue and AnyFalse nodes * Added unit tests for List.AnyTrue and List.AnyFalse * Added tests for List.AnyTrue and List.AnyFalse * Added icons for AnyTrue and AnyFalse * Added AnyTrue and AnyFalse icons to libraryitems.json * Fixed formatting Co-authored-by: Laurence Elsdon <[email protected]>











Purpose
JIRA: DYN-2353
List.AnyTruewill return true if any sublist contains a true boolean.List.AnyFalsewill return true if any sublist contains a false boolean.Declarations
Check these if you believe they are true
*.resxfilesReviewers
@mjkkirschner @QilongTang @mmisol
FYIs
@Amoursol