Files
bim_engine/.sisyphus/boulder.json
yuding 4a09d52283 feat(clipping): implement hide/recover toggle for all section dialogs
Update all three section dialogs to support hide/show toggle:

SectionAxisDialogManager:
- onHideToggle now calls hideSection()/recoverSection()

SectionBoxDialogManager:
- onHideToggle now calls hideSection()/recoverSection()

SectionPlanePanel:
- Add isHidden state tracking
- Change onHide to onHideToggle(isHidden)
- Add setHiddenState/getHiddenState methods
- Update button to toggle active state

SectionPlaneDialogManager:
- Switch to onHideToggle callback
- Call hideSection()/recoverSection() based on toggle state

Behavior: Click hide button to hide section, click again to recover.
2026-02-02 16:36:17 +08:00

10 lines
199 B
JSON

{
"active_plan": null,
"completed_at": "2026-02-02T09:45:00.000Z",
"last_plan": "clipping-api-migration",
"session_ids": [
"ses_3e2bc84f9ffeHmiDS2pkiLtX2n"
],
"status": "completed"
}