-
Notifications
You must be signed in to change notification settings - Fork 31
feat: Add a dropdown that shows the transcript in the recording summary #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: Add a dropdown that shows the transcript in the recording summary #7
Conversation
|
Nice work, thank you! Will review & merge shortly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a dropdown component to display recording transcripts in the summary view. The feature allows users to view the original transcript alongside the generated summary, providing transparency for verification purposes when trust in AI-generated summaries is uncertain.
- Adds a new
TranscriptDropdownButtoncomponent with collapsible transcript display - Integrates the dropdown into the existing
SummaryViewwhen transcript text is available - Implements animated expand/collapse functionality with custom styling
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
Recap/UseCases/Summary/SummaryView.swift |
Integrates transcript dropdown into summary view with conditional rendering |
Recap/UIComponents/Buttons/TranscriptDropdownButton.swift |
New reusable dropdown component for displaying transcripts with custom styling |
3e3d08a
into
RecapAI:release/version-0.0.4
Description
This PR implements a dropdown in the recording summary that shows the generated transcript. I'm not at a point where I can trust small local models with summary accuracy, so being able to see the transcript helps in some cases. Open to feedback on the design.
I'm not aware if this is a planned feature or something already work in progress, so feel free to just disregard this.
Type of Change
Testing
Checklist
Screenshots (if applicable)
Additional Notes
None