Allow editing author on iOS

This commit is contained in:
Jackson Harper
2022-11-25 14:42:56 +08:00
parent 42a4f22c4b
commit a3b53485ed
9 changed files with 33 additions and 14 deletions

View File

@ -165,7 +165,7 @@ struct WebReaderContainerView: View {
}
Button(
action: { showTitleEdit = true },
label: { Label("Edit Title/Description", systemImage: "textbox") }
label: { Label("Edit Metadata", systemImage: "textbox") }
)
Button(
action: editLabels,
@ -272,7 +272,7 @@ struct WebReaderContainerView: View {
ApplyLabelsView(mode: .item(item), onSave: { _ in showLabelsModal = false })
}
.sheet(isPresented: $showTitleEdit) {
LinkedItemTitleEditView(item: item)
LinkedItemMetadataEditView(item: item)
}
.sheet(isPresented: $showHighlightsView, onDismiss: onHighlightListViewDismissal) {
HighlightsListView(