This description was created by Ellipsis for commit 5c8eb0bb18a9dbe0fb80411d586a47e455918114
Summary:
Introduced a new workflow table with components for displaying workflow status and last run time, along with necessary CSS and Tailwind configuration updates.
Key points:
Added skyvern-frontend/src/routes/workflows/components/WorkflowsTable.tsx to display workflows with pagination.
Introduced skyvern-frontend/src/routes/workflows/components/LastRunStatus.tsx and skyvern-frontend/src/routes/workflows/components/LastRunAtTime.tsx for displaying the last run status and time of workflows.
Created skyvern-frontend/src/components/BadgeLoading.tsx for loading skeletons.
Added skyvern-frontend/src/routes/workflows/hooks/useWorkflowLastRunQuery.ts to fetch the last run information of workflows.
Updated skyvern-frontend/src/routes/workflows/Workflows.tsx to integrate the new WorkflowsTable component.
Modified skyvern-frontend/src/index.css and skyvern-frontend/tailwind.config.js to include new CSS variables and Tailwind configurations for the updated UI.
Summary:
Introduced a new workflow table with components for displaying workflow status and last run time, along with necessary CSS and Tailwind configuration updates.
Key points:
skyvern-frontend/src/routes/workflows/components/WorkflowsTable.tsx
to display workflows with pagination.skyvern-frontend/src/routes/workflows/components/LastRunStatus.tsx
andskyvern-frontend/src/routes/workflows/components/LastRunAtTime.tsx
for displaying the last run status and time of workflows.skyvern-frontend/src/components/BadgeLoading.tsx
for loading skeletons.skyvern-frontend/src/routes/workflows/hooks/useWorkflowLastRunQuery.ts
to fetch the last run information of workflows.skyvern-frontend/src/routes/workflows/Workflows.tsx
to integrate the newWorkflowsTable
component.skyvern-frontend/src/index.css
andskyvern-frontend/tailwind.config.js
to include new CSS variables and Tailwind configurations for the updated UI.Generated with :heart: by ellipsis.dev