diff --git a/tools/winscope/src/viewers/viewer_transitions/viewer_transitions_component.ts b/tools/winscope/src/viewers/viewer_transitions/viewer_transitions_component.ts index 4ce4e3200..f214bfc07 100644 --- a/tools/winscope/src/viewers/viewer_transitions/viewer_transitions_component.ts +++ b/tools/winscope/src/viewers/viewer_transitions/viewer_transitions_component.ts @@ -33,6 +33,7 @@ import {UiData} from './ui_data';
Type
Send Time
Duration
+
Status
n/a
+
+
+ MERGED + + +
+ +
+ ABORTED + +
+ +
+ PLAYED + +
+
@@ -192,6 +222,21 @@ import {UiData} from './ui_data'; flex: 3; } + .table-row .status { + flex: 2; + } + + .status > div { + display: flex; + justify-content: center; + align-items: center; + gap: 5px; + } + + .current .status mat-icon { + color: white !important; + } + .transition-timeline .row svg rect { cursor: pointer; }