passepartout-apple/Passepartout/Library/Sources/AppUIMain/Views/Profile
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
..
iOS Implement TV profile expiration (#811) 2024-11-05 10:03:54 +01:00
macOS Implement TV profile expiration (#811) 2024-11-05 10:03:54 +01:00
AppleTVSection.swift Improve footers in macOS form sections (#814) 2024-11-05 13:32:09 +01:00
EditorModuleToggle.swift Refactor AppUI/AppUIMain to accomodate TV (#797) 2024-11-01 23:32:35 +01:00
ModuleDetailView.swift Refactor AppUI for TV target (#775) 2024-10-29 14:30:41 +01:00
ModuleSection.swift Refactor library targets (#799) 2024-11-02 10:11:59 +01:00
ModuleViewModifier.swift Refactor ModuleType to be a single source of truth (#800) 2024-11-02 15:23:36 +01:00
NameSection.swift Refactor AppUI/AppUIMain to accomodate TV (#797) 2024-11-01 23:32:35 +01:00
ProfileCoordinator.swift Merge AppLibrary into CommonLibrary (#806) 2024-11-03 13:16:13 +01:00
ProfileSaveButton.swift Refactor AppContext creation and profile processing (#810) 2024-11-04 23:34:22 +01:00
StorageSection.swift Improve footers in macOS form sections (#814) 2024-11-05 13:32:09 +01:00
UUIDSection.swift Implement TV profile expiration (#811) 2024-11-05 10:03:54 +01:00