Build issue detail page #30
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Blocks
Depends on
#31 Add quick status change to issue list
austin/vektor
#33 Add keyboard shortcuts
austin/vektor
#35 Add toast notifications for mutations
austin/vektor
#10 Add
vektor issue view command
austin/vektor
#11 Add
vektor issue update command
austin/vektor
#28 Build issue list page
austin/vektor
Reference
austin/vektor#30
Loading…
Add table
Add a link
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?
The most interaction-heavy page. Shows full issue details with inline editing.
What needs to happen
/projects/{key}/issues/{number}Depends on backend:
GET /api/projects/{key}/issues/{number}(CLI issue #10) andPATCH /api/projects/{key}/issues/{number}(CLI issue #11)Key files
web/src/pages/IssueDetail.tsx— newvektor issue viewcommandvektor issue updatecommand