bootiful-media-mogul / mogul-client

0 stars 0 forks source link

generalize the components for appending controls to the input/textareas #16

Closed joshlong closed 6 days ago

joshlong commented 1 week ago

we do this in three places in the UI:

some things strike me as generalizable:

at the very least there's an icon and a need for consistently updating a bidning. the popunder is a different thing besides.

what if a panel has access to more than one of these wrapper components? how should the icons stack themselves? how shoudl the popunders play together? shoudl they all hide themselves so that one might show themselves? should they stack? does this mean we should have an event that subcomponents in the pupunder would need to respect? eg, a uniform 'x' to close the popunder?

joshlong commented 6 days ago

this is done. we now have machinery for contributing panels that act on the currently selected text input or textarea. first up? a markdown preview!