stable

Clone or download

Read-only

feat: display an empty modal on click

This is part of story #26803 create Tuleap Git branch & pull request from artifact When clicking on "Create on Git branch", an empty modal must be displayed. The title is not yet translated, it will be done in a dedicated commit. Change-Id: I2442ef2248b1d5307232c8d0dfad9a32baffaedf

Modified Files

Name
M plugins/git/include/Artifact/Action/CreateBranchButtonFetcher.php +6 −2 Go to diff View file
M plugins/git/include/gitPlugin.php +14 −1 Go to diff View file
A plugins/git/scripts/artifact-create-branch-action/package.json +17 −0 Go to diff View file
A plugins/git/scripts/artifact-create-branch-action/pnpm-lock.yaml +243 −0 Go to diff View file
A plugins/git/scripts/artifact-create-branch-action/src/components/Main.vue +80 −0 Go to diff View file
A plugins/git/scripts/artifact-create-branch-action/src/index.ts +62 −0 Go to diff View file
A plugins/git/scripts/artifact-create-branch-action/src/modal.ts +33 −0 Go to diff View file
A plugins/git/scripts/artifact-create-branch-action/webpack.common.js +46 −0 Go to diff View file
M plugins/git/site-content/fr_FR/LC_MESSAGES/tuleap-git.po +0 −3 Go to diff View file
M plugins/git/site-content/pt_BR/LC_MESSAGES/tuleap-git.po +0 −3 Go to diff View file
M plugins/git/tests/unit/Artifact/Action/CreateBranchButtonFetcherTest.php +14 −3 Go to diff View file
M plugins/git/webpack.common.js +5 −0 Go to diff View file