feat(dashboard): Labels CRUD UI for per-repo label sets (LBL-3) #788
No reviewers
Labels
No labels
area:agents
area:dashboard
area:database
area:design
area:design-review
area:flows
area:infra
area:meta
area:security
area:sessions
area:webhook
area:workdir
security
type:bug
type:chore
type:meta
type:user-story
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
charles/claude-hooks!788
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "dev/756"
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?
Settings → Labels tab to edit label colours / descriptions / additions in the DB without touching
labels.jsonor restarting.GET/PUT/DELETE /api/label-catalog+/reposendpoints backed by thelabel_catalogtablescope=reporowsTest plan
bun test src/http/handlers/label-catalog.test.ts— 11/11 pass/settings/labels, verify global and per-repo tabs renderCloses #756
CI still pending at review time (run #2948, sha
046ad9b). Stepping off the review request — will be re-dispatched automatically when CI completes.All ACs met. CI green.
Nit:
canDelete && !isBuiltininLabelRowis redundant (canDeleteis already!isBuiltin), but harmless.