passepartout-apple/Passepartout/Library/Sources/AppUIMain/Views/App
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
..
AddProfileMenu.swift Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
AppCoordinator.swift Decouple library from PassepartoutKit implementations (#834) 2024-11-08 12:37:09 +01:00
AppToolbar.swift Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
InstalledProfileView.swift Add more view modifiers (#838) 2024-11-10 12:00:07 +01:00
ProfileCardView.swift Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
ProfileContainerView.swift Add more view modifiers (#838) 2024-11-10 12:00:07 +01:00
ProfileContextMenu.swift Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
ProfileDuplicateButton.swift Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
ProfileFlow.swift Refactor AppUI/AppUIMain to accomodate TV (#797) 2024-11-01 23:32:35 +01:00
ProfileGridView.swift Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
ProfileImporterModifier.swift Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
ProfileInfoButton.swift Refactor AppUI/AppUIMain to accomodate TV (#797) 2024-11-01 23:32:35 +01:00
ProfileListView.swift Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
ProfileRemoveButton.swift Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
ProfileRowView.swift Add more view modifiers (#838) 2024-11-10 12:00:07 +01:00
ProfilesLayoutPicker.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
ProviderEntitySelector.swift Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00
TunnelRestartButton.swift Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00