stable

Clone or download

Read-only

Branch/tag selector

Part of story #10414: have a branch/tag selector Go to a repository ยป files. Click on the branch/tag selector button. -> app is dynamically loaded (caret becomes a spinner while loading). You can select a branch or a tag. Will come later: mark as selected the current branch or tag Will come later: filter Change-Id: Ie3fb535e699f161a710e321cd7466dbabdc6afe1

Modified Files

Name
M plugins/git/build-manifest.json +5 โˆ’1 Go to diff View file
M plugins/git/include/Git/Repository/View/FilesHeaderPresenter.php +9 โˆ’1 Go to diff View file
M plugins/git/include/Git/Repository/View/FilesHeaderPresenterBuilder.php +35 โˆ’7 Go to diff View file
M plugins/git/include/gitPlugin.class.php +4 โˆ’1 Go to diff View file
M plugins/git/phpunit/Git/Repository/View/FilesHeaderPresenterBuilderTest.php +7 โˆ’1 Go to diff View file
M plugins/git/templates/repository/files/header.mustache +2 โˆ’0 Go to diff View file
A plugins/git/www/scripts/repository/branch-tag-selector/package-lock.json +5 โˆ’0 Go to diff View file
A plugins/git/www/scripts/repository/branch-tag-selector/package.json +16 โˆ’0 Go to diff View file
A plugins/git/www/scripts/repository/branch-tag-selector/po/fr.po +31 โˆ’0 Go to diff View file
A plugins/git/www/scripts/repository/branch-tag-selector/po/template.pot +24 โˆ’0 Go to diff View file
A plugins/git/www/scripts/repository/branch-tag-selector/src/components/App.vue +77 โˆ’0 Go to diff View file
A plugins/git/www/scripts/repository/branch-tag-selector/src/components/BranchesSection.vue +79 โˆ’0 Go to diff View file
A plugins/git/www/scripts/repository/branch-tag-selector/src/components/TagsSection.vue +83 โˆ’0 Go to diff View file
A plugins/git/www/scripts/repository/branch-tag-selector/src/index.js +47 โˆ’0 Go to diff View file
R plugins/git/www/scripts/repository/already-forked-modal.js Go to diff View file
R plugins/git/www/scripts/repository/branch-tag-selector.js Go to diff View file
R plugins/git/www/scripts/repository/clone-bar-dropdown.js Go to diff View file
R plugins/git/www/scripts/repository/copy-button.js Go to diff View file
R plugins/git/www/scripts/repository/index.js Go to diff View file
M plugins/git/www/scripts/webpack.config.js +3 โˆ’2 Go to diff View file
M plugins/git/www/themes/BurningParrot/css/repository/_repository.scss +22 โˆ’0 Go to diff View file