User feedback:
> If I could make one request, though? When drawing out the Hull, is there a way you could add measurements like the game does? Or maybe I am just missing an obvious tool that does this already
---
## Feature request
Show dimension measurements when drawing hull tiles, similar to how the game displays them.
Possible implementations:
  • Show width × height label while drawing a hull selection
  • Display running count of tiles as you drag
  • Add a "measure" tool that shows distance between two points
  • Show total ship dimensions somewhere on screen (e.g., "32×18 tiles")
Current state:
  • Grid is visible but no measurements are shown
  • Users must count tiles manually
Files likely involved:
  • src/features/planner/canvas/renderer.ts
    — add measurement labels during hull drawing
  • src/features/planner/hooks/useCanvasInteraction.ts
    — track selection bounds for measurement display