matrix-react-sdk
matrix-react-sdk copied to clipboard
Rework ModalManager to use <dialog>
Fixes https://github.com/vector-im/element-web/issues/22275 Fixes https://github.com/vector-im/element-web/issues/11513
Reading material: https://www.scottohara.me/blog/2019/03/05/open-dialog.html https://googlechrome.github.io/dialog-polyfill/ https://developer.mozilla.org/en-US/docs/Web/API/HTMLDialogElement/showModal https://nolanlawson.com/2022/06/14/dialogs-and-shadow-dom-can-we-make-it-accessible/
Here's what your changelog entry will look like:
✨ Features
- Rework ModalManager to use