basantjamwal commented on issue #73237:
URL: https://github.com/apache/airflow/issues/73237#issuecomment-5781488560

   @BasPH yes, they can go out of sync — if a link omits a param and the 
viewer's localStorage fills the gap, the same link ends up showing different 
views to different people. Defeats the purpose of shareable URLs.
   
   My plan: URL takes precedence, localStorage is only a fallback when a param 
is missing, and it's written only on explicit user changes, never when reading 
from the URL. I'd also backfill any missing params into the URL on load, so 
it's always complete and shareable as-is.
   
   Happy to drop localStorage entirely too if you'd rather avoid a second 
source of truth. Let me know which you'd prefer and I'll get started.


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