No description
Find a file
jtricerolph 460e0c3d77 Weekly report: proper Excel drag-select (no text highlight)
- Switch from onClick to onMouseDown + e.preventDefault() so the
  browser never starts its own text-selection on click or drag
- Add document-level mousemove/mouseup listeners for drag-to-select:
  hold mouse button and sweep across cells to highlight a range
- Shift+click still extends the rectangle from the anchor cell
- userSelect: none on tables prevents any residual text highlighting
- Stats bar (Count/Sum/Avg) now appears after mouseup so it reads the
  final selection, not mid-drag state

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-07-02 00:21:25 +00:00
backend Fix gross sales zero bug; add Excel stats bar 2026-07-02 00:14:40 +00:00
frontend Weekly report: proper Excel drag-select (no text highlight) 2026-07-02 00:21:25 +00:00
docker-compose.yml Pass SETTINGS_URL and SETTINGS_SECRET to backend container 2026-07-01 21:22:37 +00:00