stable

Clone or download

Read-only

feat: Left/right navigation in quick links

We can now navigate between quick links by using right and left arrow keys. Note arrow up/down from quick links will be done in a dedicated changeset. Part of story #26771: Index artifact fields (REST + Switch to) on updated artifacts only Change-Id: I6db1b38816ee23e98b9babb6baca16cec8159bc8

Modified Files

Name
M src/scripts/switch-to/src/components/Body/Items/ItemEntry.test.ts +1 −1 Go to diff View file
M src/scripts/switch-to/src/components/Body/Items/ItemEntry.vue +4 −1 Go to diff View file
M src/scripts/switch-to/src/components/Body/Items/__snapshots__/ItemEntry.test.ts.snap +2 −0 Go to diff View file
M src/scripts/switch-to/src/components/Body/Projects/ProjectLink.test.ts +1 −1 Go to diff View file
M src/scripts/switch-to/src/components/Body/Projects/ProjectLink.vue +4 −5 Go to diff View file
A src/scripts/switch-to/src/components/Body/QuickLink.test.ts +62 −0 Go to diff View file
M src/scripts/switch-to/src/components/Body/QuickLink.vue +30 −3 Go to diff View file
M src/scripts/switch-to/src/stores/index.test.ts +212 −0 Go to diff View file
M src/scripts/switch-to/src/stores/index.ts +60 −9 Go to diff View file
M src/scripts/switch-to/src/stores/type.ts +7 −0 Go to diff View file