Dashboard card loses information after HTMX refresh #197
Labels
No labels
bug
contract
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
iterative-works/iw-cli#197
Loading…
Reference in a new issue
No description provided.
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?
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