Close floating-tile click-interception — click-through E2E acceptance test added
Adds the click-through E2E test closing v101's named bug. CSS fix was already set (tile-layer { pointer-events: none }); pre-flight caught stale pass description. Uses elementFromPoint grid scan to prove click-through; tiles stay interactive.
v101.0.62026-06-01
·Pre-flight found .tile-layer { pointer-events: none } ALREADY SET (line 245); .tile { pointer-events: auto } ALREADY SET (line 261) — pass description was stale
·E2E test: scans full viewport grid with elementFromPoint and asserts tile-layer is NEVER the top element — proves click-through
·Tile interactivity assertion: tile center returns an element inside the tile — guards against over-correcting
·LUMAWEAVE_NOW.md: floating-tile click-interception moved from Known bugs to Recently resolved