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

@@ -81,6 +81,12 @@ struct PostDetailView: View {
}
}
FilePropertyView(
title: "Associated workout",
footer: "The workout file to display with this post",
selectedFile: $post.associatedWorkout,
allowedType: .route)
LocalizedPostDetailView(
post: post.localized(in: language),
transferImage: transferImage)