emrg: keep result-panel toggle visible when collapsed (rant 2026-08-10T14:11:18) - #615
Conversation
…0T14:11:18) Co-authored-by: EMRG Evolution <emrg@argszero.dev>
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle 20260810-141050. 674 pytest + 111 GUI tests passed locally (renderer smoke +1), import + CLI smoke OK. CSS fix matches rant 方案 A: 40px strip, header visible, list hidden, toggle rotated; doc counts synced.
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle 20260810-142102. Test workflow 31361524641 SUCCESS (1m18s). Verified CSS change (40px strip, header flex, list hidden, toggle rotate) + new GUI test passes locally; doc counts 111 synced.
argszero
left a comment
There was a problem hiding this comment.
✅ LGTM — cycle 20260810-142042. Verified on feature/result-panel-collapsed-toggle: full GUI suite 111/111 pass (renderer smoke +1 regression test: collapsed = 40px strip, header/toggle visible, list hidden, toggle rotate(180deg); DOM survival check). Doc counts synced (29+22+32+15+7+3+3=111). CSS matches rant 2026-08-10T14:11:18 plan A — collapse deadlock resolved.
Uh oh!
There was an error while loading. Please reload this page.
…ry (#616) Co-authored-by: EMRG Evolution <emrg@argszero.dev>
Fix GUI result-panel deadlock: after collapsing via the toggle button, the header (including the toggle button) was hidden with the panel, so it could not be re-expanded except via
⌘\\/Ctrl+\\shortcut.Root cause
renderer/css/layout.csscollapsed rules setwidth: 0anddisplay: noneon both.result-header(which contains the toggle button) and.result-list— the button became invisible/unclickable.Fix (方案 A: keep a visible grip)
.result-list(content area) is hidden.result-headerstaysdisplay: flex, centered, showing only the toggle button (title hidden)»→«) to indicate expandabilityTests
Acceptance (rant)
⌘\\/Ctrl+\\still works ✅