DLR-SC / ESID

This is the repository to the ESID frontend for visualization of infectious disease propagation.
Apache License 2.0
15 stars 3 forks source link

Extract Settings Dialog to Reusable Component #250

Closed NXXR closed 9 months ago

NXXR commented 1 year ago

Extract the settings dialog used in the group filters (including the promt whether to discard changes) to its own component.

So we can reuse the component in future features that require the same design and features (like compartment filters, district map settings, NPI editor, scenario editor, etc.)

NXXR commented 10 months ago

content needs to be in a separate component from the dialog so it isn't rendered/processed off-screen in advance.