Skip to content
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

[ADD] web_refresher_auto: automatically refresh views on interval #3087

Open
wants to merge 1 commit into
base: 16.0
Choose a base branch
from

Conversation

miikanissi
Copy link
Contributor

This is a new module which extends the existing web_refresher module. The purpose of this module is to add an automatic refresh functionality to views based off an interval.

Views which support the refresher will now have an additional toggle button:
image

Turning this toggle on will enable the automatic refresh. This toggle state is stored in the browsers cache to ensure it stays active when navigating around to other views.

The default refresh interval for the toggle is 60 seconds. This value can be customized by setting a system parameter web_refresher_auto.interval_time_seconds to an integer representing seconds.

This module causes a higher likelihood of the following bug to happen. It is advised that this fix is first merged: #3086

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant