stable
Clone or download
Read-only
When the number of linked projects exceeds the limit of 5, then they are no more displayed in the sidebar, only in the popover on hover. Note: the popover is currently barely usable, since it is hidden when we try to reach it. A dedicated contribution will fix that. Part of story #34009: see aggregated & parents projects Change-Id: I90fd2450b3e3459c6a672ec07954c7d52e31c561
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/project-sidebar-internal/src/Header/LinkedProjects.test.ts | +39 | −0 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/Header/LinkedProjects.vue | +16 | −1 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/Header/__snapshots__/LinkedProjects.test.ts.snap | +405 | −0 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/Styles/_sidebar-project.scss | +3 | −1 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/configuration.ts | +1 | −0 | Go to diff View file |
M | lib/frontend/project-sidebar/CHANGELOG.md | +7 | −0 | Go to diff View file |
M | src/common/Project/Sidebar/LinkedProjectsCollectionPresenter.php | +10 | −2 | Go to diff View file |