rjgoyln opened a new pull request, #72040: URL: https://github.com/apache/airflow/pull/72040
## Summary The Dags list is served by `/ui/dags`, but `filterByStatus` and `clearSearch` waited on `/api/v2/dags` and swallowed the timeout that followed — every call spent its full budget on a response that could not arrive, and synchronised nothing. Matching the filter the request carries also keeps the wait off the sibling `/ui/dags/*` endpoints and off the list's own refresh poll. `filterByStatus` also picked its branch from the run-state pill's visibility, and that pill is absent from the DOM while its filter is being edited, returning ~150ms after the selection blurs it. The search param carries the same fact without animating. --- ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 5) Generated-by: Claude Code (Opus 5) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- 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]
