Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/pulse-events/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/pulse-gateway/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/pulse-graph/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/pulse-metrics/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/pulse-replay/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/pulse-runtime/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/pulse-trace/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

404 changes: 300 additions & 104 deletions apps/pulse-web/src/App.tsx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/pulse-web/src/hooks/useWorkflowReplay.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export function useWorkflowReplay(events: WorkflowEvent[]) {

// The Playback Engine (Runs when isPlaying is true)
useEffect(() => {
let timer: NodeJS.Timeout;
let timer: ReturnType<typeof setInterval>;

if (isPlaying && currentStepIndex < events.length - 1) {
timer = setInterval(() => {
Expand Down
2 changes: 1 addition & 1 deletion apps/pulse-web/tsconfig.tsbuildinfo

Large diffs are not rendered by default.

Loading