Update FIXMEs
This commit is contained in:
parent
b128b3bf13
commit
22a5cb9af2
|
@ -25,7 +25,7 @@
|
|||
|
||||
import SwiftUI
|
||||
|
||||
// FIXME: #819, donations
|
||||
// FIXME: #819, UI for donations
|
||||
|
||||
struct DonateView: View {
|
||||
var body: some View {
|
||||
|
|
|
@ -33,7 +33,7 @@ extension AboutView {
|
|||
List {
|
||||
SettingsSectionGroup(profileManager: profileManager)
|
||||
Group {
|
||||
// FIXME: #819, donations
|
||||
// FIXME: #819, UI for donations
|
||||
// donateLink
|
||||
linksLink
|
||||
creditsLink
|
||||
|
|
|
@ -32,7 +32,7 @@ extension AboutView {
|
|||
var listView: some View {
|
||||
List(selection: $navigationRoute) {
|
||||
Section {
|
||||
// FIXME: #819, donations
|
||||
// FIXME: #819, UI for donations
|
||||
// donateLink
|
||||
linksLink
|
||||
creditsLink
|
||||
|
|
|
@ -31,13 +31,10 @@ extension AppProduct {
|
|||
|
||||
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 networkSettings = AppProduct(featureId: "network_settings")
|
||||
|
||||
// FIXME: #585, restore .sharing in-app product and restrictions
|
||||
|
||||
public static let siriShortcuts = AppProduct(featureId: "siri")
|
||||
|
||||
public static let trustedNetworks = AppProduct(featureId: "trusted_networks")
|
||||
|
|
|
@ -38,7 +38,7 @@ struct PaywallView: View {
|
|||
|
||||
let suggestedProduct: AppProduct?
|
||||
|
||||
// FIXME: #585, implement payments
|
||||
// FIXME: #819, UI for paywall
|
||||
var body: some View {
|
||||
VStack {
|
||||
Spacer()
|
||||
|
|
Loading…
Reference in New Issue