stable

Clone or download

Read-only

chore: Remove dropdown from TLP

No functional change expected. Dropdowns can no longer be imported from the global `tlp` library, they must be imported from their own dedicated package. part of request #29982 Split `tlp` in smaller packages Change-Id: I1647f2058712ad426b673820944173bf1109ef74

Modified Files

Name
M plugins/agiledashboard/package.json +1 −0 Go to diff View file
M plugins/agiledashboard/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/agiledashboard/scripts/kanban/package.json +1 −0 Go to diff View file
M plugins/agiledashboard/scripts/kanban/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/add-to-dashboard/add-to-dashboard-controller.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/kanban/src/app/wip-popover/wip-popover-directive.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/package.json +1 −0 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/open-tlp-dropdown-directive.js +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/scrum-header.js +1 −1 Go to diff View file
M plugins/document/scripts/document/components/Folder/DropDown/DropDownButton.test.ts +0 −1 Go to diff View file
M plugins/document/tests/e2e/cypress/cypress/e2e/document.cy.ts +4 −0 Go to diff View file
M plugins/document/themes/document.scss +1 −0 Go to diff View file
M plugins/forumml/package.json +1 −0 Go to diff View file
M plugins/forumml/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/forumml/scripts/thread.ts +1 −1 Go to diff View file
M plugins/forumml/themes/BurningParrot/css/_message.scss +2 −0 Go to diff View file
M plugins/git/scripts/repositories-list/themes/main.scss +1 −0 Go to diff View file
M plugins/git/scripts/repository/themes/repository/_repository.scss +1 −0 Go to diff View file
M plugins/openidconnectclient/package.json +2 −0 Go to diff View file
M plugins/openidconnectclient/pnpm-lock.yaml +4 −0 Go to diff View file
M plugins/openidconnectclient/scripts/open-id-connect-client.js +3 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/package.json +1 −0 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/src/app/files/files-controller.js +1 −1 Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/src/app/overview/overview-controller.js +1 −1 Go to diff View file
M plugins/testmanagement/package.json +1 −0 Go to diff View file
M plugins/testmanagement/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-list-controller.js +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-with-steps/step/step-controller.js +1 −1 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/execution/execution-with-steps/step/step-controller.test.js +2 −4 Go to diff View file
M plugins/testmanagement/scripts/testmanagement/src/open-tlp-dropdown-directive.js +1 −1 Go to diff View file
M plugins/testplan/package.json +1 −0 Go to diff View file
M plugins/testplan/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/AddTestButtonWithAdditionalActionsMenu.vue +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportButton.test.ts +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportButton.vue +1 −1 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/TestDefinitions/TestDefinitionCardXrefCategoryStatus.vue +1 −1 Go to diff View file
A plugins/testplan/scripts/test-plan/src/components/__mocks__/@tuleap/tlp-dropdown.ts +22 −0 Go to diff View file
M plugins/testplan/themes/testplan.scss +1 −0 Go to diff View file
M src/scripts/main/src/BurningParrot/src/help-dropdown.ts +4 −2 Go to diff View file
M src/scripts/main/src/dashboards/dashboard-dropdowns.ts +3 −3 Go to diff View file
M src/scripts/main/src/project/admin/mailing-list/homepage.ts +1 −1 Go to diff View file
M src/scripts/main/src/site-admin/project-list.ts +1 −1 Go to diff View file
M src/scripts/main/src/tlp-doc/css/_demos.scss +1 −0 Go to diff View file
M src/scripts/main/src/tlp-doc/package.json +3 −0 Go to diff View file
M src/scripts/main/src/tlp-doc/pnpm-lock.yaml +6 −0 Go to diff View file
M src/scripts/main/src/tlp-doc/src/editors.js +4 −1 Go to diff View file
M src/themes/BurningParrot/css/dashboards/dashboards.scss +1 −0 Go to diff View file
M src/themes/BurningParrot/css/includes/_help-dropdown.scss +9 −5 Go to diff View file
M src/themes/BurningParrot/package.json +1 −0 Go to diff View file
M src/themes/BurningParrot/pnpm-lock.yaml +2 −0 Go to diff View file
M src/themes/tlp/src/js/index.ts +0 −1 Go to diff View file
M src/themes/tlp/src/scss/_components.scss +0 −1 Go to diff View file
M src/www/tlp-doc/resources/flyover/dropdowns/doc.html +2 −2 Go to diff View file
M src/www/tlp-doc/resources/flyover/dropdowns/example.html +30 −10 Go to diff View file