Add lightweight live UI refresh #36
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?
Goal
Introduce Django-friendly partial refresh behavior for operational pages so pobsync feels more like a live control panel without adopting a full frontend framework.
Suggested Approach
Prefer server-rendered partials with HTMX or small vanilla JavaScript. Avoid a React/Vue/Svelte build step unless a specific interaction genuinely requires it.
Scope
Acceptance Criteria