Umbenennung: Verlauf → Verlauf & KI-Analyse (sparkles-Icon)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -4525,17 +4525,6 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Todo abgeschlossen" : {
|
||||
"comment" : "LogEntryType.todoCompleted raw value label",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Todo completed"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Schritt definieren" : {
|
||||
"comment" : "PersonDetailView – define next step button",
|
||||
"extractionState" : "stale",
|
||||
@@ -4859,6 +4848,18 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Todo abgeschlossen" : {
|
||||
"comment" : "LogEntryType.todoCompleted raw value label",
|
||||
"extractionState" : "stale",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "Todo completed"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Todo anlegen" : {
|
||||
"comment" : "AddTodoView – navigation title",
|
||||
"localizations" : {
|
||||
@@ -5156,6 +5157,17 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"Verlauf & KI-Analyse" : {
|
||||
"comment" : "PersonDetailView – logbuch section header",
|
||||
"localizations" : {
|
||||
"en" : {
|
||||
"stringUnit" : {
|
||||
"state" : "translated",
|
||||
"value" : "History & AI Analysis"
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Version" : {
|
||||
"comment" : "SettingsView – version info row label",
|
||||
"extractionState" : "stale",
|
||||
|
||||
@@ -53,7 +53,7 @@ struct PersonDetailView: View {
|
||||
ToolbarItem(placement: .topBarTrailing) {
|
||||
HStack(spacing: 16) {
|
||||
NavigationLink(destination: LogbuchView(person: person)) {
|
||||
Image(systemName: "book.closed")
|
||||
Image(systemName: "sparkles")
|
||||
.font(.system(size: 15))
|
||||
.foregroundStyle(theme.accent)
|
||||
}
|
||||
@@ -299,7 +299,7 @@ struct PersonDetailView: View {
|
||||
|
||||
return VStack(alignment: .leading, spacing: 10) {
|
||||
HStack {
|
||||
SectionHeader(title: "Verlauf", icon: "book.closed")
|
||||
SectionHeader(title: "Verlauf & KI-Analyse", icon: "sparkles")
|
||||
Spacer()
|
||||
NavigationLink(destination: LogbuchView(person: person)) {
|
||||
Text("Alle")
|
||||
|
||||
Reference in New Issue
Block a user