Review stream tweaks (#20648)
CI / AMD64 Build (push) Waiting to run
CI / ARM Build (push) Waiting to run
CI / Jetson Jetpack 6 (push) Waiting to run
CI / AMD64 Extra Build (push) Blocked by required conditions
CI / ARM Extra Build (push) Blocked by required conditions
CI / Synaptics Build (push) Blocked by required conditions
CI / Assemble and push default build (push) Blocked by required conditions

* add detail stream selector to mobile drawer

* tweak getDurationFromTimestamps for i18n and abbreviations

* improve lifecycle description labeling

* i18n

* match figma

* fix progress line and add area and ratio tooltip

* allow clicking on chevron without triggering playback

* tweaks

* add key

* change wording

* clean up

* clean up

* remove check

* clean up
This commit is contained in:
Josh Hawkins
2025-10-24 07:50:06 -05:00
committed by GitHub
parent e2da8aa04c
commit 49f5d595ea
8 changed files with 450 additions and 232 deletions
+3 -2
View File
@@ -19,10 +19,11 @@
"noFoundForTimePeriod": "No events found for this time period."
},
"detail": {
"label": "Detail",
"noDataFound": "No detail data to review",
"aria": "Toggle detail view",
"trackedObject_one": "tracked object",
"trackedObject_other": "tracked objects",
"trackedObject_one": "object",
"trackedObject_other": "objects",
"noObjectDetailData": "No object detail data available."
},
"objectTrack": {
+6
View File
@@ -194,6 +194,12 @@
},
"deleteTrackedObject": {
"label": "Delete this tracked object"
},
"showObjectDetails": {
"label": "Show object path"
},
"hideObjectDetails": {
"label": "Hide object path"
}
},
"dialog": {