mirror of
https://github.com/phranck/TUIkit.git
synced 2026-05-21 09:50:35 +00:00
095c67e021
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.