app.components.selection-bar
Selection bar component for assigning highlight colors.
Renders a compact control bar above the AG-Grid panel that shows the current selection count, a color picker for choosing a brush color, and buttons to assign/clear colors on selected rows.
Reads state from React context via app.state/use-app-state.
SelectionBar
(SelectionBar props__5701__auto__)Compact bar showing selection count and highlight controls.
Displays the number of currently selected rows, a color picker (bound to highlight-color), and action buttons: - Assign Color — merges selected IDs into highlights with the current brush color - Clear Color — removes selected IDs from highlights - Clear All Colors — resets all highlights - Select All — Selects all leaf nodes - Select None — Clears all selections
Reads all state from context. Accepts optional :max-panel-height for expand.