Improve page indicators, adding items
This commit is contained in:
@ -35,7 +35,7 @@ struct PostListView: View {
|
||||
Text(post.title(in: language))
|
||||
Spacer()
|
||||
if post.isDraft {
|
||||
DraftIndicator()
|
||||
TextIndicator(text: "Draft")
|
||||
}
|
||||
}.tag(post)
|
||||
}
|
||||
|
Reference in New Issue
Block a user