chore: merge origin/main

This commit is contained in:
Peter Steinberger
2026-01-02 16:50:29 +01:00
124 changed files with 4179 additions and 618 deletions

View File

@@ -374,6 +374,10 @@ struct MenuContent: View {
Text(label)
.font(.caption)
.foregroundStyle(.secondary)
.multilineTextAlignment(.leading)
.lineLimit(nil)
.fixedSize(horizontal: false, vertical: true)
.layoutPriority(1)
}
.padding(.top, 2)
}