Commit Graph

4 Commits

Author SHA1 Message Date
OpenClaw Agent
9712705f5a fix: picker element highlight during mousemove
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
The picker shield overlay was blocking elementFromPoint during mousemove,
so the highlight class never got applied to actual page elements.

Fix: temporarily set shield visibility:hidden during the elementFromPoint
call so the cursor position resolves to the real element underneath.
Also enhanced the highlight with a subtle background tint for better
visual feedback.

Closes #3
2026-03-13 13:27:16 +00:00
838e8dbcb7 Add picker mode — click any element to capture as code snippet in issue
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
2026-03-13 13:17:09 +00:00
39cb25112b Redesign widget: large overlay with open issues + comment tab
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
2026-03-13 10:40:04 +00:00
0a6255731c Initial commit: feedback-tool server + deploy workflow
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 3s
2026-03-13 10:27:48 +00:00