mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
OverlaysPage now manages its own StatusBar items based on modal state: - Modal open: ESC → close modal, Enter → dismiss - Modal closed: ESC → back to menu, arrows → nav, Enter → show Removes redundant ESC handlers from Modal/AlertPresentationModifier. The correct approach is context-aware StatusBar items, not multiple competing ESC handlers.