The spouse picker when adding a marriage/partnership event was a plain <select> — impossible to search on a large tree. Replaced with the existing PersonCombobox (type-to-filter), the same component the relationship form uses. Still resolves to an existing person id (no onCreate), as the partnership-event handler requires.
The spouse picker when adding a marriage/partnership event was a plain `<select>` — impossible to search on a large tree. Replaced with the existing `PersonCombobox` (type-to-filter), the same component the relationship form uses. Still resolves to an existing person id (no `onCreate`), as the partnership-event handler requires.
tsc clean; build passes.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Adding a marriage/partnership event used a plain <select> for the spouse,
which is unusable on a large tree — you can't search, only scroll. Swap it
for the existing PersonCombobox (already used by the relationship form), which
filters by name as you type. No onCreate, so it still resolves to an existing
person id, which is what the partnership-event handler requires.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Signed-off-by: Justin Paul <[email protected]>
justin
merged commit 7255920135 into main2026-06-08 21:30:48 -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.
The spouse picker when adding a marriage/partnership event was a plain
<select>— impossible to search on a large tree. Replaced with the existingPersonCombobox(type-to-filter), the same component the relationship form uses. Still resolves to an existing person id (noonCreate), as the partnership-event handler requires.tsc clean; build passes.
🤖 Generated with Claude Code