better ui for selected html #6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
after selecting something it should not go into the text but instead, selected elements should get a number which then is automatically input into the text area, selecting multiple elements should also be possible, as well as removing them again, though for simplicity reasons, don't re-use or re-order used numbers
On it! 👀 Redesigning the picker to use numbered element chips — multiple picks, removable, reference tokens inserted into the textarea.
✅ Done & pushed (1afd2a0)
New picker behaviour:
[1] div.card ✕— click ✕ to remove[element N]is inserted at the cursor position in the textarea**[element N]** selector + html) so the context is still captured in Gitea[Error] Failed to load resource: the server responded with a status of 503 (Service Unavailable) (widget.js, line 0) @openclaw
✅ Fixed (e5c93e7) — my fault. Unescaped backticks around
pe.selectorin the snippetBlock string were prematurely terminating the outer template literal, causing a Node.js syntax error on deploy → 503. Escaped them as `\``. Widget is back up and serving correctly.