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" : {
|
"Schritt definieren" : {
|
||||||
"comment" : "PersonDetailView – define next step button",
|
"comment" : "PersonDetailView – define next step button",
|
||||||
"extractionState" : "stale",
|
"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" : {
|
"Todo anlegen" : {
|
||||||
"comment" : "AddTodoView – navigation title",
|
"comment" : "AddTodoView – navigation title",
|
||||||
"localizations" : {
|
"localizations" : {
|
||||||
@@ -5156,6 +5157,17 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"Verlauf & KI-Analyse" : {
|
||||||
|
"comment" : "PersonDetailView – logbuch section header",
|
||||||
|
"localizations" : {
|
||||||
|
"en" : {
|
||||||
|
"stringUnit" : {
|
||||||
|
"state" : "translated",
|
||||||
|
"value" : "History & AI Analysis"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"Version" : {
|
"Version" : {
|
||||||
"comment" : "SettingsView – version info row label",
|
"comment" : "SettingsView – version info row label",
|
||||||
"extractionState" : "stale",
|
"extractionState" : "stale",
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ struct PersonDetailView: View {
|
|||||||
ToolbarItem(placement: .topBarTrailing) {
|
ToolbarItem(placement: .topBarTrailing) {
|
||||||
HStack(spacing: 16) {
|
HStack(spacing: 16) {
|
||||||
NavigationLink(destination: LogbuchView(person: person)) {
|
NavigationLink(destination: LogbuchView(person: person)) {
|
||||||
Image(systemName: "book.closed")
|
Image(systemName: "sparkles")
|
||||||
.font(.system(size: 15))
|
.font(.system(size: 15))
|
||||||
.foregroundStyle(theme.accent)
|
.foregroundStyle(theme.accent)
|
||||||
}
|
}
|
||||||
@@ -299,7 +299,7 @@ struct PersonDetailView: View {
|
|||||||
|
|
||||||
return VStack(alignment: .leading, spacing: 10) {
|
return VStack(alignment: .leading, spacing: 10) {
|
||||||
HStack {
|
HStack {
|
||||||
SectionHeader(title: "Verlauf", icon: "book.closed")
|
SectionHeader(title: "Verlauf & KI-Analyse", icon: "sparkles")
|
||||||
Spacer()
|
Spacer()
|
||||||
NavigationLink(destination: LogbuchView(person: person)) {
|
NavigationLink(destination: LogbuchView(person: person)) {
|
||||||
Text("Alle")
|
Text("Alle")
|
||||||
|
|||||||
Reference in New Issue
Block a user