New version v2.3.6

This commit is contained in:
2026-03-04 10:19:16 +01:00
parent 65a35cd508
commit 49f842f119
52 changed files with 14034 additions and 358 deletions

View File

@@ -120,7 +120,7 @@ struct StatsView: View {
}
struct StatRow: View {
let label: String
let label: LocalizedStringKey
let value: String
var body: some View {
@@ -137,7 +137,7 @@ struct StatRow: View {
struct CapabilityBadge: View {
let icon: String
let label: String
let label: LocalizedStringKey
var body: some View {
HStack(spacing: 2) {