You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be an option in the viewer to automatically refresh streams, rather than the current manual-only button in ViewerLoadedStreamsCard.vue. This could be a checkbox on the card, which determines whether auto-refresh is enabled for each stream. There could also be a global checkbox to enable/disable all auto-refresh (related to #45).
Actual Behaviour
Currently, there's only a manual refresh button.
Proposed Solution (if any)
There probably ought to be something stored alongside each stream to identify whether to auto-refresh or not. The websocket handler probably belongs nearer to the store than to ViewerLoadedStreamsCard.
There might be complications to be wary of around selections and filters.
The text was updated successfully, but these errors were encountered:
There probably ought to be something stored alongside each stream to identify whether to auto-refresh or not. The websocket handler probably belongs nearer to the store than to ViewerLoadedStreamsCard.
There might be complications to be wary of around selections and filters.
This probably deserves a new issue by itself and it's something that's defs needed.
Step 0:
Expected Behaviour
There should be an option in the viewer to automatically refresh streams, rather than the current manual-only button in ViewerLoadedStreamsCard.vue. This could be a checkbox on the card, which determines whether auto-refresh is enabled for each stream. There could also be a global checkbox to enable/disable all auto-refresh (related to #45).
Actual Behaviour
Currently, there's only a manual refresh button.
Proposed Solution (if any)
There probably ought to be something stored alongside each stream to identify whether to auto-refresh or not. The websocket handler probably belongs nearer to the store than to ViewerLoadedStreamsCard.
There might be complications to be wary of around selections and filters.
The text was updated successfully, but these errors were encountered: