Adds a header link on the Tree view that recenters the chart on the tree's default/home person (home_person_id). Shown only when a home person is set and you're not already focused on them; recenters in place via the existing goTo() so it works in landscape, portrait, and fan modes. Labelled with the home person's name.
Adds a header link on the Tree view that recenters the chart on the tree's default/home person (`home_person_id`). Shown only when a home person is set and you're not already focused on them; recenters in place via the existing `goTo()` so it works in landscape, portrait, and fan modes. Labelled with the home person's name.
Follow-up to #35 (navigation continuity).
tsc clean; next build passes.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Once you recenter the tree on someone, there was no quick way back to the
tree's home/default person. Add a header link (shown only when a home person
is set and you're not already on them) that recenters the chart on
home_person_id via the existing goTo() — works in landscape, portrait, and
fan modes. Labels with the home person's name for clarity.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Signed-off-by: Justin Paul <[email protected]>
justin
merged commit 77b78410ff into main2026-06-08 15:25:04 -04:00
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Adds a header link on the Tree view that recenters the chart on the tree's default/home person (
home_person_id). Shown only when a home person is set and you're not already focused on them; recenters in place via the existinggoTo()so it works in landscape, portrait, and fan modes. Labelled with the home person's name.Follow-up to #35 (navigation continuity).
tsc clean; next build passes.
🤖 Generated with Claude Code