feat: new button layout (#48)

This commit is contained in:
Owen Gretzinger
2025-07-28 15:59:20 -04:00
committed by GitHub
parent 0ad714d6a6
commit 2b7940fc30
2 changed files with 101 additions and 97 deletions
@@ -184,16 +184,6 @@ class MeetingViewModel: ObservableObject {
func stopRecording() {
recordingSessionManager.stopRecording()
saveMeeting()
// Auto-generate notes if there's a transcript and no existing notes
if !meeting.formattedTranscript.isEmpty && meeting.generatedNotes.isEmpty {
print("🤖 Auto-generating notes after recording stopped")
// Switch to enhanced notes tab immediately when starting generation
selectedTab = .enhancedNotes
Task {
await generateNotes()
}
}
}
func loadTemplates() {