fix: update alignment of transcript UI

This commit is contained in:
Owen Gretzinger
2025-07-11 17:50:05 -04:00
parent 5ee4fced42
commit ef7bbf85c7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ struct CollapsedTranscriptChunkView: View {
let chunk: CollapsedTranscriptChunk
var body: some View {
HStack(alignment: .top, spacing: 8) {
HStack(alignment: .firstTextBaseline, spacing: 8) {
// Source indicator
HStack(spacing: 4) {
Image(systemName: chunk.source.icon)
+1 -1
View File
@@ -39,7 +39,7 @@ struct MeetingListView: View {
.frame(maxWidth: .infinity, maxHeight: .infinity)
}
}
.navigationTitle("Meetings")
.navigationTitle("Meetingnotes")
.toolbar {
ToolbarItemGroup(placement: .primaryAction) {
// Search field (leftmost within the right-aligned group)