Update FIXMEs

This commit is contained in:
Davide 2024-11-07 12:47:33 +01:00
parent b128b3bf13
commit 22a5cb9af2
No known key found for this signature in database
GPG Key ID: A48836171C759F5E
5 changed files with 4 additions and 7 deletions

View File

@ -25,7 +25,7 @@
import SwiftUI import SwiftUI
// FIXME: #819, donations // FIXME: #819, UI for donations
struct DonateView: View { struct DonateView: View {
var body: some View { var body: some View {

View File

@ -33,7 +33,7 @@ extension AboutView {
List { List {
SettingsSectionGroup(profileManager: profileManager) SettingsSectionGroup(profileManager: profileManager)
Group { Group {
// FIXME: #819, donations // FIXME: #819, UI for donations
// donateLink // donateLink
linksLink linksLink
creditsLink creditsLink

View File

@ -32,7 +32,7 @@ extension AboutView {
var listView: some View { var listView: some View {
List(selection: $navigationRoute) { List(selection: $navigationRoute) {
Section { Section {
// FIXME: #819, donations // FIXME: #819, UI for donations
// donateLink // donateLink
linksLink linksLink
creditsLink creditsLink

View File

@ -31,13 +31,10 @@ extension AppProduct {
public static let appleTV = AppProduct(featureId: "appletv") public static let appleTV = AppProduct(featureId: "appletv")
// FIXME: #585, add in-app product for interactive login
public static let interactiveLogin = AppProduct(featureId: "interactive_login") public static let interactiveLogin = AppProduct(featureId: "interactive_login")
public static let networkSettings = AppProduct(featureId: "network_settings") public static let networkSettings = AppProduct(featureId: "network_settings")
// FIXME: #585, restore .sharing in-app product and restrictions
public static let siriShortcuts = AppProduct(featureId: "siri") public static let siriShortcuts = AppProduct(featureId: "siri")
public static let trustedNetworks = AppProduct(featureId: "trusted_networks") public static let trustedNetworks = AppProduct(featureId: "trusted_networks")

View File

@ -38,7 +38,7 @@ struct PaywallView: View {
let suggestedProduct: AppProduct? let suggestedProduct: AppProduct?
// FIXME: #585, implement payments // FIXME: #819, UI for paywall
var body: some View { var body: some View {
VStack { VStack {
Spacer() Spacer()