stable

Clone or download

Read-only

story #31149 Edit Title (modale)

A new button is displayed near to checkout On click a modal opens and enable user to update PR title If something goes wrong the `Oups modal` displays the error After title update, the PR title is updated in overview header Change-Id: I3e322969a55d938ca417e7479a1464a37a56219e

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