NestedFolders: Basic item selection (#66843)

* NestedFolders: Item selection state

* Select children in state

* Unselect parents when children are unselected

* remove unneeded comment

* tests

* tidy test a little bit

* tidy test a little bit

* tidy test a little bit

* tidy test a little bit

* tidy test a little bit
This commit is contained in:
Josh Hunt
2023-04-19 20:44:07 +01:00
committed by GitHub
parent 3634079b8f
commit e0c5b4f0e0
10 changed files with 462 additions and 42 deletions
@@ -269,6 +269,12 @@ export const Pages = {
interval: 'Playlist interval',
itemDelete: 'Delete playlist item',
},
BrowseDashbards: {
table: {
row: (uid: string) => `data-testid ${uid} row`,
checkbox: (uid: string) => `data-testid ${uid} checkbox`,
},
},
Search: {
url: '/?search=openn',
FolderView: {