filterbubbler / filterbubbler-web-ext

The FilterBubbler WebExtension turns your browser into a collaborative text classification lab.
37 stars 17 forks source link

Provide a mechanism for sources, sinks and classifiers to inject their own UI elements into the popup #58

Open schue opened 6 years ago

schue commented 6 years ago

Once you begin to write even simplistic sources, sinks and classifiers it becomes clear that the user will need to configure options on them. We need a way for these components to inject their own UI elements into the recipe-panel and perform their own action and reducer processing. Open to design suggestions here. We can probably use something similar to the method I used for providing labels and descriptions.