MAESTRO: improve accessibility focus and file picker

This commit is contained in:
Mariusz Banach
2026-02-18 04:47:43 +01:00
parent ffce9053a8
commit cfb945e1c4
10 changed files with 138 additions and 37 deletions

View File

@@ -135,7 +135,7 @@ export default function ProgressIndicator({
</div>
<div className="flex items-center gap-4 text-xs text-text/60">
<span data-testid="progress-elapsed">{formatSeconds(elapsedSeconds)}</span>
<span className="text-text/30">/</span>
<span className="text-text/60">/</span>
<span data-testid="progress-remaining">{formatSeconds(remainingSeconds)}</span>
</div>
</div>