passepartout-apple/Library/Sources/UILibrary/Theme/Platforms
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
..
Theme+iOS.swift Improve confusing footer modifiers (#969) 2024-12-01 23:23:51 +01:00
Theme+macOS.swift Improve confusing footer modifiers (#969) 2024-12-01 23:23:51 +01:00
Theme+tvOS.swift Transparent logo in version screen (#963) 2024-11-28 22:59:37 +01:00