Task details page improvements (#1004)

This commit is contained in:
Shuchang Zheng
2024-10-18 11:49:49 -07:00
committed by GitHub
parent dd677132fe
commit a6e257369b
6 changed files with 129 additions and 68 deletions

View File

@@ -200,6 +200,7 @@ export const ActionTypes = {
complete: "complete",
wait: "wait",
terminate: "terminate",
SolveCaptcha: "solve_captcha",
} as const;
export type ActionType = (typeof ActionTypes)[keyof typeof ActionTypes];
@@ -214,6 +215,7 @@ export const ReadableActionTypes: {
complete: "Complete",
wait: "Wait",
terminate: "Terminate",
solve_captcha: "Solve Captcha",
};
export type Option = {