fix: update alignment of transcript UI
This commit is contained in:
@@ -4,7 +4,7 @@ struct CollapsedTranscriptChunkView: View {
|
|||||||
let chunk: CollapsedTranscriptChunk
|
let chunk: CollapsedTranscriptChunk
|
||||||
|
|
||||||
var body: some View {
|
var body: some View {
|
||||||
HStack(alignment: .top, spacing: 8) {
|
HStack(alignment: .firstTextBaseline, spacing: 8) {
|
||||||
// Source indicator
|
// Source indicator
|
||||||
HStack(spacing: 4) {
|
HStack(spacing: 4) {
|
||||||
Image(systemName: chunk.source.icon)
|
Image(systemName: chunk.source.icon)
|
||||||
|
|||||||
@@ -39,7 +39,7 @@ struct MeetingListView: View {
|
|||||||
.frame(maxWidth: .infinity, maxHeight: .infinity)
|
.frame(maxWidth: .infinity, maxHeight: .infinity)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.navigationTitle("Meetings")
|
.navigationTitle("Meetingnotes")
|
||||||
.toolbar {
|
.toolbar {
|
||||||
ToolbarItemGroup(placement: .primaryAction) {
|
ToolbarItemGroup(placement: .primaryAction) {
|
||||||
// Search field (leftmost within the right-aligned group)
|
// Search field (leftmost within the right-aligned group)
|
||||||
|
|||||||
Reference in New Issue
Block a user