stable

Clone or download

Read-only

Each app should have its own styles in its own folder

part of story #31091 Add the hybrid comment to manage comments During the extraction of pullrequests comments into a dedicated lib, I was unable to include the comments styles in the angular app with a `@use "@tuleap/plugin-pullrequest-comments"` because the styles were stored in the plugins/pullrequest/themes folder, way higher than the package.json file, making it impossible for webpack to know what is @tuleap/plugin-pullrequest-comments. In this contribution, each app's styles are placed in their respective app folders. -- no change expected -- Change-Id: Ie4759b87e29d88233681c1dc7787a57370ec6260

Modified Files

Name
R plugins/pullrequest/themes/repository.scss Go to diff View file
M plugins/pullrequest/scripts/create-pullrequest-button/webpack.common.js +1 −1 Go to diff View file
R plugins/pullrequest/themes/includes/_codemirror-overrides.scss Go to diff View file
R plugins/pullrequest/themes/includes/_commits.scss Go to diff View file
R plugins/pullrequest/themes/includes/_dashboard.scss Go to diff View file
R plugins/pullrequest/themes/includes/_file-diff.scss Go to diff View file
R plugins/pullrequest/themes/includes/_files.scss Go to diff View file
R plugins/pullrequest/themes/includes/_overview.scss Go to diff View file
A plugins/pullrequest/scripts/pullrequests-app/themes/includes/_pull-request-refs.scss +30 −0 Go to diff View file
R plugins/pullrequest/themes/includes/_pull-request-summary.scss Go to diff View file
A plugins/pullrequest/scripts/pullrequests-app/themes/includes/_pull-request.scss +47 −0 Go to diff View file
R plugins/pullrequest/themes/includes/_reviewers.scss Go to diff View file
R plugins/pullrequest/themes/includes/_timeline.scss Go to diff View file
A plugins/pullrequest/scripts/pullrequests-app/themes/includes/_tuleap-username.scss +27 −0 Go to diff View file
R plugins/pullrequest/themes/pull-requests.scss Go to diff View file
M plugins/pullrequest/scripts/pullrequests-app/webpack.common.js +1 −1 Go to diff View file
D plugins/pullrequest/themes/includes/_pull-request-refs.scss +0 −11 Go to diff View file
D plugins/pullrequest/themes/includes/_pull-request.scss +0 −28 Go to diff View file
D plugins/pullrequest/themes/includes/_tuleap-username.scss +0 −8 Go to diff View file