From 632ea2bcb73a57585a68cbfcbb83b4c9e83f7dca Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Sun, 12 Jul 2026 08:45:39 +0200 Subject: [PATCH] style(ios): satisfy SwiftFormat in localized surfaces --- apps/ios/Sources/Design/IPadSidebarScreenChrome.swift | 4 ++-- .../OpenClawKit/Sources/OpenClawKit/WatchCommands.swift | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/ios/Sources/Design/IPadSidebarScreenChrome.swift b/apps/ios/Sources/Design/IPadSidebarScreenChrome.swift index 821b188d66f9..661fd93b0094 100644 --- a/apps/ios/Sources/Design/IPadSidebarScreenChrome.swift +++ b/apps/ios/Sources/Design/IPadSidebarScreenChrome.swift @@ -32,8 +32,8 @@ struct IPadSidebarScreenChrome: View { VStack(alignment: .leading, spacing: self.isCompactHeight ? 10 : 16) { if !self.usesNativeNavigationChrome { OpenClawAdaptiveHeaderRow( - title: .localized(self.title), - subtitle: .localized(self.subtitle), + title: .localized(self.title), + subtitle: .localized(self.subtitle), titleFont: self.isCompactHeight ? OpenClawType.headline : OpenClawType.title2SemiBold, subtitleLineLimit: self.isCompactHeight ? 1 : 2) { diff --git a/apps/shared/OpenClawKit/Sources/OpenClawKit/WatchCommands.swift b/apps/shared/OpenClawKit/Sources/OpenClawKit/WatchCommands.swift index 9b5f4527e42c..6ca70762c940 100644 --- a/apps/shared/OpenClawKit/Sources/OpenClawKit/WatchCommands.swift +++ b/apps/shared/OpenClawKit/Sources/OpenClawKit/WatchCommands.swift @@ -277,8 +277,8 @@ public struct OpenClawWatchChatCompletionMessage: Codable, Sendable, Equatable { } public enum OpenClawWatchChatStatusCode: String, Codable, Sendable, Equatable { - case connectIPhone = "connectIPhone" - case noMessages = "noMessages" + case connectIPhone + case noMessages case unavailable }