rspace-online/modules/rwallet
Jeff Emmett 5bc64a5b4e fix(touch): pointer event parity for slash commands, collab overlay, canvas, and wallet charts
Convert remaining mouse-only event listeners to Pointer Events so touch
and pen inputs work identically to mouse across rApps and canvas:

- rnotes slash-command: mousedown/mouseenter → pointerdown/pointerenter
- collab overlay: mousemove → pointermove for cursor broadcast, click → pointerdown for collab-id tracking
- canvas.html: toolbar label reveal gated behind @media (hover: hover), :active fallbacks on 12 button selectors, JS mouseenter/mouseleave → pointerenter/pointerleave
- wallet-viz D3 charts: all mouseover/mousemove/mouseout → pointerenter/pointermove/pointerleave on transaction paths, balance area, Sankey links, and reset button

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-31 11:06:44 -07:00
..
components fix(rwallet): chain filter now updates all displayed data + chain proportion bar 2026-03-25 17:32:02 -07:00
lib fix(touch): pointer event parity for slash commands, collab overlay, canvas, and wallet charts 2026-03-31 11:06:44 -07:00
landing.ts feat: add ViewHistory for in-app back navigation, rename rWork to rTasks 2026-03-11 14:04:13 -07:00
local-first-client.ts feat(rwallet): add multiplayer shared watchlist via Automerge CRDT 2026-03-15 17:39:41 -07:00
mod.ts fix(rwallet): chain filter now updates all displayed data + chain proportion bar 2026-03-25 17:32:02 -07:00
schemas.ts feat(rwallet): add multiplayer shared watchlist via Automerge CRDT 2026-03-15 17:39:41 -07:00