Go to file
OpenClaw Agent 1afd2a0e4f
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 3s
feat: numbered element chips for picker, multi-select support
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
.gitea/workflows Use openclaw token; drop admin basic auth; auto-register webhook 2026-03-13 13:43:22 +00:00
.gitignore Initial commit: feedback-tool server + deploy workflow 2026-03-13 10:27:48 +00:00
package.json Initial commit: feedback-tool server + deploy workflow 2026-03-13 10:27:48 +00:00
server.js feat: numbered element chips for picker, multi-select support 2026-03-13 14:24:55 +00:00