zachliu commented on issue #60590: URL: https://github.com/apache/airflow/issues/60590#issuecomment-3985144936
correct me if i'm wrong, the problem seems to be that the `Filter by tag` selections on the `Dags` page were stored only in url search params (`?tags=tag1&tags=tag2&tags_match_mode=all`). when the user navigated to another page (`Home`, `Assets`, etc.), the url changed and those params were lost. returning to the `Dags` page showed all dags unfiltered. my guess is the solution should be persisting the tag filter selections to `localStorage` using the same `useLocalStorage` hook from `usehooks-ts` that's already used throughout the UI (for display mode, sort order, etc.). i'll try this and report back -- 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]
