We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The modal architecture was gradually overloaded and is a source of fragility.
modals
ModalEvent
EmitShowModal
EmitKeySelected
modal
overlay
The text was updated successfully, but these errors were encountered:
PhearZero
Successfully merging a pull request may close this issue.
Overview
The modal architecture was gradually overloaded and is a source of fragility.
modals
to handle their own state to enforce locality of behaviorModalEvent
to discrete event emitters likeEmitShowModal
andEmitKeySelected
modal
tooverlay
to separate the concernsThe text was updated successfully, but these errors were encountered: