Initial commit: webtrees Family Navigator Graph sidebar module

SVG-based sidebar widget displaying immediate family relationships
(parents, siblings, spouses, children) with compact card layout,
multi-spouse routing, wrapped rows, and ancestor/descendant indicators.
This commit is contained in:
2026-03-16 14:02:13 +01:00
commit 0369f781fa
17 changed files with 2737 additions and 0 deletions

4
resources/js/modules/lib/d3.js vendored Normal file
View File

@@ -0,0 +1,4 @@
/**
* D3 re-exports used by the family navigator graph.
*/
export { select } from "d3-selection";