Commit Graph

5 Commits

Author SHA1 Message Date
OpenClaw Agent
be8c814da6 feat: simplify open issues tab to link list
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
Replace the verbose issue cards (body preview + inline comment form)
with a clean list of links: issue number, title, and an arrow to open
the issue on Gitea. Keeps the tab minimal and noise-free.

Closes #4
2026-03-13 13:50:27 +00:00
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