refactor(finder): improve feature UX

Search every text field with optional filters, keep result selection stable, and expose clearer match context and counts. Cover query parsing, matching, mixed-entry indexing, and the reveal flow.
This commit is contained in:
Carlos Valente
2026-08-21 21:03:43 +02:00
committed by Carlos Valente
parent e0ae9f7f09
commit eb7b2a5c4b
7 changed files with 622 additions and 277 deletions
@@ -312,6 +312,7 @@ export default function RundownEvent({
onClick={handleFocusClick}
onContextMenu={onContextMenu}
data-testid='rundown-event'
data-selected={isSelected}
{...(isPlaying ? { 'data-running': true } : {})}
>
<RundownIndicators timeStart={timeStart} delay={delay} gap={gap} isNextDay={isNextDay} />