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

New feature: pause/stop auto-reloading if the user interacts with the page #8

Open
denilsonsa opened this issue Nov 2, 2021 · 3 comments

Comments

@denilsonsa
Copy link
Owner

When the user interacts with the page, it might be desirable to prevent the auto-reloading in order to not disrupt whatever the user is doing.

Interacting could be something lightweight (such as clicking or using the keyboard) or something more involved (changing any form field value, interacting with any button or checkbox).

Such feature would require full access to the page content, so care must be taken to address privacy concerns, to request the minimum access possible, and to avoid having any performance impact.

I'm still not sure if this feature should be implemented, but I'm taking note here.

@mattalxndr
Copy link

I'm with you, it reloaded when I didn't expect it to.

@Pome-ro
Copy link

Pome-ro commented Mar 1, 2022

I'd support this as an addition to the extension. My use case is for refreshing a ticket queue, and it would be nice to not have to remember to disable the refresh when I start actively working tickets.

@riahc3
Copy link

riahc3 commented Nov 9, 2022

Surprised this isnt implemented yet.....I think this is a important feature to avoid bothering the user when a refresh isnt needed

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

No branches or pull requests

4 participants