passepartout-apple/Passepartout/Library/Sources/UILibrary
Davide 735d3b2fbe
Improve footers in macOS form sections (#814)
Revisit the use of informational footers in forms because:

- iOS uses Section footers
- macOS uses a secondary label below the main row label

Therefore:

- Add .themeRow() modifier to accomplish macOS behavior
- iOS: leave .themeSection() as is, and add a dummy .themeRow() that
does nothing
- macOS: make footer ineffective in .themeSection(), but add .themeRow()
modifiers to move footers to rows
2024-11-05 13:32:09 +01:00
..
Business Encapsulate behavior on app active (#812) 2024-11-05 10:41:02 +01:00
Domain Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00
Extensions Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00
L10n Implement TV profile expiration (#811) 2024-11-05 10:03:54 +01:00
Mock Implement TV profile expiration (#811) 2024-11-05 10:03:54 +01:00
Protocols Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
Resources/en.lproj Implement TV profile expiration (#811) 2024-11-05 10:03:54 +01:00
Theme Improve footers in macOS form sections (#814) 2024-11-05 13:32:09 +01:00
Views Improve footers in macOS form sections (#814) 2024-11-05 13:32:09 +01:00
UILibrary.swift Encapsulate behavior on app active (#812) 2024-11-05 10:41:02 +01:00