rspace-online/modules/rwallet/lib
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
..
data-transform.ts fix(rwallet): align timeline inflows/outflows with balance changes 2026-03-25 17:36:10 -07:00
defi-positions.ts refactor(rwallet): consolidate tabs — remove Yield, merge viz into Budget + Flows 2026-03-25 14:03:35 -07:00
price-feed.ts fix(rwallet): align timeline inflows/outflows with balance changes 2026-03-25 17:36:10 -07:00
wallet-demo-data.ts feat(rwallet): add yield sandbox simulator with compound interest engine 2026-03-23 16:50:06 -07:00
wallet-viz.ts fix(touch): pointer event parity for slash commands, collab overlay, canvas, and wallet charts 2026-03-31 11:06:44 -07:00
yield-positions.ts feat(rwallet): add Aave V3 + Morpho Blue auto-yield for idle treasury 2026-03-15 10:17:54 -07:00
yield-protocols.ts fix(rwallet): populate yield APY stats, hide top tabs on yield view 2026-03-15 12:41:11 -07:00
yield-rates.ts fix(rwallet): populate yield APY stats, hide top tabs on yield view 2026-03-15 12:41:11 -07:00
yield-sandbox.ts feat(rwallet): add yield sandbox simulator with compound interest engine 2026-03-23 16:50:06 -07:00
yield-strategy.ts feat(rwallet): add Aave V3 + Morpho Blue auto-yield for idle treasury 2026-03-15 10:17:54 -07:00
yield-tx-builder.ts feat(rwallet): add Aave V3 + Morpho Blue auto-yield for idle treasury 2026-03-15 10:17:54 -07:00