Skip to content

Conversation

@GitWither
Copy link

@GitWither GitWither commented Aug 6, 2025

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

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update
  • Test improvement

Testing

  • Unit tests pass locally
  • New tests have been added for new functionality
  • Existing tests have been updated if needed

Checklist

  • I have performed a self-review of my own code
  • I have commented my code where necessary (following the no-comments rule)
  • My changes generate no new warnings
  • Any dependent changes have been merged and published

Screenshots (if applicable)

image image

Additional Notes

None

@rawandahmad698
Copy link
Collaborator

Nice work, thank you!

Will review & merge shortly

@rawandahmad698 rawandahmad698 requested a review from Copilot August 6, 2025 13:15
Copy link
Contributor

Copilot AI left a 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 TranscriptDropdownButton component with collapsible transcript display
  • Integrates the dropdown into the existing SummaryView when 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

@rawandahmad698 rawandahmad698 changed the base branch from main to release/version-0.0.4 August 8, 2025 08:16
@rawandahmad698 rawandahmad698 merged commit 3e3d08a into RecapAI:release/version-0.0.4 Aug 8, 2025
1 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants