-
Notifications
You must be signed in to change notification settings - Fork 14.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refresh interval isn't sticky within the browser session #929
Comments
Isn't this a dup of #686? |
PR for this feature is here: #814 |
@alanmcruickshank The issue is that this refresh interval works if the browser is open. But in cases where I have built a dashboard and saved it. After coming back again in different tab/window, it again refreshes the whole dashboard which takes time. Can't we keep the saved dashboard as static unless a user wants to refresh it? This makes it less productive as u can't share the dashboard with anyone as they would have to wait for it to refresh the whole dashboard again. |
* feat(core): add custom_params to form_data * Update packages/superset-ui-chart-controls/src/sections.tsx Co-authored-by: Jesse Yang <jesse.yang@airbnb.com> * Update packages/superset-ui-chart-controls/src/sections.tsx Co-authored-by: Jesse Yang <jesse.yang@airbnb.com> Co-authored-by: Jesse Yang <jesse.yang@airbnb.com>
* feat(core): add custom_params to form_data * Update packages/superset-ui-chart-controls/src/sections.tsx Co-authored-by: Jesse Yang <jesse.yang@airbnb.com> * Update packages/superset-ui-chart-controls/src/sections.tsx Co-authored-by: Jesse Yang <jesse.yang@airbnb.com> Co-authored-by: Jesse Yang <jesse.yang@airbnb.com>
* feat(core): add custom_params to form_data * Update packages/superset-ui-chart-controls/src/sections.tsx Co-authored-by: Jesse Yang <jesse.yang@airbnb.com> * Update packages/superset-ui-chart-controls/src/sections.tsx Co-authored-by: Jesse Yang <jesse.yang@airbnb.com> Co-authored-by: Jesse Yang <jesse.yang@airbnb.com>
* feat(core): add custom_params to form_data * Update packages/superset-ui-chart-controls/src/sections.tsx Co-authored-by: Jesse Yang <jesse.yang@airbnb.com> * Update packages/superset-ui-chart-controls/src/sections.tsx Co-authored-by: Jesse Yang <jesse.yang@airbnb.com> Co-authored-by: Jesse Yang <jesse.yang@airbnb.com>
The refresh interval doesn't seem to persist whenever the page reloads. From a usability standpoint I assumed that once you set this property the refresh interval would persist within the browser session.
The text was updated successfully, but these errors were encountered: