stable
Clone or download
Read-only
Now promoted items can have subitems. This allows for example to display Backlog ยป Releases ยป Sprint. You can test with `pnpm --filter @tuleap/project-sidebar-internal dev`. Part of story #35104: Milestones below Backlog Change-Id: Ic446f7b3870ae1a201d8a4b6a6b0de68cbd594c0
Modified Files
Name | ||||
---|---|---|---|---|
M | lib/frontend/project-sidebar-internal/src/Styles/_sidebar-project.scss | +11 | โ4 | Go to diff View file |
A | lib/frontend/project-sidebar-internal/src/Tools/PromotedItemPresenter.test.ts | +60 | โ0 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/Tools/PromotedItemPresenter.vue | +15 | โ2 | Go to diff View file |
A | lib/frontend/project-sidebar-internal/src/Tools/SubItemPresenter.vue | +67 | โ0 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/configuration.ts | +5 | โ1 | Go to diff View file |
M | lib/frontend/project-sidebar-internal/src/project-sidebar-example-config.ts | +41 | โ1 | Go to diff View file |
M | lib/frontend/project-sidebar/CHANGELOG.md | +4 | โ0 | Go to diff View file |