Merge profile to dashboard

This commit is contained in:
世界
2025-11-26 22:25:52 +08:00
parent 4f0d1098e6
commit 264c37218c
27 changed files with 1590 additions and 306 deletions
@@ -8,7 +8,7 @@ public struct ConnectionsCard: View {
public init() {}
public var body: some View {
DashboardCardView(title: "Connections", isHalfWidth: true) {
DashboardCardView(title: String(localized: "Connections"), isHalfWidth: true) {
VStack(alignment: .leading, spacing: 8) {
if ApplicationLibrary.inPreview {
DashboardCardLine(String(localized: "Inbound"), "34")