Add support for favorite/pin dags to dashboard. #45207
Labels
AIP-38
Modern Web Application
area:UI
Related to UI/UX. For Frontend Developers.
kind:feature
Feature Requests
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 :
Use case/motivation
Allow users to quickly visit their favorite dags from dashboard.
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: