stable
Clone or download
Read-only
Refactoring to avoid repetition of display condition of the software link. No functional changes except the "Browse all…" link – under list of projects – that is now underline when it has focus (usefull with keyboard navigation). Part of story #16209: « Switch to… » button Change-Id: I3f3d1426244d3015b25221591eac7dce93c408c3
Modified Files
Name | ||||
---|---|---|---|---|
M | src/scripts/switch-to/src/components/Body/GlobalEmptyState.test.ts | +0 | −25 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/GlobalEmptyState.vue | +5 | −12 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Projects/ListOfProjects.test.ts | +2 | −22 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Projects/ListOfProjects.vue | +4 | −11 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Projects/ProjectsEmptyState.test.ts | +0 | −25 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Projects/ProjectsEmptyState.vue | +5 | −12 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Projects/__snapshots__/ProjectsEmptyState.test.ts.snap | +2 | −4 | Go to diff View file |
A | src/scripts/switch-to/src/components/Body/TroveCatLink.test.ts | +56 | −0 | Go to diff View file |
A | src/scripts/switch-to/src/components/Body/TroveCatLink.vue | +37 | −0 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/__snapshots__/GlobalEmptyState.test.ts.snap | +2 | −4 | Go to diff View file |
A | src/scripts/switch-to/src/components/Body/__snapshots__/TroveCatLink.test.ts.snap | +9 | −0 | Go to diff View file |
M | src/themes/common/css/utils/_switch-to.scss | +4 | −0 | Go to diff View file |