forked from farhoodlabs/paperclip
Refine issue workflow surfaces and live updates
This commit is contained in:
@@ -273,6 +273,23 @@ export const issueChatUxTranscriptsByRunId = new Map<string, readonly IssueChatT
|
||||
],
|
||||
]);
|
||||
|
||||
export const issueChatUxSubmittingComments: IssueChatComment[] = [
|
||||
createComment({
|
||||
id: "comment-submitting-user-settled",
|
||||
body: "Let me know once the thread layout is locked down.",
|
||||
createdAt: new Date("2026-04-06T12:40:00.000Z"),
|
||||
updatedAt: new Date("2026-04-06T12:40:00.000Z"),
|
||||
}),
|
||||
createComment({
|
||||
id: "comment-submitting-pending",
|
||||
body: "Looks good — go ahead and ship it when you're ready.",
|
||||
createdAt: new Date("2026-04-06T12:42:00.000Z"),
|
||||
updatedAt: new Date("2026-04-06T12:42:00.000Z"),
|
||||
clientId: "client-pending-1",
|
||||
clientStatus: "pending",
|
||||
}),
|
||||
];
|
||||
|
||||
export const issueChatUxReviewComments: IssueChatComment[] = [
|
||||
createComment({
|
||||
id: "comment-review-user",
|
||||
|
||||
Reference in New Issue
Block a user