fix: update Pending Faces display to FS# format
- Line 102: Pending Faces name display - Changed from F# to FS# (Face Sequence) - Consistent with other Face Trace displays
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
<div v-else class="face-placeholder">{{ t.frame_count }}f</div>
|
||||
</template>
|
||||
</div>
|
||||
<span class="ms-ppl-face-name">F#{{ t.trace_id }} · {{ t.frame_count }} frames</span>
|
||||
<span class="ms-ppl-face-name">FS#{{ t.trace_id }} · {{ t.frame_count }} frames</span>
|
||||
<span class="ms-ppl-trace-group-label" :title="traceGroupMap[String(t.trace_id)] || getFileName(t.file_uuid)">{{ traceGroupMap[String(t.trace_id)] || getFileName(t.file_uuid) }}</span>
|
||||
<div class="ms-ppl-face-range">
|
||||
<span class="ms-ppl-face-frame">F#{{ t.start_frame }}–F#{{ t.end_frame }}</span>
|
||||
|
||||
Reference in New Issue
Block a user