pf_app
The instrumentation showed the re-apply mostly throwing "No table set": the viewer is detached from its table for a while after a refocus, the fixed 60ms delay fired inside that window, set_depth threw, and the tree rendered fully expanded. The handful of times the delay happened to be long enough, the log reads "re-apply done depth=0" and the collapse survived. So poll for the table instead of guessing, up to 5s. queued now clears in a finally after the work rather than at the top of the callback, so the focus and visibilitychange that both fire for one window switch no longer each run a re-apply -- that was the doubled applyDepth in the log. Does not address per-node +/- collapse, which is still not recorded at all: expandDepthRef stays null because only the toolbar buttons set it, and the view exposes expand()/collapse() with no getter to read the state back. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| lib | ||
| public | ||
| routes | ||
| setup_sql | ||
| ui | ||
| .env.example | ||
| .gitignore | ||
| CLAUDE.md | ||
| install.sh | ||
| package-lock.json | ||
| package.json | ||
| PERSPECTIVE.md | ||
| pf_perspective_options.md | ||
| pf_spec.md | ||
| pf.sh | ||
| server.js | ||