rspace-online/modules/rnotes/components
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
..
comment-mark.ts feat(rnotes): add real-time Yjs collaboration, comments, and suggestions 2026-03-20 10:36:09 -07:00
comment-panel.ts fix(rnotes): resolve anonymous identity in comments, suggestions, and cursors 2026-03-28 16:34:08 -07:00
folk-notes-app.ts fix(layout): viewport-filling rApp layout — eliminate body scroll 2026-03-31 10:57:09 -07:00
folk-voice-recorder.ts feat(rnotes): real-time transcript rendering + open notebook integration 2026-03-11 13:20:31 -07:00
import-export-dialog.ts feat(rnotes): import converters for Evernote, Roam, file upload & sync 2026-03-20 15:53:57 -07:00
notes-demo.ts refactor: rename module directories to match r-prefixed module IDs 2026-02-28 19:49:26 -08:00
notes.css feat(rnotes): convert to Docmost-style persistent sidebar layout 2026-03-24 14:43:21 -07:00
slash-command.ts fix(touch): pointer event parity for slash commands, collab overlay, canvas, and wallet charts 2026-03-31 11:06:44 -07:00
suggestion-marks.ts feat(rnotes): add real-time Yjs collaboration, comments, and suggestions 2026-03-20 10:36:09 -07:00
suggestion-plugin.ts feat(rnotes): debounce suggestion panel + drag-drop notes between notebooks 2026-03-29 12:43:40 -07:00