deepujain commented on PR #64374: URL: https://github.com/apache/airflow/pull/64374#issuecomment-4174155015
Pushed a follow-up on top of the earlier review pass. The main fix here was restoring the `runAfterGte` / `runAfterLte` wiring in `DetailsLayout`, because the earlier partial revert removed that state but still left the grid panel depending on it, which is what the local static checks were tripping over; I also tightened the stale-DAG header checks and made the new test assert through the resolved i18n strings instead of raw keys. Local validation on this branch state: `npm run test -- Header.test.tsx`, focused `eslint` on the touched UI files, and `pnpm exec tsc --noEmit -p tsconfig.app.json` all passed. I kept the scope on the stale DAG details/header path here rather than expanding this PR into the other trigger/toggle locations. -- 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]
