Skip to content

add configurable timeout after user has stopped interactions#27

Open
Dan Christovic (christovic) wants to merge 1 commit into
mainfrom
interactivity-timeout
Open

add configurable timeout after user has stopped interactions#27
Dan Christovic (christovic) wants to merge 1 commit into
mainfrom
interactivity-timeout

Conversation

@christovic
Copy link
Copy Markdown
Collaborator

Add capability to refresh the page after no interactivity has been detected on an interactive dashboard.

Functionality:

  1. Receive touch & mouse events from the webpage (some touch layers present themselves as mice)
  2. Cancel running timer (if it exists)
  3. Start a timer that counts down from the value configured in environment variable INTERACTION_TIMEOUT
  4. If the timer runs down before it is cancelled, the page is refreshed

Copilot AI review requested due to automatic review settings February 26, 2026 17:17

This comment was marked as outdated.

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.

2 participants