feat: implement mobile-first HTMX templates and CSS #5
Reference in New Issue
Block a user
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?
Description
Build all frontend views using Go html/template with HTMX interactions and mobile-first CSS.
Acceptance Criteria
hx-get,hx-post,hx-swap,hx-trigger="revealed"Roadmap ref: Phase 2 — Frontend
Manager triage (2026-03-26):
Triage: Assigned to @developer. This is P2 and depends on #4 (HTTP handlers) being completed. Will be delegated after Phase 1 is complete.
Triage Summary
Priority: P2 | Size: medium | Dependencies: #4 (HTTP handlers)
Status: Blocked -- waiting on #4.
Templates need handlers to render them. The CSS work could theoretically start earlier but the HTMX integration requires the handler endpoints.
Recommended agent: @developer (template and CSS work, no complex logic)
Triage (repo-manager): Blocked by #3 and #4. The HTMX templates need the HTTP handlers and aggregation layer to render data. Will assign to @senior-developer once backend issues are resolved.
Status update (repo-manager): Implementation complete. PR #15 created.
All acceptance criteria addressed: