passepartout-apple/Passepartout/Library/Sources/CommonUtils/Views
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
..
GenericCreditsView.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
LockableView.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
LongContentView.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
MailComposerView.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
OnLoadModifier.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
PlatformExtensions+iOS.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
PlatformExtensions+macOS.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
PlatformExtensions.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
SizeClassProviding.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
View+Extensions.swift Add more view modifiers (#838) 2024-11-10 12:00:07 +01:00