Files
TUIkit/Sources
phranck 93958e0308 Feat: Modal/Alert as focus sections — replace focusManager.clear() with section activation
ModalPresentationModifier and AlertPresentationModifier now register
dedicated focus sections (__modal__/__alert__) and activate them instead
of clearing the entire FocusManager. Modal buttons register in the modal
section. When the modal closes, the section is not re-registered and
endRenderPass() falls back to the previous active section automatically.
2026-02-03 16:59:57 +01:00
..