Generate labels from workout

This commit is contained in:
Christoph Hagen
2025-08-22 00:01:51 +02:00
parent 9ec207014c
commit f972a2c020
8 changed files with 108 additions and 14 deletions

View File

@@ -28,7 +28,8 @@ struct PostContentView: View {
TagDisplayView(tags: $post.tags)
}
PostLabelsView(
post: localized,
post: post,
localized: localized,
other: other)
PostTextView(post: localized)
}