"Back" button behaviour #12350
Unanswered
joachimtingvold
asked this question in
Other feature requests
Replies: 0 comments
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.
-
Hi,
Is it "working as intended" that the "Back" button seems to use
history.back()
(or similar) in certain places?If you go to "People & Zones" and hit the "Zones" pane/tab (
/config/zones
) and hit "Back" button, it goes back to/config/dashboard
.If you go to "Add-ons, Backups & Supervisor" and hit the "System" pane/tab (
/hassio/system
) and hit "Back" button, it goes back to/config/dashboard
.However, if you go to "Add-ons, Backups & Supervisor" and hit "Z-Wave JS" (or any other addon), and then click through the panes/tabs at the top ("Configuration", "Log", whatever), every time you hit the "Back" button, it seems to use
history.back()
. If you click through all panes/tabs twice, you have to hit the "Back" button2 * [amount of tabs]
to get back to the "Add-ons, Backups & Supervisor" page again.There might be some design choice for this that I'm not aware of, but it seems cumbersome?
Beta Was this translation helpful? Give feedback.
All reactions