Skip to content

fix: make sidebar Signals section header collapsible - #191

Merged
tzebrowski merged 1 commit into
mainfrom
fix/signals-section-collapse
Aug 15, 2026
Merged

fix: make sidebar Signals section header collapsible#191
tzebrowski merged 1 commit into
mainfrom
fix/signals-section-collapse

Conversation

@tzebrowski

Copy link
Copy Markdown
Owner

The "Signals" title lives inside SignalListPanel (shared with the right-edge flyout), so it was never wired to Sidebar's toggleSection('signals') and clicking it did nothing. Even once wired, the generic .control-group collapse CSS would have hidden the whole element, title included, with no way back. SignalListPanel now takes a collapsed input and emits titleClick so Sidebar can drive the toggle while the panel hides its own body.

The "Signals" title lives inside SignalListPanel (shared with the
right-edge flyout), so it was never wired to Sidebar's
toggleSection('signals') and clicking it did nothing. Even once wired,
the generic .control-group collapse CSS would have hidden the whole
<app-signal-list-panel> element, title included, with no way back.
SignalListPanel now takes a collapsed input and emits titleClick so
Sidebar can drive the toggle while the panel hides its own body.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@tzebrowski
tzebrowski merged commit 5526406 into main Aug 15, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant