passepartout-apple/Passepartout/Library/Sources/AppUIMain/Views/About
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 Hide donation link in beta 2024-11-07 23:10:26 +01:00
macOS Hide donation link in beta 2024-11-07 23:10:26 +01:00
AboutRouterView.swift Add donations UI and in-app error handling (#833) 2024-11-07 23:02:10 +01:00
AboutView.swift Hide donation link in beta 2024-11-07 23:10:26 +01:00
CreditsView.swift Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00
DonateView.swift Add more view modifiers (#838) 2024-11-10 12:00:07 +01:00
LinksView.swift Refactor AppUI for TV target (#775) 2024-10-29 14:30:41 +01:00