feat: add global filter sub-header bar (Task 10.4)

Extract chart type toggle and date filter dropdowns from filter_bar.py
into a new sub-header component. Sub-header is fixed-position below the
main header, visible across both views. Filter bar now contains only
drug/trust/directorate buttons for Patient Pathways view.
This commit is contained in:
Andrew Charlwood
2026-02-06 21:51:56 +00:00
parent 95f5125889
commit 7e0c851063
5 changed files with 148 additions and 90 deletions
+2
View File
@@ -3,6 +3,7 @@ from dash import Dash, html, dcc
import dash_mantine_components as dmc
from dash_app.components.header import make_header
from dash_app.components.sub_header import make_sub_header
from dash_app.components.sidebar import make_sidebar
from dash_app.components.filter_bar import make_filter_bar
from dash_app.components.chart_card import make_chart_card
@@ -35,6 +36,7 @@ app.layout = dmc.MantineProvider(
# Page structure
make_header(),
make_sub_header(),
make_sidebar(),
make_modals(),
html.Main(