Show the live transcript as one flowing row of confidence chips.

Drop per-segment cards and plain text so only colored word chips wrap in a single container while transcription runs.
This commit is contained in:
ben
2026-08-13 16:45:40 +02:00
parent 3a9cf50529
commit 500a88a8c1
3 changed files with 43 additions and 66 deletions
+1 -2
View File
@@ -166,9 +166,8 @@ class ShowTest extends TestCase
]);
Livewire::test(Show::class, ['recording' => $recording])
->assertSee('whisper.segments', false)
->assertSee('whisperWords', false)
->assertSee('whisper.language', false)
->assertSee('segmentDomKey', false)
->assertSee('Hello');
}