Add route block

This commit is contained in:
Christoph Hagen
2025-04-29 16:56:46 +02:00
parent bbb1143600
commit 3c7681b769
13 changed files with 446 additions and 9 deletions

View File

@ -62,6 +62,11 @@ struct PageSettingsDetailView: View {
footer: "The manifest file with the properties of the website when used as a progressive web app",
selectedFile: $pageSettings.manifestFile)
FilePropertyView(
title: "Route Statistics Javascript File",
footer: "The JavaScript file containing the logic to compute and animate statistics about workout routes",
selectedFile: $pageSettings.routeJsFile)
LocalizedPageSettingsView(settings: pageSettings.localized(in: language))
.id(language)
}