feat: live transcript view with split panel UI#73
Merged
lucasheriques merged 1 commit intomainfrom Oct 29, 2025
Merged
Conversation
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
10 tasks
21f1235 to
6625edc
Compare
45a478e to
c1715fc
Compare
This was referenced Oct 29, 2025
jonathanlab
approved these changes
Oct 29, 2025
Contributor
Author
Merge activity
|
- Add RecordingView component with comprehensive recording detail display - Display meeting header (title, platform, timestamp) - Scaffold 4 main sections with "Coming soon" placeholders: - Summary (AI-generated) - Action items (AI-extracted tasks) - Notes (user-written with timestamps) - Transcript (live or historical) - Implement live transcript with auto-scroll - Auto-scroll to bottom as new segments arrive - Manual scroll disables auto-scroll until near bottom - Only show auto-scroll hint for active recordings - Use native scrollable Box instead of ScrollArea for better control - Product-focused hierarchy: actionable info (summary/tasks) above reference (transcript) - Transcript constrained to 300px max-height to leave room for other sections
c1715fc to
2b30ba5
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
RecordingViewcomponent to display full meeting details with live transcriptImplementation
RecordingView component (
src/renderer/features/notetaker/components/RecordingView.tsx):NotetakerView integration (
src/renderer/features/notetaker/components/NotetakerView.tsx):RecordingViewwhen a recording is selectedrecordingItemto component