Go to file
OpenClaw Agent ca521f79b1
All checks were successful
Deploy to dev.bl.pixeldev.eu / deploy (push) Successful in 2s
feat: double-click inline editing for card text
Replace the Edit button with dblclick-to-edit on the paragraph itself:
- Double-click #card-text → hides the <p>, shows a textarea in place
- Ctrl+Enter → saves (PUT /api/text)
- Escape → cancels and restores original text
- Textarea auto-sizes to content height on open
- Subtle dashed underline on hover signals editability
- Edit button removed; Reset button stays

Closes #9
2026-03-13 15:22:24 +00:00
.gitea/workflows Use openclaw token; drop admin basic auth; auto-register webhook 2026-03-13 13:43:22 +00:00
index.html feat: double-click inline editing for card text 2026-03-13 15:22:24 +00:00
package.json feat: Postgres CRUD backend for card text field 2026-03-13 15:12:51 +00:00
schema.sql feat: Postgres CRUD backend for card text field 2026-03-13 15:12:51 +00:00
server.js fix: add root routes for index.html (Apache strips base prefix on proxy) 2026-03-13 15:18:45 +00:00