Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New workflow table #661

Merged
merged 1 commit into from
Jul 30, 2024
Merged

New workflow table #661

merged 1 commit into from
Jul 30, 2024

Conversation

ykeremy
Copy link
Contributor

@ykeremy ykeremy commented Jul 30, 2024

🚀 This description was created by Ellipsis for commit 5c8eb0b

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.

Generated with ❤️ by ellipsis.dev

…src/'

<!-- ELLIPSIS_HIDDEN -->

| 🚀 | This description was created by [Ellipsis](https://www.ellipsis.dev) for commit 66851bd5d051b072fd6ec6577110f7f3557b20e4  |
|--------|--------|

### 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.

----
Generated with ❤️ by [ellipsis.dev](https://www.ellipsis.dev)

<!-- ELLIPSIS_HIDDEN -->
@ykeremy ykeremy added the sync label Jul 30, 2024
Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Looks good to me! Incremental review on 5c8eb0b in 56 seconds

More details
  • Looked at 333 lines of code in 7 files
  • Skipped 0 files when reviewing.
  • Skipped posting 1 drafted comments based on config settings.
1. skyvern-frontend/src/index.css:73
  • Draft comment:
    The CSS variable --slate-elevation2 is defined only in the dark theme but is used in WorkflowsTable.tsx. Ensure it is defined for all themes to maintain consistent UI styling.
  • Reason this comment was not posted:
    Confidence of 0% on close inspection, compared to threshold of 50%.

Workflow ID: wflow_mSNEk7TbpueiCrui


You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

Copy link
Contributor

@ellipsis-dev ellipsis-dev bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❌ Changes requested. Reviewed everything up to 5c8eb0b in 1 minute and 1 seconds

More details
  • Looked at 334 lines of code in 7 files
  • Skipped 0 files when reviewing.
  • Skipped posting 0 drafted comments based on config settings.

Workflow ID: wflow_prYtR5qjmveCUCPl


Want Ellipsis to fix these issues? Tag @ellipsis-dev in a comment. You can customize Ellipsis with 👍 / 👎 feedback, review rules, user-specific overrides, quiet mode, and more.

skyvern-frontend/src/index.css Show resolved Hide resolved
@msalihaltun msalihaltun merged commit dadb372 into main Jul 30, 2024
2 checks passed
@msalihaltun msalihaltun deleted the salih/new-workflow-table branch July 30, 2024 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants