Implements attachment previewing
This commit is contained in:
@@ -9,12 +9,12 @@ import SwiftUI
|
||||
|
||||
struct ConversationView: View
|
||||
{
|
||||
@Binding var transcriptModel: ChatTranscriptView.ViewModel
|
||||
@Binding var transcriptModel: TranscriptView.ViewModel
|
||||
@Binding var entryModel: MessageEntryView.ViewModel
|
||||
|
||||
var body: some View {
|
||||
VStack {
|
||||
ChatTranscriptView(model: $transcriptModel)
|
||||
TranscriptView(model: $transcriptModel)
|
||||
MessageEntryView(viewModel: $entryModel)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user