mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-16 22:06:50 +00:00
Update subviews section (#24738)
Co-authored-by: Franck Nijhof <frenck@frenck.nl>
This commit is contained in:
parent
2ade842222
commit
d875f33a1e
@ -127,7 +127,9 @@ frontend:
|
|||||||
|
|
||||||
## Subview
|
## Subview
|
||||||
|
|
||||||
View can be marked as "Subview". Subviews won’t show up in the navigation bar. When on the subview, the navigation bar only show the name of the subview and a back button.
|
View can be marked as "Subview". Subviews won’t show up in the navigation bar on top of the sidebar. Subviews can, for instance, be used to show detailed information; you could link to this subview from a page with a clean look with only basic information (by using [cards that support the `navigate` action](/dashboards/actions)). Think of a view with a few thermostats and a subview with status information on the heating/cooling device.
|
||||||
|
|
||||||
|
When on the subview, the navigation bar only show the name of the subview and a back button.
|
||||||
By default, clicking on back button will navigate to the previous view but a custom back path (`back_path`) can be set.
|
By default, clicking on back button will navigate to the previous view but a custom back path (`back_path`) can be set.
|
||||||
|
|
||||||
You can access subviews from other parts of your dashboard by using [cards that support the `navigate` action](/dashboards/actions).
|
You can access subviews from other parts of your dashboard by using [cards that support the `navigate` action](/dashboards/actions).
|
||||||
|
Loading…
x
Reference in New Issue
Block a user