Umbenennung: Verlauf → Verlauf & KI-Analyse (sparkles-Icon)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-22 05:38:21 +02:00
parent 4a9bb32b5e
commit 30b150a286
2 changed files with 25 additions and 13 deletions
+23 -11
View File
@@ -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",
+2 -2
View File
@@ -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")