Skip to content

feat(app): add elapsed time display to pipeline stages#36

Merged
pasrom merged 1 commit intomainfrom
feat/elapsed-time-display
Mar 18, 2026
Merged

feat(app): add elapsed time display to pipeline stages#36
pasrom merged 1 commit intomainfrom
feat/elapsed-time-display

Conversation

@pasrom
Copy link
Copy Markdown
Owner

@pasrom pasrom commented Mar 17, 2026

Summary

  • Shows a seconds counter for each active pipeline stage (e.g. "Transcribing... 42s", "Diarizing... 1:15", "Generating Protocol... 23s")
  • Timer pauses when the speaker naming dialog is open
  • Timer restarts on diarization rerun

Test plan

  • Process audio file, verify timer increments each second during transcription
  • Enable diarization, verify timer increments during diarization
  • Open speaker naming dialog, verify timer stops
  • Rerun diarization, verify timer resets and restarts
  • Verify protocol generation shows elapsed time

@github-actions github-actions bot added the enhancement New feature or request label Mar 17, 2026
@pasrom pasrom force-pushed the feat/elapsed-time-display branch 3 times, most recently from 12e4700 to cf5bbcd Compare March 18, 2026 04:52
Shows a seconds counter (e.g. "Transcribing... 42s", "Diarizing...
1:15") for each active pipeline stage: transcription, diarization,
and protocol generation. Timer pauses during speaker naming dialog
and restarts on diarization rerun.
@pasrom pasrom force-pushed the feat/elapsed-time-display branch from cf5bbcd to 2a07c06 Compare March 18, 2026 05:04
@pasrom pasrom merged commit 4ade57a into main Mar 18, 2026
6 checks passed
@pasrom pasrom deleted the feat/elapsed-time-display branch March 18, 2026 05:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant