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 |
   |---|---|
   |  ![Screen Recording 2020-10-19 at 10 29 28 
AM](https://user-images.githubusercontent.com/3267/96464628-0943d700-11f6-11eb-9cb0-c6191f84a77b.gif)
 | ![Screen Recording 2020-10-19 at 10 13 27 
AM](https://user-images.githubusercontent.com/3267/96462703-ddbfed00-11f3-11eb-81bc-d7043b9df653.gif)
  |
   
   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]


Reply via email to