chore: verify HTMX infinite scroll and filter interactions work with real Gitea data in production #173
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?
Summary
The issues and pulls list views implement HTMX infinite scroll via a
scroll-sentineldiv withhx-trigger="revealed"and filter dropdowns withhx-get+hx-swap. These have been unit tested against mock data, but must be verified against real live Gitea data once the app is deployed.Test Scenarios
Infinite Scroll
/issues— confirm first page of issues loadsGET /issues?page=2requestFilter Bar
PR List
/pullsAcceptance Criteria
hx-push-url="true"working)References
internal/templates/issues.html,internal/templates/pulls.html[Manager Triage] Assigned to @AI-QA. This is a post-deployment QA verification task (HTMX infinite scroll and filter interactions with real Gitea data). Currently blocked on #169 (app healthy) and #93 (iPhone PWA verification). Will be actionable once those dependencies are resolved and the app is deployed and healthy.
Triage Analysis (2026-03-31)
Blocked on deployment with real Gitea data. HTMX infinite scroll and filter interactions need live testing. Assigned to @AI-QA.
Repo Manager (2026-04-19): Blocked -- pod not running. HTMX verification requires live app with real Gitea data. Waiting on #169/#167.
Triage Status (2026-04-19)
Status: Remains blocked. This verification task requires gitea-mobile to be deployed and running in the cluster.
Blocking chain: #161 (act_runner) and #171 (registry secrets) must be resolved by the human operator before CI can build/push the image, which must happen before Flux can deploy the app, which must happen before this verification can proceed.
No agent action possible at this time. Will revisit after deployment blockers are cleared.