ryanahamilton opened a new pull request #11661: URL: https://github.com/apache/airflow/pull/11661
- Instead of requiring the user to select/deselect tags and then submit the form with the "Filter tags" button, the page now updates as the tag is selected/deselected. - Removes the storage of the tags in the `tags_filter` cookie. For a filtering pattern such as this, the URL params should always reflect the current result set. Currently, you can have your result set filtered by tags and have no `tags=` params in your URL. This also required using a `&reset_tags=Reset` param to clear the values—this will no longer be needed with the URL explicitly reflecting the values. - Replaces the "Reset" button with an "X" icon button (same pattern used for search filter, added in #11583). This button only appears when tag filters are applied. - The sum of these updates yields a much simpler UI where we don't need persistent buttons taking up space. - Updates Docs screenshot | Before | After | |---|---| |  |  | CC: @zacharya19 thought you might be interested in these modifications to your feature originally added in #6489. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
