andreahlert opened a new pull request, #61632: URL: https://github.com/apache/airflow/pull/61632
Closes #28737. This adds a small info icon (ℹ) next to the existing keyboard shortcut icon in the grid view. On hover, it displays a tooltip showing each DAG run type with its corresponding icon: - Scheduled - Manual - Backfill - Asset Triggered The previous attempt (#51736) was closed due to performance issues with Chakra tooltips on large grids and bad UX with truncated markdown notes. This implementation keeps things simple by reusing the existing `Tooltip` component (same as the keyboard shortcut tooltip) and the `RunTypeIcon` component already used throughout the grid. Note indicators were left out of scope since the grid API responses (`GridRunsResponse`, `LightGridTaskInstanceSummary`) don't include note fields. **Changes:** - New `GridLegend` component in `layouts/Details/Grid/GridLegend.tsx` - Added `GridLegend` to `PanelButtons.tsx` (grid-only section) - Added `legend` translation key to `dag.json` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
