Files
dwroller/docs
Alex 2a6224ee6f feat: add Battlemap tab with grid-based tactical map
- src/components/BattlemapTab.jsx: full battlemap UI with hex grid,
  token placement, movement, and combat tracking
- src/shared/battlemapEngine.js: core engine (distance, movement,
  theme, coordinate utilities) used by backend routes and tests
- src/tests/battlemapEngine.test.js: unit tests for engine functions
- src/tests/battlemapTab.test.js: component rendering tests
- src/tests/battlemapTabLayout.test.js: layout/positioning tests
- src/tests/simulationBattlemap.test.js: integration tests for
  battlemap in simulation context
- docs/incident-2026-07-04-blank-site.md: post-mortem for the
  webpack CJS/ESM interop crash that caused blank pages;
  documents why BattlemapTab duplicates engine functions locally
2026-07-15 19:36:00 +02:00
..