Wrap About section in SettingsCard for consistency
This commit is contained in:
parent
1b92467ec3
commit
ac3b9459b4
@ -144,7 +144,9 @@ struct SettingsView: View {
|
||||
|
||||
SettingsSectionHeader(title: "About", systemImage: "info.circle", accentColor: AppAccent.primary)
|
||||
|
||||
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()
|
||||
}
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user