You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no dialog implementation inside aurora, am I correct? Any thoughts on this? Is there a way to implement modal dialogs in aurora? If not, do you plan to ad a dialog implementation?
Currently I only have a solution to misuse a AuroraWindow and disable the parent while it is shown, but this has a few problems like when enabling the parent after closing the dialog, the parent is not in the hierarchical position it was before anymore so other applications pop up in front of it. And the title bar can't be customised to show a close icon only.
The text was updated successfully, but these errors were encountered:
No plans right now, as I'm not familiar at all with the requirements or the implementation details of modal dialogs in Compose. Is there any pointer in the source code of core Compose (Material?) that can be used as the reference?
There is no dialog implementation inside aurora, am I correct? Any thoughts on this? Is there a way to implement modal dialogs in aurora? If not, do you plan to ad a dialog implementation?
Currently I only have a solution to misuse a
AuroraWindow
and disable the parent while it is shown, but this has a few problems like when enabling the parent after closing the dialog, the parent is not in the hierarchical position it was before anymore so other applications pop up in front of it. And the title bar can't be customised to show a close icon only.The text was updated successfully, but these errors were encountered: