Wrap About section in SettingsCard for consistency
This commit is contained in:
parent
1b92467ec3
commit
ac3b9459b4
@ -143,8 +143,10 @@ struct SettingsView: View {
|
|||||||
// MARK: - About Section
|
// MARK: - About Section
|
||||||
|
|
||||||
SettingsSectionHeader(title: "About", systemImage: "info.circle", accentColor: AppAccent.primary)
|
SettingsSectionHeader(title: "About", systemImage: "info.circle", accentColor: AppAccent.primary)
|
||||||
|
|
||||||
acknowledgmentsSection
|
SettingsCard(backgroundColor: AppSurface.card, borderColor: AppBorder.subtle) {
|
||||||
|
acknowledgmentsSection
|
||||||
|
}
|
||||||
|
|
||||||
// MARK: - Debug Section
|
// MARK: - Debug Section
|
||||||
|
|
||||||
@ -625,7 +627,7 @@ struct SettingsView: View {
|
|||||||
SettingsNavigationRow(
|
SettingsNavigationRow(
|
||||||
title: String(localized: "Open Source Licenses"),
|
title: String(localized: "Open Source Licenses"),
|
||||||
subtitle: String(localized: "Third-party libraries used in this app"),
|
subtitle: String(localized: "Third-party libraries used in this app"),
|
||||||
backgroundColor: AppSurface.primary
|
backgroundColor: .clear
|
||||||
) {
|
) {
|
||||||
LicensesView()
|
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" : {
|
"Camera" : {
|
||||||
"comment" : "Options for the camera position picker.",
|
"comment" : "Options for the camera position picker.",
|
||||||
"isCommentAutoGenerated" : true,
|
"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!" : {
|
"Get ready!" : {
|
||||||
"comment" : "A text displayed in the countdown overlay when a photo is about to be taken.",
|
"comment" : "A text displayed in the countdown overlay when a photo is about to be taken.",
|
||||||
"isCommentAutoGenerated" : true,
|
"isCommentAutoGenerated" : true,
|
||||||
@ -1530,10 +1522,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"Icon Generator" : {
|
|
||||||
"comment" : "A label for the icon generator feature in the settings view.",
|
|
||||||
"isCommentAutoGenerated" : true
|
|
||||||
},
|
|
||||||
"Last synced %@" : {
|
"Last synced %@" : {
|
||||||
"localizations" : {
|
"localizations" : {
|
||||||
"es-MX" : {
|
"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." : {
|
"Purchase successful! Pro features unlocked." : {
|
||||||
"comment" : "Announcement read out to the user when a premium purchase is successful.",
|
"comment" : "Announcement read out to the user when a premium purchase is successful.",
|
||||||
"isCommentAutoGenerated" : true,
|
"isCommentAutoGenerated" : true,
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user