Dashboard card loses information after HTMX refresh #197

Open
opened 2026-02-09 13:24:19 +00:00 by mprihoda · 0 comments
mprihoda commented 2026-02-09 13:24:19 +00:00 (Migrated from github.com)

Problem

After an HTMX polling refresh, the worktree card loses some information that was present on the initial page load — notably the git worktree state. The card appears to use a different (or incomplete) rendering path for the refreshed content compared to the initial render.

Expected Behavior

The card should display identical information before and after refresh. All data visible on initial load (including git worktree state) must also appear in the HTMX-refreshed fragment.

Investigation Needed

  • Compare the initial full-page card rendering with the HTMX partial response
  • Ensure the same view component is used for both paths
  • Verify all data (git status, review state, progress, PR info) is passed to the renderer in both cases
## Problem After an HTMX polling refresh, the worktree card loses some information that was present on the initial page load — notably the git worktree state. The card appears to use a different (or incomplete) rendering path for the refreshed content compared to the initial render. ## Expected Behavior The card should display identical information before and after refresh. All data visible on initial load (including git worktree state) must also appear in the HTMX-refreshed fragment. ## Investigation Needed - Compare the initial full-page card rendering with the HTMX partial response - Ensure the same view component is used for both paths - Verify all data (git status, review state, progress, PR info) is passed to the renderer in both cases
Sign in to join this conversation.
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
iterative-works/iw-cli#197
No description provided.