[v10.3.x] NestedFolderPicker: separate toggle to force enable picker without (#80549)

* NestedFolderPicker: separate toggle to force enable picker without `nestedFolders` (#80461)

* separate nestedFolderPickerOverride toggle to force enable it without nestedFolders

* let's call it newFolderPicker

* update unit tests and keyboard handling

* reduce spacing when no folder open chevron

---------

Co-authored-by: Josh Hunt <joshhunt@users.noreply.github.com>
(cherry picked from commit ec53487c99)

* add config import to NestedFolderPicker
This commit is contained in:
Ashley Harrison
2024-01-16 11:39:22 +00:00
committed by GitHub
parent 4ba9afa45f
commit 7c2e5376c8
10 changed files with 120 additions and 48 deletions
@@ -170,6 +170,7 @@ Experimental features might be changed or removed without prior notice.
| `logRowsPopoverMenu` | Enable filtering menu displayed when text of a log line is selected |
| `pluginsSkipHostEnvVars` | Disables passing host environment variable to plugin processes |
| `tableSharedCrosshair` | Enables shared crosshair in table panel |
| `newFolderPicker` | Enables the nested folder picker without having nested folders enabled |
## Development feature toggles