Allow for auto-reload or an event on frontend updates #24454
Replies: 1 comment
-
I was pointed to the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the frontend displays a persistent "toast" message at the bottom when there's a change to the frontend and it needs to be reloaded. It's not automatic because the user may be interacting with the device at the time, and then user can hit the "reload" button in the toast when it's convenient. This is not a great experience for always-on tablets that are displaying the frontend, and requires manual intervention on each tablet to dismiss the toast message and get the frontend to refresh.
It would be helpful if we could either designate a device as "unattended" or "always on" and have it automatically refresh when needed, or at least emit an event that can be used as a trigger in an automation that refreshes the tablets (through a service call to Fully Kiosk, for instance). I don't think such an event exists, but do let me know if it already does.
Beta Was this translation helpful? Give feedback.
All reactions