Navigation: Open command palette from search box (#61667)

* Reduce size of topnav search 'input' to 1/5th of the width, min width 200px

* Open command palette on topnav search box click

* Rename component

* fix comment

* feature flag the change

* update feature flag description
This commit is contained in:
Josh Hunt
2023-01-24 12:41:09 +00:00
committed by GitHub
parent ec171bcad5
commit 88347caf5f
6 changed files with 134 additions and 4 deletions

View File

@@ -46,6 +46,7 @@ Some stable features are enabled by default. You can disable a stable feature by
| `datasourceLogger` | Logs all datasource requests |
| `accessControlOnCall` | Access control primitives for OnCall |
| `alertingNoNormalState` | Stop maintaining state of alerts that are not firing |
| `topNavCommandPalette` | Launch the Command Palette from the top navigation search box |
## Alpha feature toggles