diff --git a/frontend/src/components/TimelinePanel.vue b/frontend/src/components/TimelinePanel.vue index 28a4346..216a057 100644 --- a/frontend/src/components/TimelinePanel.vue +++ b/frontend/src/components/TimelinePanel.vue @@ -36,7 +36,6 @@ const totalRounds = computed(() => conversationHistory.value.length) >
{{ index + 1 }}
-
Round {{ round.roundNumber }}
@@ -134,12 +133,6 @@ const totalRounds = computed(() => conversationHistory.value.length) color: white; } -.round-label { - font-size: 0.875rem; - font-weight: 600; - color: rgba(255, 255, 255, 0.9); -} - .agent-list { display: flex; gap: 0.4rem;