passepartout-apple/Passepartout/Library/Sources/AppUI/Views/Modules
Davide ed28126cf7
Rework OpenVPN view with provider modifiers (#733)
Improve rendering and work around some SwiftUI bugs, e.g. with .menu
Picker on iOS (use .navigationLink instead).

Here goes the hierarchy bottom-up:

- ProviderPicker: a Picker wrapper built around ProviderManager
- ProviderContentModifier: adds a ProviderPicker on top and replaces the
content with a set of provider selectors when a provider is selected
- VPNProviderContentModifier: wrapper for ProviderContentModifier that
adds a VPN server selector
- OpenVPNView: provides a view of specific OpenVPN settings, and adds a
credentials selector to the provider/server selectors provided by
VPNProviderContentModifier
2024-10-15 21:34:02 +02:00
..
DNSView.swift Add initial support for providers (#723) 2024-10-11 00:24:06 +02:00
HTTPProxyView.swift Add initial support for providers (#723) 2024-10-11 00:24:06 +02:00
IPView+Route.swift Add initial support for providers (#723) 2024-10-11 00:24:06 +02:00
IPView.swift Add initial support for providers (#723) 2024-10-11 00:24:06 +02:00
OnDemandView.swift Purge stale NetworkExtension/keychain data (#728) 2024-10-11 17:48:37 +02:00
OpenVPNView+Credentials.swift Unrestrict previews 2024-10-06 19:22:44 +02:00
OpenVPNView.swift Rework OpenVPN view with provider modifiers (#733) 2024-10-15 21:34:02 +02:00
WireGuardView.swift Create OpenVPN module without a configuration (#729) 2024-10-11 19:11:42 +02:00