Dashboard: Sidebar navigation for worktree artifacts and links #350
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#350
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?
Layer: 2 — Navigation & Document Experience
Parent: #343
Problem
Currently, viewing an artifact requires navigating to it from the worktree detail page, then using the browser back button to return. There's no way to switch between documents without going back to the worktree card first. This makes document review tedious when there are multiple artifacts to examine.
Solution
wa-tree/wa-tree-itemfrom Web Awesome) that stays visible while viewing artifact contentReference
The procedures project uses
wa-treefor sidebar navigation withhx-get+hx-target=".main-content"+hx-swap="innerHTML"— same pattern would work here.Supersedes