Improve post entry views, add post link data
This commit is contained in:
@ -19,6 +19,7 @@ struct PageDetailView: View {
|
||||
VStack(alignment: .leading) {
|
||||
TextField("", text: page.localized(in: language).editableTitle())
|
||||
.font(.title)
|
||||
.textFieldStyle(.plain)
|
||||
|
||||
HStack(alignment: .firstTextBaseline) {
|
||||
Button(action: loadContent) {
|
||||
|
Reference in New Issue
Block a user