Skip to content
Prev Previous commit
Next Next commit
feat(ui): add feature description for previous runs section to sensor…
… details page

Signed-off-by: puretension <[email protected]>
  • Loading branch information
puretension committed Sep 12, 2025
commit 42b90182a95cf1c44a86b25d4a75ed61ae039e5d
9 changes: 9 additions & 0 deletions .features/pending/14809-sensor-previous-runs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Component: UI
Issues: 14809
Description: Add Previous Runs section to Sensor details page to display workflows
triggered by sensors, matching CronWorkflow behavior for consistent user experience.
Author: [puretension](https://github.com/puretension)

- Added Previous Runs section below Sensor editor tabs using workflows.argoproj.io/sensor label filtering
- Implemented identical UI pattern as CronWorkflow with WorkflowDetailsList component for consistency
- Fixed empty state handling with proper array length check to display triggered workflows correctly
Loading