stable

Clone or download

Read-only

feat: Navigation from list to another while searching

In horizontal layout (no search) we can switch from project to recent items (and vice versa) by using the left (or right) arrow key. In vertical layout (while searching) we can now switch from project to recent items (and vice versa) by using the down (or up) arrow key. Note: navigation to or from search results will be done later. Part of story #26771: Index artifact fields (REST + Switch to) on updated artifacts only Change-Id: I75927e75801c5902db5f68845315f2fedd2f2b79

Modified Files

Name
M src/scripts/switch-to/src/stores/index.test.ts +138 −0 Go to diff View file
M src/scripts/switch-to/src/stores/index.ts +26 −12 Go to diff View file