mirror of
https://github.com/phranck/TUIkit.git
synced 2026-05-21 09:50:35 +00:00
20547de056
Add Equatable conformance and .equatable() wrapper to extracted views: - FeatureBox (MainMenuPage): title/subtitle comparison, 3 instances - ContainerTypesRow (ContainersPage): property-free, always cache-hits - SettingsAndAlignmentRow (ContainersPage): property-free, always cache-hits These subtrees are purely palette-driven with no @State dependencies. During Spinner/Pulse animation frames (25 FPS), the render cache skips their entire subtree rendering — only the animated views re-render.