Add route files, show overview

This commit is contained in:
Christoph Hagen
2025-08-21 20:26:22 +02:00
parent 43b761b593
commit 9ec207014c
14 changed files with 938 additions and 3 deletions

View File

@@ -77,6 +77,9 @@ struct FileContentView: View {
.font(.title)
}
.foregroundStyle(.secondary)
case .route:
RoutePreviewView(file: file)
}
}
}.padding()