Mantine Drawer housing the categorized PID picker for the
Charts tab. Renders each PID_CATEGORIES group as a section with
its label and a column of checkboxes — one per PID in that group.
A search input at the top filters across labels and keys so the
user doesn't have to scroll the entire catalog.
Selection state is controlled — every toggle fires onChange
with the new array. The drawer itself doesn't apply / commit;
caller owns the persisted state.
Mantine
Drawerhousing the categorized PID picker for the Charts tab. Renders eachPID_CATEGORIESgroup as a section with its label and a column of checkboxes — one per PID in that group. A search input at the top filters across labels and keys so the user doesn't have to scroll the entire catalog.Selection state is controlled — every toggle fires
onChangewith the new array. The drawer itself doesn't apply / commit; caller owns the persisted state.