Skip to content

Conversation

@choo121600
Copy link
Member

Allow users to deselect state filters (Failed, Queued, Running, Success, Required Actions) by clicking them again when already selected.

Previously, clicking an already selected state filter would not deselect it.
Now, clicking a selected filter will toggle it off, allowing users to easily clear individual filters without using the "All" button.

Before

Screen.Recording.2025-12-05.at.7.21.41.PM.mov

After

Screen.Recording.2025-12-05.at.7.32.08.PM.mov

Changes:

  • Added toggle logic for both regular state filters and the needs_review filter
  • When a selected filter is clicked again, it will be deselected and all Dags will be shown

closes: #59088


^ Add meaningful description above
Read the Pull Request Guidelines for more information.
In case of fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in a newsfragment file, named {pr_number}.significant.rst or {issue_number}.significant.rst, in airflow-core/newsfragments.

@boring-cyborg boring-cyborg bot added the area:UI Related to UI/UX. For Frontend Developers. label Dec 5, 2025
@jroachgolf84
Copy link
Collaborator

cc: @bbovenzi

@bbovenzi bbovenzi added this to the Airflow 3.1.5 milestone Dec 8, 2025
@bbovenzi bbovenzi added the backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch label Dec 8, 2025
@bbovenzi bbovenzi merged commit 92d2f87 into apache:main Dec 8, 2025
64 checks passed
github-actions bot pushed a commit that referenced this pull request Dec 8, 2025
(cherry picked from commit 92d2f87)

Co-authored-by: Yeonguk Choo <choo121600@gmail.com>
@github-actions
Copy link

github-actions bot commented Dec 8, 2025

Backport successfully created: v3-1-test

Status Branch Result
v3-1-test PR Link

github-actions bot pushed a commit to aws-mwaa/upstream-to-airflow that referenced this pull request Dec 8, 2025
)

(cherry picked from commit 92d2f87)

Co-authored-by: Yeonguk Choo <choo121600@gmail.com>
henry3260 pushed a commit to henry3260/airflow that referenced this pull request Dec 10, 2025
ephraimbuddy pushed a commit that referenced this pull request Jan 7, 2026
@ephraimbuddy ephraimbuddy added the type:bug-fix Changelog: Bug Fixes label Jan 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:UI Related to UI/UX. For Frontend Developers. backport-to-v3-1-test Mark PR with this label to backport to v3-1-test branch type:bug-fix Changelog: Bug Fixes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add toggle functionality to Dags state filters

4 participants