Skyvern-AI / skyvern

Automate browser-based workflows with LLMs and Computer Vision
https://www.skyvern.com
GNU Affero General Public License v3.0
5.75k stars 418 forks source link

Fix an issue with running task recording #607

Closed ykeremy closed 1 month ago

ykeremy commented 1 month ago
Use isLoading instead of isFetching so that it doesn't show skeleton

every 5 seconds

Change query function to only return the URL so that it doesn't rerender on every refetch while the task is running, making it impossible to actually watch any partial recordings


:rocket: This description was created by Ellipsis for commit 18628788a7074b3861a64d9106fd0226ae5325ba

Summary:

Fixed task recording issue by updating loading state and query function in TaskRecording.tsx.

Key points:


Generated with :heart: by ellipsis.dev