tirkarthi opened a new issue, #45207:
URL: https://github.com/apache/airflow/issues/45207

   ### Description
   
   There is a widget to show recent dags viewed. I was prototyping this by 
using `useEffect` on dags page on load to add the dag id to a local storage key 
and display it. The key could store 5 items. I guess it would be useful to 
allow users to favorite or pin the dags. Simplified approach would be local 
storage but it won't persist across browsers. There is no model to store this 
in the server side.
   
   Sample screenshot : 
   
   
![image](https://github.com/user-attachments/assets/65d6d876-c82c-4669-aa2a-8c8b05a170be)
   
   
   ### Use case/motivation
   
   Allow users to quickly visit their favorite dags from dashboard.
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of 
Conduct](https://github.com/apache/airflow/blob/main/CODE_OF_CONDUCT.md)
   


-- 
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]

Reply via email to