Skyvern-AI / skyvern

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

Adjust responsiveness of workflow run tasks tabe #1221

Closed wintonzheng closed 3 days ago

wintonzheng commented 3 days ago

[!IMPORTANT] Improve responsiveness of workflow run tasks table and handle failure reasons for canceled tasks in WorkflowBlockCollapsibleContent.tsx and WorkflowRun.tsx.

  • Responsiveness Adjustments:
    • Adjust column widths in WorkflowBlockCollapsibleContent.tsx and WorkflowRun.tsx for better responsiveness.
    • Add truncate class to table cells in WorkflowBlockCollapsibleContent.tsx to handle long text.
  • Failure Reason Handling:
    • Display failure reason for canceled tasks in WorkflowBlockCollapsibleContent.tsx by checking Status.Canceled.
  • Misc:
    • Add title attribute to table cells in WorkflowBlockCollapsibleContent.tsx for better accessibility.
    • Replace TaskListSkeletonRows with a new skeleton loader in WorkflowRun.tsx.

This description was created by Ellipsis for bbbca2ab6c7bee6fbecba1744abe6a771f5f9be6. It will automatically update as commits are pushed.