From b0d762c614b815d36729c8e02bcb672107188991 Mon Sep 17 00:00:00 2001 From: Googler Date: Tue, 19 Nov 2024 11:48:41 -0800 Subject: [PATCH] Add group label to Debug Sequence View https://screenshot.googleplex.com/64AYwGgjPEsKbxR.png #debug_v2 PiperOrigin-RevId: 698094245 --- src/app/directed_acyclic_graph_raw.ng.html | 7 ++++++ src/app/directed_acyclic_graph_raw.scss | 20 ++++++++++++++++++ src/app/directed_acyclic_graph_raw.ts | 8 +++++++ src/app/node_spec.ts | 7 ++++++ .../graph_custom_control_node.png | Bin 22735 -> 24522 bytes ...panded_with_custom_control_node_hidden.png | Bin 28094 -> 29824 bytes src/app/test_resources/fake_data.ts | 1 + 7 files changed, 43 insertions(+) diff --git a/src/app/directed_acyclic_graph_raw.ng.html b/src/app/directed_acyclic_graph_raw.ng.html index 499402b..f3d916e 100644 --- a/src/app/directed_acyclic_graph_raw.ng.html +++ b/src/app/directed_acyclic_graph_raw.ng.html @@ -389,6 +389,13 @@ {{ getIterationsFor(group).length }} iterations + @if (showGroupLabel(group)) { +
+ + {{ group.groupLabel }} + +
+ }