stable

Clone or download

Read-only

feat: Quick link for promoted trackers

Possibility to have a plus (+) icon to quickly add a new artifact for a promoted trackers. Part of story #34002: see promoted trackers in sidebar Change-Id: Ia0da47dbe2d356c5fb864e7638d36b6d80465459

Modified Files

Name
M lib/frontend/project-sidebar-internal/src/Styles/_sidebar-project.scss +56 −1 Go to diff View file
M lib/frontend/project-sidebar-internal/src/Tools/PromotedItemPresenter.vue +23 −7 Go to diff View file
M lib/frontend/project-sidebar-internal/src/configuration.ts +6 −0 Go to diff View file
M lib/frontend/project-sidebar-internal/src/project-sidebar-example-config.ts +14 −0 Go to diff View file
M plugins/tracker/include/Tracker/Service/SidebarPromotedTrackerRetriever.php +5 −0 Go to diff View file
M plugins/tracker/include/Tracker/Tracker.class.php +6 −1 Go to diff View file
A src/common/Layout/PromotedItemQuickLinkPresenter.php +32 −0 Go to diff View file
M src/common/Layout/SidebarPromotedItemPresenter.php +1 −0 Go to diff View file
M src/scripts/tlp/src/scss/components/_css-var-root.scss +1 −0 Go to diff View file