Closed cmdcolin closed 5 months ago
xref #1510
some caveats: the track selector doesn't quite look right in this mode since it uses requires a parent node for auto-sizing which is sort of finicky with the dialog. the embedded components do handle this somewhat reasonably though so could double check that. might also be nice if we could allow user-resizing of the dialog box.
I adapted the "ModalWidget" code from embedded-core to the purpose of the Modal dialog used in this case, which addresses some of the styling challenges mentioned above
just gonna go with merge :) i think it's a fun feature that could help some rare circumstances, and seems to not hurt. a "model=true" flag is passed in so things could detect if they are in a dialog
let me know if there are concerns
This is a proposal to allow drawer widgets to be "popped out" into a dialog box, giving more space to the widget contents than the small drawer can provide at the risk of being a modal dialog
the icon to pop out is in the drawer widget header
this is sort of in contrast to the proposal to allow widgets to become part of the "view stack". that could potentially be done also i suppose, but this was comparatively easier to implement