feat: add dmc.Drawer drug browser with directorate cards and drug chips (Task 4.1)

This commit is contained in:
Andrew Charlwood
2026-02-06 13:51:24 +00:00
parent 0e4184541a
commit 5dc552f8c5
4 changed files with 202 additions and 1 deletions
+2
View File
@@ -8,6 +8,7 @@ from dash_app.components.kpi_row import make_kpi_row
from dash_app.components.filter_bar import make_filter_bar
from dash_app.components.chart_card import make_chart_card
from dash_app.components.footer import make_footer
from dash_app.components.drawer import make_drawer
app = Dash(
__name__,
@@ -32,6 +33,7 @@ app.layout = dmc.MantineProvider(
# Page structure
make_header(),
make_sidebar(),
make_drawer(),
html.Main(
className="main",
children=[