Skip to content

Commit 260f369

Browse files
committed
Docs
1 parent 6bc9608 commit 260f369

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/DASHBOARD_CREATION.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -643,9 +643,9 @@ Arguments:
643643

644644
``target`` - Name of the new Dashboard to navigate to, e.g.
645645
``SensorPanel`` - this is not a URL.
646-
``timeout`` - length of time to stay on the new dashboard before returning to
647-
the original. This argument is optional, and if not specified, the navigation
646+
``timeout`` - length of time to stay on the new dashboard before returning to the original. This argument is optional, and if not specified, the navigation
648647
will be permanent.
648+
``skin`` - the skin to use for the new dashboard. This is optional, and if not specified, the skin will be the same as the original dashboard.
649649

650650
Note that if there is a click or touch on the new panel before the
651651
timeout expires, the timeout will be cancelled.

docs/HISTORY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
**Features**
66

7-
None
7+
- Add skin parameter to dash_navigate function for dynamic theme switching - contributed by [Vitor](https://github.com/vitorrm)
88

99
**Fixes**
1010

@@ -32,7 +32,7 @@ None
3232
- Minor type fixes
3333
- Added missing `name` attributes to some classes that use `run_in_executor`
3434
- Fixed `diable_apps`
35-
- Fix for constrain_input_select when it is a string contributed by [Xavi Moreno](https://github.com/xaviml)
35+
- Fix for constrain_input_select when it is a string - contributed by [Xavi Moreno](https://github.com/xaviml)
3636

3737
**Breaking Changes**
3838

0 commit comments

Comments
 (0)