chat: unify HITL approval UX behind a single paginated card and harden timeline supersede.

This commit is contained in:
CREDO23 2026-05-09 21:44:54 +02:00
parent 89e4953800
commit 2e132513be
25 changed files with 604 additions and 1157 deletions

View file

@ -0,0 +1,9 @@
export type { HitlApprovalAPI } from "./approval-context";
export { HitlApprovalContext, useHitlApproval } from "./approval-context";
export { HitlApprovalCard } from "./hitl-approval-card";
export {
PendingInterruptProvider,
type PendingInterruptState,
type PendingInterruptValue,
usePendingInterrupt,
} from "./pending-interrupt-context";