-
-
Notifications
You must be signed in to change notification settings - Fork 927
Load last showed dashboard view after changing connection (internal/external) #4983
Description
Is your feature request related to a problem? Please describe.
Assume that both an internal and an external URL are configured. I also use multiple dashboards, each with multiple views.
Current situation:
While connected to the internal URL, I am viewing the dashboard "home" and the view "light" (one of several available views). When I switch to the external URL, the Companion App correctly connects to the external URL, but the frontend reloads the dashboard and always returns to the first view of the dashboard.
This behavior occurs even if the Companion setting "Go to the first view of dashboard" is disabled.
Describe the solution you'd like
- When switching between the internal and external URL, the frontend should restore the last viewed view (in this example, "light").
- Ideally, the vertical scroll position within that view should also be restored.
Describe alternatives you've considered, if any
Manually navigating back to the last view and scroll position.
Additional context