Aug 17 - Update photo dignostic
This commit is contained in:
@@ -89,6 +89,25 @@ struct SettingsView: View {
|
||||
}
|
||||
}
|
||||
|
||||
// Read-only investigation aid for the lost-photo defect. Placed
|
||||
// above Cache deliberately: "Clear Reference Cache" sits next to it
|
||||
// and the diagnostic must be run BEFORE anything that touches
|
||||
// stored data, while the evidence is still intact.
|
||||
Section("Diagnostics") {
|
||||
NavigationLink {
|
||||
PhotoDiagnosticView()
|
||||
} label: {
|
||||
// Not a photo.badge.* symbol — those are not universally
|
||||
// available on iOS 17 (CLAUDE.md rule 41).
|
||||
Label("Photo Diagnostic", systemImage: "doc.text.magnifyingglass")
|
||||
}
|
||||
Text("Reports inspection and issue photos that never reached the "
|
||||
+ "server, and whether the original file is still on this "
|
||||
+ "device. Read-only — changes nothing.")
|
||||
.font(.caption)
|
||||
.foregroundStyle(.secondary)
|
||||
}
|
||||
|
||||
Section("Cache") {
|
||||
Button {
|
||||
showClearCacheAlert = true
|
||||
|
||||
Reference in New Issue
Block a user