mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
- Wire FocusManager.dispatchKeyEvent() into InputHandler as Layer 3 (Tab/Shift+Tab navigation, Enter/Space button activation) - Modal/Alert presenters isolate base content from focus/key systems using RenderContext.isolatedForBackground() so only modal buttons receive focus and key events - ESC automatically dismisses any modal or alert (framework-level) - Fix ContainerView footer layout: Spacer() now fills correctly by constraining footer context to actual inner width - Remove body background color from standard style containers (only block style uses distinct section backgrounds) - Replace all hardcoded ANSI colors with palette semantic colors (.palette.warning/error/info/success) in Alert presets and example app