stable
Clone or download
Read-only
Merge commit 'refs/changes/79/28079/7' of ssh://gerrit.tuleap.net:29418/tuleap into HEAD
* ssh://gerrit.tuleap.net:29418/tuleap: story #31149 Edit Title (modale) Change-Id: I83725fca97f3fcf294bcac6b673f626b9a8c152f
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/scripts/pullrequest-overview/package.json | +2 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/pnpm-lock.yaml | +35 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/po/fr_FR.po | +12 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/src/api/tuleap-rest-querier.test.ts | +21 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/src/api/tuleap-rest-querier.ts | +10 | −1 | Go to diff View file |
A | plugins/pullrequest/scripts/pullrequest-overview/src/components/Modals/PullRequestEditTitleModal.test.ts | +162 | −0 | Go to diff View file |
A | plugins/pullrequest/scripts/pullrequest-overview/src/components/Modals/PullRequestEditTitleModal.vue | +175 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/src/components/OverviewAppHeader.test.ts | +13 | −1 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/src/components/OverviewAppHeader.vue | +23 | −3 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/src/components/OverviewPane.test.ts | +11 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/src/components/OverviewPane.vue | +22 | −2 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/src/constants.ts | +6 | −1 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/src/pullrequest-overview.ts | +2 | −0 | Go to diff View file |
M | plugins/pullrequest/scripts/pullrequest-overview/vite.config.ts | +3 | −1 | Go to diff View file |