fix: update alignment of transcript UI
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user