choo121600 commented on PR #53151:
URL: https://github.com/apache/airflow/pull/53151#issuecomment-3080185623
With the current structure, if the number of Dags increase, there’s a risk
that too many panel size entries will be stored in localStorage.
So, I’m wondering if including `dagId` in the autoSaveId is really the best
approach.
Also, saving different panel sizes for each Dag might reduce consistency and
cause confusion.
Therefore, managing autoSaveId using just the `${dagView}-${direction}`
instead of `${dagId}-${dagView}-${direction}` might provide a more consistent
user experience.
What do you think about this, @pierrejeambrun and @bbovenzi ?
--
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]