webhooker/templates
clawbot f21a007a3c feat: add entrypoint/target management controls (closes #25)
Add toggle (activate/deactivate) and delete buttons for individual
entrypoints and targets on the webhook detail page. Each action is a
POST form submission with ownership verification.

New routes:
  POST /source/{id}/entrypoints/{entrypointID}/delete
  POST /source/{id}/entrypoints/{entrypointID}/toggle
  POST /source/{id}/targets/{targetID}/delete
  POST /source/{id}/targets/{targetID}/toggle
2026-03-01 16:38:14 -08:00
..
base.html Replace Bootstrap with Tailwind CSS + Alpine.js (#14) 2026-03-02 00:42:29 +01:00
htmlheader.html Replace Bootstrap with Tailwind CSS + Alpine.js (#14) 2026-03-02 00:42:29 +01:00
index.html Replace Bootstrap with Tailwind CSS + Alpine.js (#14) 2026-03-02 00:42:29 +01:00
login.html Replace Bootstrap with Tailwind CSS + Alpine.js (#14) 2026-03-02 00:42:29 +01:00
navbar.html Replace Bootstrap with Tailwind CSS + Alpine.js (#14) 2026-03-02 00:42:29 +01:00
profile.html Replace Bootstrap with Tailwind CSS + Alpine.js (#14) 2026-03-02 00:42:29 +01:00
source_detail.html feat: add entrypoint/target management controls (closes #25) 2026-03-01 16:38:14 -08:00
source_edit.html feat: implement core webhook engine, delivery system, and management UI (Phase 2) 2026-03-01 16:14:28 -08:00
source_logs.html feat: implement core webhook engine, delivery system, and management UI (Phase 2) 2026-03-01 16:14:28 -08:00
sources_list.html feat: implement core webhook engine, delivery system, and management UI (Phase 2) 2026-03-01 16:14:28 -08:00
sources_new.html feat: implement core webhook engine, delivery system, and management UI (Phase 2) 2026-03-01 16:14:28 -08:00
templates.go refactor: use go:embed for templates 2026-03-01 16:01:44 -08:00