mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-28 08:49:42 +02:00
chore: UI enhancements for workflow runs view (#142)
* add local state in filters * feat: add sorting feature by duration * chore: refactor workfow run view
This commit is contained in:
parent
6827744327
commit
5fe1c8ce2f
23 changed files with 1014 additions and 479 deletions
3
ui/src/components/workflow-runs/index.ts
Normal file
3
ui/src/components/workflow-runs/index.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export { CampaignRuns } from "./CampaignRuns";
|
||||
export type { WorkflowRunsTableProps } from "./WorkflowRunsTable";
|
||||
export { WorkflowRunsTable } from "./WorkflowRunsTable";
|
||||
Loading…
Add table
Add a link
Reference in a new issue