mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
Extract static, state-free subtrees into standalone View structs to prepare for .equatable() memoization in Phase 5: - FeatureBox: extracted from MainMenuPage's private featureBox() method - ContainerTypesRow: Card/Box/Panel examples from ContainersPage - SettingsAndAlignmentRow: settings panel + alignment demos ButtonsPage left as-is — nearly all sections depend on @State clickCount through Button actions, making decomposition ineffective for memoization.