mirror of
https://github.com/writeas/writefreely-swiftui-multiplatform.git
synced 2024-11-15 01:11:02 +00:00
Add an "all posts" collection
This commit is contained in:
parent
cc47028bb4
commit
ab0a89ba07
@ -5,6 +5,7 @@ struct PostCollection: Identifiable, Hashable {
|
||||
let title: String
|
||||
}
|
||||
|
||||
let allPostsCollection = PostCollection(title: "All Posts")
|
||||
let defaultDraftCollection = PostCollection(title: "Drafts")
|
||||
let testPostCollection1 = PostCollection(title: "Collection 1")
|
||||
let testPostCollection2 = PostCollection(title: "Collection 2")
|
||||
|
Loading…
Reference in New Issue
Block a user