Add tag overview, improve assets

This commit is contained in:
Christoph Hagen
2024-12-15 21:20:12 +01:00
parent 8a3a0f1797
commit 1e67a99866
59 changed files with 1301 additions and 480 deletions

View File

@ -37,11 +37,11 @@ struct FileDetailView: View {
}
Text("German Description")
.font(.headline)
TextField("", text: $file.germanDescription)
TextField("", text: $file.german)
.textFieldStyle(.roundedBorder)
Text("English Description")
.font(.headline)
TextField("", text: $file.englishDescription)
TextField("", text: $file.english)
.textFieldStyle(.roundedBorder)
if file.type.isImage {
Text("Image size")