passepartout-apple/Passepartout/Library/Sources/UILibrary/Views/UI
Davide 2aa91eedb0
Simplify paywall entities (#923)
- PaywallView is the paywall content
- PaywallModifier attaches paywall with optional confirmation
- PurchaseRequiredButton presents paywall explicitly
- PaywallReason is the compound input

Refactoring:

- PurchaseRequiredButton takes a custom view
- PurchaseAlertModifier was merged into PaywallModifier
- PurchaseButtonModifier was merged into PurchaseRequiredButton
- Modal options were packed into a single struct

Confirmation alert presented on:

- Connect to ineligible profile (AppCoordinator)
- Save ineligible profile (ProfileCoordinator)
2024-11-24 20:01:30 +01:00
..
ConnectionStatusText.swift Refactor String identifiers (#920) 2024-11-23 20:31:22 +01:00
EditableListSection.swift Upgrade to Xcode 16 (#858) 2024-11-13 12:07:30 +01:00
FavoriteToggle.swift Add more view modifiers (#838) 2024-11-10 12:00:07 +01:00
InteractiveCoordinator.swift Refactor String identifiers (#920) 2024-11-23 20:31:22 +01:00
LogoView.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
LogsPrivateDataToggle.swift Add TV settings tab (#921) 2024-11-23 23:01:11 +01:00
PaywallModifier+Reason.swift Simplify paywall entities (#923) 2024-11-24 20:01:30 +01:00
PaywallModifier.swift Simplify paywall entities (#923) 2024-11-24 20:01:30 +01:00
PurchaseRequiredButton.swift Simplify paywall entities (#923) 2024-11-24 20:01:30 +01:00
RemovableItemRow.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
RevealingSecureField.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
SectionWithTrailingContentModifier.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
TunnelToggleButton.swift Handle TV requirements on connection (#922) 2024-11-24 01:01:04 +01:00