passepartout-apple/Library/Sources/UILibrary/Views/UI
Davide 14ce23f25b
Improve confusing footer modifiers (#969)
There was duplication and a ugly `#if os(macOS)` with some footers
explicitly rendered on macOS with .themeFooter() (now .themeSubtitle()).

Move this logic to the .themeSection() modifiers by adding a
`forcesFooter` parameter. When true, a fake footer is added on macOS as
the last row of a section.
2024-12-01 23:23:51 +01:00
..
ConnectionFlow.swift Handle all connection attempts in AppCoordinator (#968) 2024-12-01 22:34:41 +01:00
ConnectionStatusText.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
EditableListSection.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
FavoriteToggle.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
FullScreenView.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
InteractiveCoordinator.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
LogoImage.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
LogsPrivateDataToggle.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
NameSection.swift Improve confusing footer modifiers (#969) 2024-12-01 23:23:51 +01:00
PaywallModifier+Reason.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
PaywallModifier.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
PurchaseRequiredButton.swift Always use setLater for paywall 2024-11-29 00:13:00 +01:00
RefreshInfrastructureButton.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
RemovableItemRow.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
RevealingSecureField.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
SectionWithTrailingContentModifier.swift Move app library to the root (#962) 2024-11-28 17:45:18 +01:00
TunnelToggleButton.swift Handle all connection attempts in AppCoordinator (#968) 2024-12-01 22:34:41 +01:00