rusackas commented on PR #43085: URL: https://github.com/apache/superset/pull/43085#issuecomment-5611945269
Thanks for taking this on! Before going further on implementation, I think this needs a judgement call (maybe @villebro / @michael-s-molina can weigh in. Dashboard filter state has been intentionally ephemeral, with saved defaults and permalinks as the supported way to persist a view. Making it sticky by default in localStorage is a different behavior model, and could surprise people sharing a machine or expecting a clean slate. TL;DR: does silent persistence fit the intended UX, or should this be opt-in (or handled via the existing permalink/default mechanisms)? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
