Commit Graph

8 Commits

Author SHA1 Message Date
OpenClaw Agent
e5c93e71d3 fix: escape backticks in snippetBlock to fix 503 syntax error
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
2026-03-13 14:31:52 +00:00
OpenClaw Agent
1afd2a0e4f feat: numbered element chips for picker, multi-select support
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 3s
Replace the old single-snippet textarea append with a chip-based UI:
- Each picked element gets a monotonically increasing number [1], [2], …
- A chip appears below the textarea: [N] selector ✕
- The token [element N] is inserted at the cursor position in the textarea
- Multiple elements can be picked in one session
- Chips can be removed (number is never re-used or re-ordered)
- On submit, element snippets are appended to the issue body as
  named reference blocks so the HTML context is still captured

Closes #6
2026-03-13 14:24:55 +00:00
OpenClaw Agent
7a593d082a feat: assignee field in feedback widget
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
- New GET /api/collaborators?repo= endpoint fetches repo owner + collabs
- Assignee dropdown added to the new issue form (lazy-loaded on first open)
- Selected assignee is forwarded to Gitea via the assignees[] field
- Dropdown resets to Unassigned after successful submission

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