Resolves #16 Logbuch-Button immer sichtbar in PersonDetailView
"Alle"-Link im Verlauf-Header zeigt LogbuchView unabhängig von der Eintragsanzahl (vorher nur bei >5 Einträgen sichtbar). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -273,6 +273,11 @@ struct PersonDetailView: View {
|
|||||||
HStack {
|
HStack {
|
||||||
SectionHeader(title: "Verlauf", icon: "book.closed")
|
SectionHeader(title: "Verlauf", icon: "book.closed")
|
||||||
Spacer()
|
Spacer()
|
||||||
|
NavigationLink(destination: LogbuchView(person: person)) {
|
||||||
|
Text("Alle")
|
||||||
|
.font(.system(size: 13))
|
||||||
|
.foregroundStyle(theme.accent)
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
VStack(spacing: 0) {
|
VStack(spacing: 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user