feat: add drawer callbacks for drug selection, fragment matching, and clear (Task 4.2)

This commit is contained in:
Andrew Charlwood
2026-02-06 13:59:00 +00:00
parent b5d32224e2
commit fe76e5a313
4 changed files with 84 additions and 8 deletions
+2
View File
@@ -6,7 +6,9 @@ def register_callbacks(app):
from dash_app.callbacks.filters import register_filter_callbacks
from dash_app.callbacks.chart import register_chart_callbacks
from dash_app.callbacks.kpi import register_kpi_callbacks
from dash_app.callbacks.drawer import register_drawer_callbacks
register_filter_callbacks(app)
register_chart_callbacks(app)
register_kpi_callbacks(app)
register_drawer_callbacks(app)