-
Notifications
You must be signed in to change notification settings - Fork 845
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
🔄 synced local 'skyvern-frontend/src/' with remote 'skyvern-frontend/…
…src/' <!-- ELLIPSIS_HIDDEN --> > [!IMPORTANT] > Replaces 'Type' with 'Title' in `RunHistory` table and updates types to use `Task`. > > - **Behavior**: > - `RunHistory.tsx`: Replaces 'Type' column with 'Title' column in the run history table. > - Displays `task_id` and `title` for `Task` and `workflow_run_id` and `WorkflowTitle` for `WorkflowRunApiResponse`. > - **Types**: > - Adds `Task` type in `types.ts`. > - Updates `useRunsQuery.ts` to use `Task` instead of `TaskApiResponse`. > - **Functions**: > - Renames `isTaskApiResponse` to `isTask` in `RunHistory.tsx`. > > <sup>This description was created by </sup>[<img alt="Ellipsis" src="https://img.shields.io/badge/Ellipsis-blue?color=175173">](https://www.ellipsis.dev?ref=Skyvern-AI%2Fskyvern-cloud&utm_source=github&utm_medium=referral)<sup> for 1e2f6e52282627ae79802bbae375bedbca180aca. It will automatically update as commits are pushed.</sup> <!-- ELLIPSIS_HIDDEN -->
- Loading branch information
1 parent
95ee4c6
commit 163b31c
Showing
3 changed files
with
40 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters