rspace-online/website
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
..
public fix(layout): viewport-filling rApp layout — eliminate body scroll 2026-03-31 10:57:09 -07:00
admin.html fix(spaces): fix space creation routing and use /rspace URLs 2026-03-20 11:07:01 -07:00
canvas.html fix(touch): pointer event parity for slash commands, collab overlay, canvas, and wallet charts 2026-03-31 11:06:44 -07:00
create-space.html fix: cache-bust sw.js registration + no-cache header for SW/manifest 2026-03-25 18:02:14 -07:00
index.html fix: cache-bust sw.js registration + no-cache header for SW/manifest 2026-03-25 18:02:14 -07:00
shell.ts refactor: consolidate space settings — both gear icons open same tabbed modal 2026-03-31 10:58:30 -07:00
sw.ts feat(pwa): install banner + update notification for service worker 2026-03-31 10:40:07 -07:00
test-stack.html test: add stack view + wiring test page 2026-03-02 13:03:29 -08:00