passepartout-apple/Passepartout/Library/Sources/AppUIMain/Views/Provider
Davide 3a5e3889d3
Add more view modifiers (#838)
1. ThemeProgressViewModifier to replace content with a progress view
while a condition is active
2. ThemeEmptyContentModifier to replace content with a message if an
empty condition is met
3. Replace .opacity(bool ? 1.0 : 0.0) with .opaque(bool)

Reuse:

- 1 in PaywallView and DonateView
- 2 in ProfileContainerView
2024-11-10 12:00:07 +01:00
..
iOS Add more view modifiers (#838) 2024-11-10 12:00:07 +01:00
macOS Add more view modifiers (#838) 2024-11-10 12:00:07 +01:00
ProviderContentModifier.swift Simulate in-app purchases (#818) 2024-11-05 18:55:57 +01:00
ProviderPicker.swift Restore menu style in provider picker 2024-10-30 15:07:22 +01:00
VPNFiltersView+Model.swift Persist "Only favorites" toggle (#813) 2024-11-05 11:28:27 +01:00
VPNFiltersView.swift Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
VPNProviderContentModifier.swift Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
VPNProviderServerCoordinator.swift Finalize paywall UI (#831) 2024-11-07 18:27:36 +01:00
VPNProviderServerView.swift Persist "Only favorites" toggle (#813) 2024-11-05 11:28:27 +01:00