Save automatically, improve mocks

This commit is contained in:
Christoph Hagen
2025-02-05 12:24:33 +01:00
parent d41c54d174
commit 5abe6e1a9f
55 changed files with 701 additions and 381 deletions

View File

@ -34,10 +34,10 @@ extension PostContentView: MainContentView {
#Preview(traits: .fixedLayout(width: 450, height: 600)) {
List {
PostContentView(post: .fullMock)
PostContentView(post: .Mock.hike2)
.listRowSeparator(.hidden)
.environment(\.language, ContentLanguage.german)
PostContentView(post: .mock)
PostContentView(post: .Mock.hike)
.listRowSeparator(.hidden)
}
.environmentObject(Content.mock)