passepartout-apple/Passepartout/Library/Tests/AppUITests
Davide 590b2790fa
Revisit overuse of EnvironmentObject (#794)
The biggest issue is the hidden and scattered use of both Tunnel and
ConnectionObserver. Only use the latter, and rename it to ExtendedTunnel
for being now a full wrapper around Tunnel (e.g. for .connectionStatus).

In general, restrict the use of EnvironmentObject to:

- Theme
- IAPManager
- ProfileProcessor
- ProviderManager

Always be explicit about:

- ProfileManager
- ExtendedTunnel

Contextually, move some UI entities to the base AppUI target.
2024-11-01 09:47:50 +01:00
..
AppContextTests.swift Reorganize library into AppUI (#621) 2024-09-26 23:13:55 +02:00
ExtendedTunnelTests.swift Revisit overuse of EnvironmentObject (#794) 2024-11-01 09:47:50 +01:00
IAPManagerTests.swift TODO -> FIXME 2024-10-04 10:30:14 +02:00
ProfileEditorTests.swift Allow creation of OpenVPN provider module (#755) 2024-10-23 23:19:53 +02:00