stable

Clone or download

Read-only

Split TLP Modal in a independant @tuleap/tlp-modal library

This makes easier to reuse it outside of a BP pages without having to rebuild it multiple times. It also make TLP more modular which is a good thing in comparison of the current giant blob. Part of story #23469: export reports with linked artifact in xlsx format Change-Id: Ib836971ba1149ec05c2c0a8e337f781ea82f4126

Modified Files

Name
M plugins/document/scripts/document/components/Folder/DropDown/DropDownButton.vue +6 −2 Go to diff View file
M plugins/document_generation/package.json +1 −0 Go to diff View file
M plugins/document_generation/pnpm-lock.yaml +2 −0 Go to diff View file
M plugins/document_generation/scripts/tracker-cross-report-action/src/Components/Main.vue +8 −9 Go to diff View file
M plugins/testplan/scripts/test-plan/src/components/BacklogItems/ExportError.test.ts +2 −0 Go to diff View file
M src/package.json +1 −0 Go to diff View file
M src/pnpm-lock.yaml +2 −0 Go to diff View file
M src/scripts/BurningParrot/src/invite-buddies.ts +1 −1 Go to diff View file
M src/scripts/browser-deprecation/browser-deprecation-modal-bp.ts +1 −2 Go to diff View file
M src/scripts/lib/angular-tlp/src/tlp-modal-service.test.js +2 −0 Go to diff View file
A src/scripts/lib/tlp-modal/.gitignore +1 −0 Go to diff View file
A src/scripts/lib/tlp-modal/jest.config.js +25 −0 Go to diff View file
A src/scripts/lib/tlp-modal/package.json +19 −0 Go to diff View file
A src/scripts/lib/tlp-modal/src/index.ts +29 −0 Go to diff View file
R src/themes/tlp/src/js/modal.test.ts Go to diff View file
R src/themes/tlp/src/js/modal.ts Go to diff View file
R src/themes/tlp/src/scss/components/_modal.scss Go to diff View file
A src/scripts/lib/tlp-modal/tsconfig.json +8 −0 Go to diff View file
A src/scripts/lib/tlp-modal/vite.config.ts +32 −0 Go to diff View file
M src/scripts/switch-to/src/components/Header/SwitchToFilter.vue +1 −1 Go to diff View file
M src/themes/tlp/package.json +1 −0 Go to diff View file
M src/themes/tlp/pnpm-lock.yaml +2 −0 Go to diff View file
M src/themes/tlp/src/js/index.ts +1 −6 Go to diff View file
M src/themes/tlp/src/scss/_components.scss +1 −1 Go to diff View file