mirror of
https://github.com/alkimake/paperclip.git
synced 2026-06-17 03:10:38 +09:00
Refine issue workflow surfaces and live updates
This commit is contained in:
parent
b4a58ba8a6
commit
03dff1a29a
48 changed files with 2800 additions and 1163 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue