stable

Clone or download

Read-only

feat: subitems in sidebar

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