0414.mp4
personality tests ask us how we see ourselves. but how about how that contrasts with how other people see us??
comparefish lets you create plots (up to 3 dimensions), plot yourself, and invite your friends to fix your placements.
- Single unified gesture handler in
components/Chart/useChartPlacement.tsusing Pointer Events (onPointerDown/Move/Up/Cancel/Leave) — works for mouse, touch, and pen. setPointerCaptureis called on drag start so move/up events keep firing on the chart container even when the pointer leaves it (needed for the "drag-off-edge to delete" gesture and reliable mobile dragging).- Tap on empty space → place yourself; drag your fish → reposition; drag another fish → fix it.