From ac3b9459b4d22a0f279af9e973bd053c616cea90 Mon Sep 17 00:00:00 2001 From: Matt Bruce Date: Sun, 4 Jan 2026 17:53:53 -0600 Subject: [PATCH] Wrap About section in SettingsCard for consistency --- SelfieCam/Features/Settings/SettingsView.swift | 8 +++++--- SelfieCam/Resources/Localizable.xcstrings | 16 ---------------- 2 files changed, 5 insertions(+), 19 deletions(-) diff --git a/SelfieCam/Features/Settings/SettingsView.swift b/SelfieCam/Features/Settings/SettingsView.swift index 6862cac..fbdc997 100644 --- a/SelfieCam/Features/Settings/SettingsView.swift +++ b/SelfieCam/Features/Settings/SettingsView.swift @@ -143,8 +143,10 @@ struct SettingsView: View { // MARK: - About Section SettingsSectionHeader(title: "About", systemImage: "info.circle", accentColor: AppAccent.primary) - - acknowledgmentsSection + + SettingsCard(backgroundColor: AppSurface.card, borderColor: AppBorder.subtle) { + acknowledgmentsSection + } // MARK: - Debug Section @@ -625,7 +627,7 @@ struct SettingsView: View { SettingsNavigationRow( title: String(localized: "Open Source Licenses"), subtitle: String(localized: "Third-party libraries used in this app"), - backgroundColor: AppSurface.primary + backgroundColor: .clear ) { LicensesView() } diff --git a/SelfieCam/Resources/Localizable.xcstrings b/SelfieCam/Resources/Localizable.xcstrings index 7145e1b..0ff5ec4 100644 --- a/SelfieCam/Resources/Localizable.xcstrings +++ b/SelfieCam/Resources/Localizable.xcstrings @@ -531,10 +531,6 @@ } } }, - "Branding Preview" : { - "comment" : "A link that takes the user to a view that previews the app's icon and launch screen.", - "isCommentAutoGenerated" : true - }, "Camera" : { "comment" : "Options for the camera position picker.", "isCommentAutoGenerated" : true, @@ -1285,10 +1281,6 @@ } } }, - "Generate and save app icon to Files" : { - "comment" : "A description of the feature that generates and saves an app icon to the user's Files folder.", - "isCommentAutoGenerated" : true - }, "Get ready!" : { "comment" : "A text displayed in the countdown overlay when a photo is about to be taken.", "isCommentAutoGenerated" : true, @@ -1530,10 +1522,6 @@ } } }, - "Icon Generator" : { - "comment" : "A label for the icon generator feature in the settings view.", - "isCommentAutoGenerated" : true - }, "Last synced %@" : { "localizations" : { "es-MX" : { @@ -1843,10 +1831,6 @@ } } }, - "Preview app icon and launch screen" : { - "comment" : "A description of the Branding Preview feature.", - "isCommentAutoGenerated" : true - }, "Purchase successful! Pro features unlocked." : { "comment" : "Announcement read out to the user when a premium purchase is successful.", "isCommentAutoGenerated" : true,