Implement pull-to-refresh gesture on mobile for issue and PR lists #181
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?
Context
The ROADMAP specifies pull-to-refresh via HTMX polling or manual trigger (Phase 2.1). The current layout has a refresh button in the top bar but no pull-to-refresh gesture native to iOS Safari.
What to do
static/style.css, add a pull indicator element at the top of the scrollable content area.hx-geton the main content div.Acceptance criteria
Reference
ROADMAP.md Phase 2.1 — Layout (pull-to-refresh)
Triage (2026-04-19)
Assigned to: AI-Engineer
Status: Ready for implementation. Requires adding JavaScript for pull-to-refresh gesture detection and HTMX trigger on mobile. P2 priority, no blockers.