stable
Clone or download
Read-only
story #31191 Add reviewers and make them updatable Generally speaking, modals are bound to a specific feature. There is no reason to store them all in the same folder. In this contibution, Modals/ has been renamed to Errors/. It only contains the ErrorModal. All the others modals have been moved to their feature folders. -- No functional change expected Change-Id: I1ba93625c59819b5f551dfcd926a4e37e52adfec
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/pullrequest/scripts/pullrequest-overview/src/components/Actions/PullRequestChangeStateActions.vue | +4 | −4 | Go to diff View file |
R | plugins/pullrequest/scripts/pullrequest-overview/src/components/Actions/PullRequestAbandonButton.test.ts | Go to diff View file | ||
R | plugins/pullrequest/scripts/pullrequest-overview/src/components/Actions/PullRequestAbandonButton.vue | Go to diff View file | ||
R | plugins/pullrequest/scripts/pullrequest-overview/src/components/Actions/PullRequestAbandonedState.test.ts | Go to diff View file | ||
R | plugins/pullrequest/scripts/pullrequest-overview/src/components/Actions/PullRequestAbandonedState.vue | Go to diff View file | ||
R | plugins/pullrequest/scripts/pullrequest-overview/src/components/Modals/PullRequestMergeWarningModal.test.ts | Go to diff View file | ||
R | plugins/pullrequest/scripts/pullrequest-overview/src/components/Modals/PullRequestMergeWarningModal.vue | Go to diff View file | ||
R | plugins/pullrequest/scripts/pullrequest-overview/src/components/Actions/PullRequestAlreadyMergedState.test.ts | Go to diff View file | ||
R | plugins/pullrequest/scripts/pullrequest-overview/src/components/Actions/PullRequestAlreadyMergedState.vue | Go to diff View file | ||
R | plugins/pullrequest/scripts/pullrequest-overview/src/components/Actions/PullRequestMergeButton.test.ts | Go to diff View file | ||
R | plugins/pullrequest/scripts/pullrequest-overview/src/components/Actions/PullRequestMergeButton.vue | Go to diff View file | ||
R | plugins/pullrequest/scripts/pullrequest-overview/src/components/Modals/PullRequestErrorModal.test.ts | Go to diff View file | ||
R | plugins/pullrequest/scripts/pullrequest-overview/src/components/Modals/PullRequestErrorModal.vue | Go to diff View file | ||
M | plugins/pullrequest/scripts/pullrequest-overview/src/components/OverviewPane.vue | +10 | −4 | Go to diff View file |
R | plugins/pullrequest/scripts/pullrequest-overview/src/components/Modals/PullRequestEditTitleModal.test.ts | Go to diff View file | ||
R | plugins/pullrequest/scripts/pullrequest-overview/src/components/Modals/PullRequestEditTitleModal.vue | Go to diff View file | ||
R | plugins/pullrequest/scripts/pullrequest-overview/src/components/OverviewAppHeader.test.ts | Go to diff View file | ||
R | plugins/pullrequest/scripts/pullrequest-overview/src/components/OverviewAppHeader.vue | Go to diff View file |