stable

Clone or download

Read-only

Refactoring: split files

Part of story #10409: have a burning parrot git repository view In order to be able to introduce the modal without having only a big root component, split now the root component. Rename the root component as App.vue so that we instantly know what is the entry point when we browse files. No functional changes. Change-Id: Iabd64394af93632e6171618e8a9726a5877cafee

Modified Files

Name
M plugins/agiledashboard/www/js/kanban/package-lock.json +1 −1 Go to diff View file
A plugins/pullrequest/www/scripts/create-pullrequest-button/src/components/App.vue +47 −0 Go to diff View file
R plugins/pullrequest/www/scripts/create-pullrequest-button/src/components/CreatePullrequest.vue Go to diff View file
M plugins/pullrequest/www/scripts/create-pullrequest-button/src/index.js +2 −2 Go to diff View file